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

  /external/python/cpython3/Python/
pyhash.c 321 - _rotl64() on Windows
349 # define ROTATE(x, b) _rotl64(x, b)
  /external/python/cpython3/Modules/_sha3/kcp/
KeccakP-1600-opt64.c 31 #define ROL64(a, offset) _rotl64(a, offset)
  /external/clang/lib/Headers/
intrin.h 264 unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift);
489 _rotl64(unsigned __int64 _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 264 unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift);
489 _rotl64(unsigned __int64 _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 264 unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift);
489 _rotl64(unsigned __int64 _Value, int _Shift) { function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 569 #pragma push_macro ("_rotl64")
570 #undef _rotl64 macro
572 __MINGW_EXTENSION unsigned __int64 __cdecl _rotl64(unsigned __int64 _Val,int _Shift);
574 #pragma pop_macro ("_rotl64")
intrin.h 512 #undef _rotl64 macro
514 __MACHINE(__MINGW_EXTENSION unsigned __int64 __cdecl _rotl64(unsigned __int64,int))
516 #define _rotl64 __rolq macro
    [all...]
winnt.h 566 #define RotateLeft64 _rotl64
579 #pragma push_macro ("_rotl64")
580 #undef _rotl64 macro
582 __MINGW_EXTENSION unsigned __int64 __cdecl _rotl64(unsigned __int64 Value,int Shift);
584 #pragma pop_macro ("_rotl64")
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 264 unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift);
489 _rotl64(unsigned __int64 _Value, int _Shift) { function
    [all...]
  /external/lz4/lib/
xxhash.c 183 # define XXH_rotl64(x,r) _rotl64(x,r)
  /external/vulkan-validation-layers/layers/
xxhash.c 182 # define XXH_rotl64(x,r) _rotl64(x,r)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 273 unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 273 unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift);
    [all...]

Completed in 424 milliseconds