Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dbitset.cpp95 unsigned char _Bs_G::_S_first_one(unsigned char __byte) in _S_first_one() function in _Bs_G
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_bitset.c98 _Bs_G::_S_first_one(__this_byte); in _M_do_find_first()
135 _Bs_G::_S_first_one(__this_byte); in _M_do_find_next()
152 _Bs_G::_S_first_one(__this_byte); in _M_do_find_next()
D_bitset.h89 static unsigned char _S_first_one(unsigned char __x) in _S_first_one() function
285 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
318 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);