• Home
  • Raw
  • Download

Lines Matching +defs:int1 +defs:c

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()
2036 int c = h->code[i] << (FAST_BITS-s); in stbi__build_huffman() local
2078 int c = stbi__get8(j->s); in stbi__grow_buffer_unsafe() local
2098 int c,k; in stbi__jpeg_huff_decode() local
2231 int c,r,s; in stbi__jpeg_decode_block() local
2309 int c,r,s; in stbi__jpeg_decode_block_prog_ac() local
3265 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local
3579 __m128i int1 = _mm_unpackhi_epi16(even, odd); in stbi__resample_row_hv_2_simd() local
4152 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman() local
4360 int c = stbi__zhuffman_decode(a, &z_codelength); in stbi__compute_huffman_codes() local
4593 stbi__pngchunk c; in stbi__get_chunk_header() local
4636 static int stbi__paeth(int a, int b, int c) in stbi__paeth()
5077 #define STBI__PNG_TYPE(a,b,c,d) (((unsigned) (a) << 24) + ((unsigned) (b) << 16) + ((unsigned) (c)… argument
5097 stbi__pngchunk c = stbi__get_chunk_header(s); in stbi__parse_png_file() local
6655 stbi_uc *p, *c; in stbi__out_gif_code() local
7117 char c = '\0'; in stbi__hdr_gettoken() local
7548 static int stbi__pnm_isspace(char c) in stbi__pnm_isspace()
7553 static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) in stbi__pnm_skip_whitespace()
7567 static int stbi__pnm_isdigit(char c) in stbi__pnm_isdigit()
7572 static int stbi__pnm_getinteger(stbi__context *s, char *c) in stbi__pnm_getinteger()
7589 char c, p, t; in stbi__pnm_info() local
7746 STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *user, int *x, int *y, int *c… in stbi_info_from_callbacks()
7760 STBIDEF int stbi_is_16_bit_from_callbacks(stbi_io_callbacks const *c, void *user) in stbi_is_16_bit_from_callbacks()