• Home
  • Raw
  • Download

Lines Matching +defs:c +defs:mode +defs:prefix

834 static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c, void *user)  in stbi__start_callbacks()
1029 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid()
1037 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
1053 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3()
1060 static void *stbi__malloc_mad4(int a, int b, int c, int d, int add) in stbi__malloc_mad4()
1335 static FILE *stbi__fopen(char const *filename, char const *mode) in stbi__fopen()
2037 int c = h->code[i] << (FAST_BITS-s); in stbi__build_huffman() local
2079 int c = stbi__get8(j->s); in stbi__grow_buffer_unsafe() local
2099 int c,k; in stbi__jpeg_huff_decode() local
2232 int c,r,s; in stbi__jpeg_decode_block() local
2310 int c,r,s; in stbi__jpeg_decode_block_prog_ac() local
3266 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local
4153 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman() local
4361 int c = stbi__zhuffman_decode(a, &z_codelength); in stbi__compute_huffman_codes() local
4594 stbi__pngchunk c; in stbi__get_chunk_header() local
4637 static int stbi__paeth(int a, int b, int c) in stbi__paeth()
5078 #define STBI__PNG_TYPE(a,b,c,d) (((unsigned) (a) << 24) + ((unsigned) (b) << 16) + ((unsigned) (c)… argument
5098 stbi__pngchunk c = stbi__get_chunk_header(s); in stbi__parse_png_file() local
6555 stbi__int16 prefix; member
6656 stbi_uc *p, *c; in stbi__out_gif_code() local
7118 char c = '\0'; in stbi__hdr_gettoken() local
7549 static int stbi__pnm_isspace(char c) in stbi__pnm_isspace()
7554 static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) in stbi__pnm_skip_whitespace()
7568 static int stbi__pnm_isdigit(char c) in stbi__pnm_isdigit()
7573 static int stbi__pnm_getinteger(stbi__context *s, char *c) in stbi__pnm_getinteger()
7590 char c, p, t; in stbi__pnm_info() local
7747 STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *user, int *x, int *y, int *c… in stbi_info_from_callbacks()
7761 STBIDEF int stbi_is_16_bit_from_callbacks(stbi_io_callbacks const *c, void *user) in stbi_is_16_bit_from_callbacks()