Lines Matching +defs:val +defs:buffer

707 static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int len)  in stbi__start_mem()
1185 STBIDEF stbi_us *stbi_load_16_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *chan… in stbi_load_16_from_memory()
1199 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory()
1232 STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, in… in stbi_loadf_from_memory()
1271 STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) in stbi_is_hdr_from_memory()
1403 static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) in stbi__getn()
2162 int i,val[64],*v=val; in stbi__idct_block() local
4134 STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int len, int initial_size, int … in stbi_zlib_decode_malloc_guesssize()
4150 STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *outlen) in stbi_zlib_decode_malloc()
4155 STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *buffer, int len, int initial… in stbi_zlib_decode_malloc_guesssize_headerflag()
4182 STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int len, int *outlen) in stbi_zlib_decode_noheader_malloc()
5599 stbi_uc val; in stbi__psd_decode_rle() local
5742 stbi__uint16 val = channel == 3 ? 65535 : 0; in stbi__psd_load() local
5747 stbi_uc val = channel == 3 ? 255 : 0; in stbi__psd_load() local
6432 static char *stbi__hdr_gettoken(stbi__context *z, char *buffer) in stbi__hdr_gettoken()
6483 char buffer[STBI__HDR_BUFLEN]; in stbi__hdr_load() local
6611 char buffer[STBI__HDR_BUFLEN]; in stbi__hdr_info() local
6959 STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_info_from_memory()