Searched refs:_BitScanReverse64 (Results 1 - 12 of 12) sorted by relevance

/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dsupport.h171 if (_BitScanReverse64(&where, mask))
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dsupport.h171 if (_BitScanReverse64(&where, mask))
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
H A DIntrin.h322 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
515 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) { function
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
H A DIntrin.h373 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
605 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) { function
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
H A DIntrin.h322 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
515 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) { function
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
H A DIntrin.h373 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
605 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) { function
/prebuilts/sdk/renderscript/clang-include/
H A DIntrin.h373 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
605 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) { function
/prebuilts/sdk/tools/darwin/renderscript/clang-include/
H A DIntrin.h373 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
605 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) { function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinnt.h1303 #define BitScanReverse64 _BitScanReverse64
1308 BOOLEAN _BitScanReverse64(DWORD *Index,DWORD64 Mask);
1329 __CRT_INLINE BOOLEAN _BitScanReverse64(DWORD *Index,DWORD64 Mask) { function
H A Dintrin.h1066 __MACHINEW64(__MINGW_EXTENSION unsigned char _BitScanReverse64(unsigned __LONG32 *Index,unsigned __int64 Mask))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinnt.h1303 #define BitScanReverse64 _BitScanReverse64
1308 BOOLEAN _BitScanReverse64(DWORD *Index,DWORD64 Mask);
1329 __CRT_INLINE BOOLEAN _BitScanReverse64(DWORD *Index,DWORD64 Mask) { function
H A Dintrin.h1066 __MACHINEW64(__MINGW_EXTENSION unsigned char _BitScanReverse64(unsigned __LONG32 *Index,unsigned __int64 Mask))

Completed in 198 milliseconds