/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/ |
list | 603 size_type __shift = 0; 606 __shift++; 609 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/ |
list | 603 size_type __shift = 0; 606 __shift++; 609 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
list | 603 size_type __shift = 0; 606 __shift++; 609 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
list | 640 size_type __shift = 0; 643 __shift++; 646 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
random.tcc | 209 template<size_t __shift> 217 uint64_t __oh = __th >> (__shift * 8); 218 uint64_t __ol = __tl >> (__shift * 8); 219 __ol |= __th << (64 - __shift * 8); 227 template<size_t __shift> 235 uint64_t __oh = __th << (__shift * 8); 236 uint64_t __ol = __tl << (__shift * 8); 237 __oh |= __tl >> (64 - __shift * 8); [all...] |
/external/icu/icu4c/source/common/unicode/ |
utf8.h | 629 uint8_t __b, __count=1, __shift=6; \ 637 (c)|=(UChar32)__b<<__shift; \ 640 (c)|=(UChar32)(__b&0x3f)<<__shift; \ 642 __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...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
memory | [all...] |
/external/libcxx/include/ |
memory | [all...] |