Searched refs:NB (Results 1 – 3 of 3) sorted by relevance
188 const int NB = 64; in _Slist_sort() local189 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); in _Slist_sort()202 if (__fill >= NB) { in _Slist_sort()
213 const int NB = 64; in _S_sort() local214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); in _S_sort()226 if (__fill >= NB) { in _S_sort()
59 // NB: This function is also used in Google Mock, so don't move it inside of