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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/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.x/include/
ia32intrin.h 282 #define _lrotl(a,b) __rolq((a), (b)) macro
285 #define _lrotl(a,b) __rold((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/psdk_inc/
intrin-impl.h 548 #undef _lrotl macro
551 #if __INTRINSIC_PROLOG(_lrotl)
552 unsigned long _lrotl(unsigned long __X, int __C);
554 unsigned long _lrotl(unsigned long __X, int __C) function
    [all...]
  /external/clang/lib/Headers/
intrin.h 249 unsigned long __cdecl _lrotl(unsigned long, int);
478 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 249 unsigned long __cdecl _lrotl(unsigned long, int);
478 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 249 unsigned long __cdecl _lrotl(unsigned long, int);
478 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 544 /* We already have bug-free prototypes and inline definitions for _lrotl
551 #undef _lrotl macro
554 unsigned long __cdecl _lrotl(unsigned long,int);
intrin.h 76 #undef _lrotl macro
437 /* __MACHINE(unsigned long __cdecl _lrotl(unsigned long,int)) moved to psdk_inc/intrin-impl.h */
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 249 unsigned long __cdecl _lrotl(unsigned long, int);
478 _lrotl(unsigned long _Value, int _Shift) { function
    [all...]
  /external/boringssl/src/decrepit/cast/
cast.c 85 #define ROTL(a, n) (_lrotl(a, n))
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 256 unsigned long __cdecl _lrotl(unsigned long, int);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 256 unsigned long __cdecl _lrotl(unsigned long, int);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 418 # define ROTATE(a,n) _lrotl(a,n)
    [all...]

Completed in 550 milliseconds