Searched defs:newsz (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 229 #define STBIW_REALLOC(p,newsz) realloc(p,newsz) argument 234 #define STBIW_REALLOC_SIZED(p,oldsz,newsz) STBIW_REALLOC(p,newsz) argument
|
D | stb_image.h | 680 #define STBI_REALLOC(p,newsz) realloc(p,newsz) argument 685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) argument
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 229 #define STBIW_REALLOC(p,newsz) realloc(p,newsz) argument 234 #define STBIW_REALLOC_SIZED(p,oldsz,newsz) STBIW_REALLOC(p,newsz) argument
|
D | stb_image.h | 680 #define STBI_REALLOC(p,newsz) realloc(p,newsz) argument 685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) argument
|