Searched refs:stbiw__sbm (Results 1 – 2 of 2) sorted by relevance
815 #define stbiw__sbm(a) stbiw__sbraw(a)[0] macro818 #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()