Lines Matching +defs:val +defs:c

720 static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c, void *user)  in stbi__start_callbacks()
901 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid()
909 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
923 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3()
930 static void *stbi__malloc_mad4(int a, int b, int c, int d, int add) in stbi__malloc_mad4()
1786 int c = h->code[i] << (FAST_BITS-s); in stbi__build_huffman() local
1828 int c = stbi__get8(j->s); in stbi__grow_buffer_unsafe() local
1848 int c,k; in stbi__jpeg_huff_decode() local
1975 int c,r,s; in stbi__jpeg_decode_block() local
2049 int c,r,s; in stbi__jpeg_decode_block_prog_ac() local
2206 int i,val[64],*v=val; in stbi__idct_block() local
3003 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local
3851 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman() local
4042 int c = stbi__zhuffman_decode(a, &z_codelength); in stbi__compute_huffman_codes() local
4273 stbi__pngchunk c; in stbi__get_chunk_header() local
4316 static int stbi__paeth(int a, int b, int c) in stbi__paeth()
4729 #define STBI__PNG_TYPE(a,b,c,d) (((unsigned) (a) << 24) + ((unsigned) (b) << 16) + ((unsigned) (c)… argument
4749 stbi__pngchunk c = stbi__get_chunk_header(s); in stbi__parse_png_file() local
5681 stbi_uc val; in stbi__psd_decode_rle() local
5824 stbi__uint16 val = channel == 3 ? 65535 : 0; in stbi__psd_load() local
5829 stbi_uc val = channel == 3 ? 255 : 0; in stbi__psd_load() local
6217 stbi_uc *p, *c; in stbi__out_gif_code() local
6623 char c = '\0'; in stbi__hdr_gettoken() local
7035 static int stbi__pnm_isspace(char c) in stbi__pnm_isspace()
7040 static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) in stbi__pnm_skip_whitespace()
7054 static int stbi__pnm_isdigit(char c) in stbi__pnm_isdigit()
7059 static int stbi__pnm_getinteger(stbi__context *s, char *c) in stbi__pnm_getinteger()
7074 char c, p, t; in stbi__pnm_info() local
7216 STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *user, int *x, int *y, int *c… in stbi_info_from_callbacks()
7230 STBIDEF int stbi_is_16_bit_from_callbacks(stbi_io_callbacks const *c, void *user) in stbi_is_16_bit_from_callbacks()