Home
last modified time | relevance | path

Searched refs:__this_byte (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_bitset.c94 unsigned char __this_byte in _M_do_find_first() local
96 if ( __this_byte ) in _M_do_find_first()
98 _Bs_G::_S_first_one(__this_byte); in _M_do_find_first()
131 unsigned char __this_byte in _M_do_find_next() local
133 if ( __this_byte ) in _M_do_find_next()
135 _Bs_G::_S_first_one(__this_byte); in _M_do_find_next()
148 unsigned char __this_byte in _M_do_find_next() local
150 if ( __this_byte ) in _M_do_find_next()
152 _Bs_G::_S_first_one(__this_byte); in _M_do_find_next()
D_bitset.h282 unsigned char __this_byte
284 if ( __this_byte )
285 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
315 unsigned char __this_byte
317 if ( __this_byte )
318 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);