HomeSort by relevance Sort by last modified time
    Searched full:__shift (Results 26 - 42 of 42) sorted by null

12

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 156 void _M_do_left_shift(size_t __shift);
158 void _M_do_right_shift(size_t __shift);
241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local
242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 156 void _M_do_left_shift(size_t __shift);
158 void _M_do_right_shift(size_t __shift);
241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local
242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 156 void _M_do_left_shift(size_t __shift);
158 void _M_do_right_shift(size_t __shift);
241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local
242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 156 void _M_do_left_shift(size_t __shift);
158 void _M_do_right_shift(size_t __shift);
241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local
242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 156 void _M_do_left_shift(size_t __shift);
158 void _M_do_right_shift(size_t __shift);
241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local
242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
ratio 221 static constexpr int __shift = __builtin_clzll(__d);
222 static constexpr int __coshift_ = sizeof(uintmax_t) * 8 - __shift;
223 static constexpr int __coshift = (__shift != 0) ? __coshift_ : 0;
224 static constexpr uintmax_t __c1 = uintmax_t(1) << __shift;
229 static constexpr uintmax_t __n0_top = (__shift != 0) ? (__n0 / __c2) : 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
list 586 size_type __shift = 0;
589 __shift++;
592 __profcxx_list_insert(this, __shift, __size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
list 586 size_type __shift = 0;
589 __shift++;
592 __profcxx_list_insert(this, __shift, __size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
list 586 size_type __shift = 0;
589 __shift++;
592 __profcxx_list_insert(this, __shift, __size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
list 587 size_type __shift = 0;
590 __shift++;
593 __profcxx_list_insert(this, __shift, __size);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h 461 uint8_t __b, __count=1, __shift=6; \
469 (c)|=(UChar32)__b<<__shift; \
472 (c)|=(UChar32)(__b&0x3f)<<__shift; \
474 __shift+=6; \
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h 461 uint8_t __b, __count=1, __shift=6; \
469 (c)|=(UChar32)__b<<__shift; \
472 (c)|=(UChar32)(__b&0x3f)<<__shift; \
474 __shift+=6; \
  /external/webkit/Source/WebCore/icu/unicode/
utf8.h 461 uint8_t __b, __count=1, __shift=6; \
469 (c)|=(UChar32)__b<<__shift; \
472 (c)|=(UChar32)(__b&0x3f)<<__shift; \
474 __shift+=6; \
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h 461 uint8_t __b, __count=1, __shift=6; \
469 (c)|=(UChar32)__b<<__shift; \
472 (c)|=(UChar32)(__b&0x3f)<<__shift; \
474 __shift+=6; \
  /external/icu4c/common/unicode/
utf8.h 540 uint8_t __b, __count=1, __shift=6; \
548 (c)|=(UChar32)__b<<__shift; \
551 (c)|=(UChar32)(__b&0x3f)<<__shift; \
553 __shift+=6; \
utf_old.h 438 uint8_t __b, __count=1, __shift=6; \
446 (c)|=(UChar32)__b<<__shift; \
449 (c)|=(UChar32)(__b&0x3f)<<__shift; \
451 __shift+=6; \
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
memory     [all...]

Completed in 1603 milliseconds

12