Searched refs:NTBINS (Results 1 – 4 of 4) sorted by relevance
523 #if (NTBINS != 0) in size2index_compute()525 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1; in size2index_compute()545 size_t index = NTBINS + grp + mod; in size2index_compute()578 #if (NTBINS > 0) in index2size_compute()579 if (index < NTBINS) in index2size_compute()580 return (ZU(1) << (LG_TINY_MAXCLASS - NTBINS + 1 + index)); in index2size_compute()584 size_t reduced_index = index - NTBINS; in index2size_compute()622 #if (NTBINS > 0) in s2u_compute()624 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1; in s2u_compute()
523 #if (NTBINS != 0)525 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;545 size_t index = NTBINS + grp + mod;578 #if (NTBINS > 0)579 if (index < NTBINS)580 return (ZU(1) << (LG_TINY_MAXCLASS - NTBINS + 1 + index));584 size_t reduced_index = index - NTBINS;622 #if (NTBINS > 0)624 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
174 #define NTBINS 0 macro324 #define NTBINS 1 macro472 #define NTBINS 0 macro785 #define NTBINS 0 macro1095 #define NTBINS 1 macro1403 #define NTBINS 0 macro
209 * NTBINS: Number of tiny bins.