Searched refs:stbiw__sbm (Results 1 – 2 of 2) sorted by relevance
778 #define stbiw__sbm(a) stbiw__sbraw(a)[0] macro781 #define stbiw__sbneedgrow(a,n) ((a)==0 || stbiw__sbn(a)+n >= stbiw__sbm(a))791 int m = *arr ? 2*stbiw__sbm(*arr)+increment : increment+1; in stbiw__sbgrowf()792 …void *p = STBIW_REALLOC_SIZED(*arr ? stbiw__sbraw(*arr) : 0, *arr ? (stbiw__sbm(*arr)*itemsize + s… in stbiw__sbgrowf()797 stbiw__sbm(*arr) = m; in stbiw__sbgrowf()