HomeSort by relevance Sort by last modified time
    Searched refs:_BitScanReverse64 (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
BitwiseOperations.h 65 return LIKELY(_BitScanReverse64(&index, x)) ? (63 - index) : 64;
  /external/libcxx/include/support/win32/
support.h 171 if (_BitScanReverse64(&where, mask))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 171 if (_BitScanReverse64(&where, mask))
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 171 if (_BitScanReverse64(&where, mask))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 261 unsigned char _BitScanReverse64(unsigned long *index, unsigned __int64 mask); // NOLINT
272 _BitScanReverse64(&up, x);
  /external/llvm/include/llvm/Support/
MathExtras.h 169 _BitScanReverse64(&Index, Val);
  /external/clang/lib/Headers/
Intrin.h 373 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
605 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) {
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 322 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
515 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) {
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 373 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
605 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) {
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 322 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
515 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) {
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 373 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
605 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) {
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 373 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
605 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) {
    [all...]
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
Intrin.h 373 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
605 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) {
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
minilzo-inl.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
intrin.h     [all...]

Completed in 1208 milliseconds