Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h815 #define stbiw__sbm(a) stbiw__sbraw(a)[0] macro
818 #define stbiw__sbneedgrow(a,n) ((a)==0 || stbiw__sbn(a)+n >= stbiw__sbm(a))
828 int m = *arr ? 2*stbiw__sbm(*arr)+increment : increment+1; in stbiw__sbgrowf()
829 …void *p = STBIW_REALLOC_SIZED(*arr ? stbiw__sbraw(*arr) : 0, *arr ? (stbiw__sbm(*arr)*itemsize + s… in stbiw__sbgrowf()
834 stbiw__sbm(*arr) = m; in stbiw__sbgrowf()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h815 #define stbiw__sbm(a) stbiw__sbraw(a)[0] macro
818 #define stbiw__sbneedgrow(a,n) ((a)==0 || stbiw__sbn(a)+n >= stbiw__sbm(a))
828 int m = *arr ? 2*stbiw__sbm(*arr)+increment : increment+1; in stbiw__sbgrowf()
829 …void *p = STBIW_REALLOC_SIZED(*arr ? stbiw__sbraw(*arr) : 0, *arr ? (stbiw__sbm(*arr)*itemsize + s… in stbiw__sbgrowf()
834 stbiw__sbm(*arr) = m; in stbiw__sbgrowf()