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

  /external/chromium_org/third_party/boringssl/src/crypto/aes/
internal.h 61 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
  /external/openssl/crypto/aes/
aes_locl.h 66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
aes_x86core.c 93 # define ROTATE(a,n) _lrotl(a,n)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
ia32intrin.h 225 #define _lrotl(a,b) __rolq((a), (b)) macro
228 #define _lrotl(a,b) __rold((a), (b)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/
ia32intrin.h 217 #define _lrotl(a,b) __rolq((a), (b)) macro
220 #define _lrotl(a,b) __rold((a), (b)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
ia32intrin.h 225 #define _lrotl(a,b) __rolq((a), (b)) macro
228 #define _lrotl(a,b) __rold((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 225 #define _lrotl(a,b) __rolq((a), (b)) macro
228 #define _lrotl(a,b) __rold((a), (b)) macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
ia32intrin.h 225 #define _lrotl(a,b) __rolq((a), (b)) macro
228 #define _lrotl(a,b) __rold((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 282 #define _lrotl(a,b) __rolq((a), (b)) macro
285 #define _lrotl(a,b) __rold((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 259 #define _lrotl(a,b) __rolq((a), (b)) macro
262 #define _lrotl(a,b) __rold((a), (b)) macro
  /external/chromium_org/third_party/boringssl/src/crypto/digest/
md32_common.h 153 # define ROTATE(a,n) _lrotl(a,n)
  /external/openssl/crypto/
md32_common.h 146 # define ROTATE(a,n) _lrotl(a,n)
  /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 528 #pragma push_macro ("_lrotl")
530 #undef _lrotl macro
532 __MINGW_EXTENSION unsigned long long __cdecl _lrotl(unsigned long long _Val,int _Shift);
535 unsigned long __cdecl _lrotl(unsigned long _Val,int _Shift);
538 #pragma pop_macro ("_lrotl")
intrin.h 367 #pragma push_macro ("_lrotl")
368 #undef _lrotl macro
372 __MACHINE(__MINGW_EXTENSION unsigned long long __cdecl _lrotl(unsigned long long,int))
375 __MACHINE(unsigned __LONG32 __cdecl _lrotl(unsigned __LONG32,int))
378 #pragma pop_macro ("_lrotl")
    [all...]
  /external/clang/lib/Headers/
Intrin.h 265 unsigned long __cdecl _lrotl(unsigned long, int);
510 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 241 unsigned long __cdecl _lrotl(unsigned long, int);
432 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 265 unsigned long __cdecl _lrotl(unsigned long, int);
510 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 241 unsigned long __cdecl _lrotl(unsigned long, int);
432 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 265 unsigned long __cdecl _lrotl(unsigned long, int);
510 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 265 unsigned long __cdecl _lrotl(unsigned long, int);
510 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /external/chromium_org/crypto/third_party/nss/
sha512.cc 145 #pragma intrinsic (_lrotr, _lrotl)
147 #define ROTL32(x,n) _lrotl(x,n)
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 417 # define ROTATE(a,n) _lrotl(a,n)
    [all...]

Completed in 511 milliseconds