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

1 23

  /prebuilts/ndk/9/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
list 587 size_type __shift = 0;
590 __shift++;
593 __profcxx_list_insert(this, __shift, __size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
list 603 size_type __shift = 0;
606 __shift++;
609 __profcxx_list_insert(this, __shift, __size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
random.tcc 210 template<size_t __shift>
218 uint64_t __oh = __th >> (__shift * 8);
219 uint64_t __ol = __tl >> (__shift * 8);
220 __ol |= __th << (64 - __shift * 8);
228 template<size_t __shift>
236 uint64_t __oh = __th << (__shift * 8);
237 uint64_t __ol = __tl << (__shift * 8);
238 __oh |= __tl >> (64 - __shift * 8);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utf8.h 517 uint8_t __b, __count=1, __shift=6; \
525 (c)|=(UChar32)__b<<__shift; \
528 (c)|=(UChar32)(__b&0x3f)<<__shift; \
530 __shift+=6; \
utf_old.h 442 uint8_t __b, __count=1, __shift=6; \
450 (c)|=(UChar32)__b<<__shift; \
453 (c)|=(UChar32)(__b&0x3f)<<__shift; \
455 __shift+=6; \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 35 (NV04_MULTITEX_TRIANGLE_COMBINE_COLOR_ARGUMENT##in##__SHIFT \
  /external/icu4c/common/unicode/
utf8.h 633 uint8_t __b, __count=1, __shift=6; \
641 (c)|=(UChar32)__b<<__shift; \
644 (c)|=(UChar32)(__b&0x3f)<<__shift; \
646 __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...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 35 (NV04_MULTITEX_TRIANGLE_COMBINE_COLOR_ARGUMENT##in##__SHIFT \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
memory     [all...]

Completed in 128 milliseconds

1 23