Home
last modified time | relevance | path

Searched refs:NB (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_slist.c188 const int NB = 64; in _Slist_sort() local
189 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); in _Slist_sort()
202 if (__fill >= NB) { in _Slist_sort()
D_list.c213 const int NB = 64; in _S_sort() local
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); in _S_sort()
226 if (__fill >= NB) { in _S_sort()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h.pump59 // NB: This function is also used in Google Mock, so don't move it inside of