Lines Matching +defs:a +defs:code

874 static int stbi__addsizes_valid(int a, int b)  in stbi__addsizes_valid()
886 static int stbi__mul2sizes_valid(int a, int b) in stbi__mul2sizes_valid()
895 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid()
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()
917 static void *stbi__malloc_mad2(int a, int b, int add) in stbi__malloc_mad2()
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()
1537 #define STBI__COMBO(a,b) ((a)*8+(b)) in stbi__convert_format() argument
1538 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format() argument
1586 #define STBI__COMBO(a,b) ((a)*8+(b)) in stbi__convert_format16() argument
1587 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format16() argument
1693 stbi__uint16 code[256]; member
1757 unsigned int code; in stbi__build_huffman() local
2292 #define dct_wadd(out, a, b) \ in stbi__idct_simd() argument
2297 #define dct_wsub(out, a, b) \ in stbi__idct_simd() argument
2302 #define dct_bfly32o(out0, out1, a,b,bias,s) \ in stbi__idct_simd() argument
2313 #define dct_interleave8(a, b) \ in stbi__idct_simd() argument
2319 #define dct_interleave16(a, b) \ in stbi__idct_simd() argument
2478 #define dct_wadd(out, a, b) \ in stbi__idct_simd() argument
2483 #define dct_wsub(out, a, b) \ in stbi__idct_simd() argument
2488 #define dct_bfly32o(out0,out1, a,b,shiftop,s) \ in stbi__idct_simd() argument
3824 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local
3913 static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode_slowpath()
3931 stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode()
3978 static int stbi__parse_huffman_block(stbi__zbuf *a) in stbi__parse_huffman_block()
4020 static int stbi__compute_huffman_codes(stbi__zbuf *a) in stbi__compute_huffman_codes()
4069 static int stbi__parse_uncompressed_block(stbi__zbuf *a) in stbi__parse_uncompressed_block()
4098 static int stbi__parse_zlib_header(stbi__zbuf *a) in stbi__parse_zlib_header()
4140 static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) in stbi__parse_zlib()
4168 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib()
4180 stbi__zbuf a; in stbi_zlib_decode_malloc_guesssize() local
4201 stbi__zbuf a; in stbi_zlib_decode_malloc_guesssize_headerflag() local
4217 stbi__zbuf a; in stbi_zlib_decode_buffer() local
4228 stbi__zbuf a; in stbi_zlib_decode_noheader_malloc() local
4244 stbi__zbuf a; in stbi_zlib_decode_noheader_buffer() local
4316 static int stbi__paeth(int a, int b, int c) in stbi__paeth()
4330 static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__uint32 raw_len, int out_n, … in stbi__create_png_image_raw()
4542 static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stbi__uint32 image_data_len, i… in stbi__create_png_image()
4636 static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int len, int pal_img_n) in stbi__expand_png_palette()
4704 stbi_uc a = p[3]; in stbi__de_iphone() local
4729 #define STBI__PNG_TYPE(a,b,c,d) (((unsigned) (a) << 24) + ((unsigned) (b) << 16) + ((unsigned) (c)… argument
5020 static int stbi__bitcount(unsigned int a) in stbi__bitcount()
5265 unsigned char a; in stbi__bmp_load() local
5278 unsigned int a; in stbi__bmp_load() local
5858 float a = pixel[3] / 65535.0f; in stbi__psd_load() local
5870 float a = pixel[3] / 255.0f; in stbi__psd_load() local
6215 static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) in stbi__out_gif_code()
6290 stbi__int32 code = bits & codemask; in stbi__process_gif_raster() local