HomeSort by relevance Sort by last modified time
    Searched defs:_S_first_one (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
bitset.cpp 95 unsigned char _Bs_G::_S_first_one(unsigned char __byte)
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
bitset.cpp 95 unsigned char _Bs_G::_S_first_one(unsigned char __byte)
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 89 static unsigned char _S_first_one(unsigned char __x)
285 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
318 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 89 static unsigned char _S_first_one(unsigned char __x)
285 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
318 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 89 static unsigned char _S_first_one(unsigned char __x)
285 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
318 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);

Completed in 177 milliseconds