Searched refs:stbiw__sbraw (Results 1 – 2 of 2) sorted by relevance
814 #define stbiw__sbraw(a) ((int *) (void *) (a) - 2) macro815 #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()