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

  /external/boringssl/src/crypto/aes/
internal.h 61 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
ia32intrin.h 226 #define _lrotr(a,b) __rorq((a), (b)) macro
229 #define _lrotr(a,b) __rord((a), (b)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
ia32intrin.h 226 #define _lrotr(a,b) __rorq((a), (b)) macro
229 #define _lrotr(a,b) __rord((a), (b)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
ia32intrin.h 226 #define _lrotr(a,b) __rorq((a), (b)) macro
229 #define _lrotr(a,b) __rord((a), (b)) macro
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
ia32intrin.h 283 #define _lrotr(a,b) __rorq((a), (b)) macro
286 #define _lrotr(a,b) __rord((a), (b)) macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
ia32intrin.h 283 #define _lrotr(a,b) __rorq((a), (b)) macro
286 #define _lrotr(a,b) __rord((a), (b)) macro
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 527 #pragma push_macro ("_lrotr")
529 #undef _lrotr macro
533 __MINGW_EXTENSION unsigned long long __cdecl _lrotr(unsigned long long _Val,int _Shift);
536 unsigned long __cdecl _lrotr(unsigned long _Val,int _Shift);
539 #pragma pop_macro ("_lrotr")
intrin.h 369 #pragma push_macro ("_lrotr")
370 #undef _lrotr macro
373 __MACHINE(__MINGW_EXTENSION unsigned long long __cdecl _lrotr(unsigned long long,int))
376 __MACHINE(unsigned __LONG32 __cdecl _lrotr(unsigned __LONG32,int))
379 #pragma pop_macro ("_lrotr")
    [all...]
  /external/clang/lib/Headers/
Intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
484 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
483 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 253 unsigned long __cdecl _lrotr(unsigned long, int);
483 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
Intrin.h 254 unsigned long __cdecl _lrotr(unsigned long, int);
482 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
484 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
484 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
484 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
Intrin.h 254 unsigned long __cdecl _lrotr(unsigned long, int);
482 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
484 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
484 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
484 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 253 unsigned long __cdecl _lrotr(unsigned long, int);
483 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
484 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /external/libchrome/crypto/third_party/nss/
sha512.cc 145 #pragma intrinsic (_lrotr, _lrotl)
146 #define ROTR32(x,n) _lrotr(x,n)
    [all...]

Completed in 844 milliseconds