Home
last modified time | relevance | path

Searched refs:stbiw__sbraw (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h814 #define stbiw__sbraw(a) ((int *) (void *) (a) - 2) macro
815 #define stbiw__sbm(a) stbiw__sbraw(a)[0]
816 #define stbiw__sbn(a) stbiw__sbraw(a)[1]
824 #define stbiw__sbfree(a) ((a) ? STBIW_FREE(stbiw__sbraw(a)),0 : 0)
829 …void *p = STBIW_REALLOC_SIZED(*arr ? stbiw__sbraw(*arr) : 0, *arr ? (stbiw__sbm(*arr)*itemsize + s… in stbiw__sbgrowf()
1019 STBIW_MEMMOVE(stbiw__sbraw(out), out, *out_len); in stbi_zlib_compress()
1020 return (unsigned char *) stbiw__sbraw(out); in stbi_zlib_compress()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h814 #define stbiw__sbraw(a) ((int *) (void *) (a) - 2) macro
815 #define stbiw__sbm(a) stbiw__sbraw(a)[0]
816 #define stbiw__sbn(a) stbiw__sbraw(a)[1]
824 #define stbiw__sbfree(a) ((a) ? STBIW_FREE(stbiw__sbraw(a)),0 : 0)
829 …void *p = STBIW_REALLOC_SIZED(*arr ? stbiw__sbraw(*arr) : 0, *arr ? (stbiw__sbm(*arr)*itemsize + s… in stbiw__sbgrowf()
1019 STBIW_MEMMOVE(stbiw__sbraw(out), out, *out_len); in stbi_zlib_compress()
1020 return (unsigned char *) stbiw__sbraw(out); in stbi_zlib_compress()