Lines Matching +defs:a +defs:code

867 static int stbi__addsizes_valid(int a, int b)  in stbi__addsizes_valid()
879 static int stbi__mul2sizes_valid(int a, int b) in stbi__mul2sizes_valid()
888 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid()
894 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid()
901 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
908 static void *stbi__malloc_mad2(int a, int b, int add) in stbi__malloc_mad2()
914 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3()
920 static void *stbi__malloc_mad4(int a, int b, int c, int d, int add) in stbi__malloc_mad4()
1494 #define STBI__COMBO(a,b) ((a)*8+(b)) in stbi__convert_format() argument
1495 #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
1543 #define STBI__COMBO(a,b) ((a)*8+(b)) in stbi__convert_format16() argument
1544 #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
1650 stbi__uint16 code[256]; member
1713 int i,j,k=0,code; in stbi__build_huffman() local
2248 #define dct_wadd(out, a, b) \ in stbi__idct_simd() argument
2253 #define dct_wsub(out, a, b) \ in stbi__idct_simd() argument
2258 #define dct_bfly32o(out0, out1, a,b,bias,s) \ in stbi__idct_simd() argument
2269 #define dct_interleave8(a, b) \ in stbi__idct_simd() argument
2275 #define dct_interleave16(a, b) \ in stbi__idct_simd() argument
2434 #define dct_wadd(out, a, b) \ in stbi__idct_simd() argument
2439 #define dct_wsub(out, a, b) \ in stbi__idct_simd() argument
2444 #define dct_bfly32o(out0,out1, a,b,shiftop,s) \ in stbi__idct_simd() argument
3780 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local
3869 static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode_slowpath()
3887 stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode()
3934 static int stbi__parse_huffman_block(stbi__zbuf *a) in stbi__parse_huffman_block()
3976 static int stbi__compute_huffman_codes(stbi__zbuf *a) in stbi__compute_huffman_codes()
4025 static int stbi__parse_uncompressed_block(stbi__zbuf *a) in stbi__parse_uncompressed_block()
4054 static int stbi__parse_zlib_header(stbi__zbuf *a) in stbi__parse_zlib_header()
4096 static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) in stbi__parse_zlib()
4124 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib()
4136 stbi__zbuf a; in stbi_zlib_decode_malloc_guesssize() local
4157 stbi__zbuf a; in stbi_zlib_decode_malloc_guesssize_headerflag() local
4173 stbi__zbuf a; in stbi_zlib_decode_buffer() local
4184 stbi__zbuf a; in stbi_zlib_decode_noheader_malloc() local
4200 stbi__zbuf a; in stbi_zlib_decode_noheader_buffer() local
4272 static int stbi__paeth(int a, int b, int c) in stbi__paeth()
4286 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()
4496 static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stbi__uint32 image_data_len, i… in stbi__create_png_image()
4590 static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int len, int pal_img_n) in stbi__expand_png_palette()
4658 stbi_uc a = p[3]; in stbi__de_iphone() local
4683 #define STBI__PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) argument
4961 static int stbi__bitcount(unsigned int a) in stbi__bitcount()
5183 unsigned char a; in stbi__bmp_load() local
5196 int a; in stbi__bmp_load() local
5776 float a = pixel[3] / 65535.0f; in stbi__psd_load() local
5788 float a = pixel[3] / 255.0f; in stbi__psd_load() local
6130 static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) in stbi__out_gif_code()
6202 stbi__int32 code = bits & codemask; in stbi__process_gif_raster() local