HomeSort by relevance Sort by last modified time
    Searched refs:_lrotr (Results 1 - 15 of 15) 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 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.x/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.x/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/psdk_inc/
intrin-impl.h 549 #undef _lrotr macro
561 #if __INTRINSIC_PROLOG(_lrotr)
562 unsigned long _lrotr(unsigned long __X, int __C);
564 unsigned long _lrotr(unsigned long __X, int __C) function
    [all...]
  /external/clang/lib/Headers/
intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
483 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
483 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
483 _lrotr(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 545 and _lrotr from either intrin.h or x86intrin.h. */
550 #undef _lrotr macro
555 unsigned long __cdecl _lrotr(unsigned long,int);
intrin.h 77 #undef _lrotr macro
438 /* __MACHINE(unsigned long __cdecl _lrotr(unsigned long,int)) moved to psdk_inc/intrin-impl.h */
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 251 unsigned long __cdecl _lrotr(unsigned long, int);
483 _lrotr(unsigned long _Value, int _Shift) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 258 unsigned long __cdecl _lrotr(unsigned long, int);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 258 unsigned long __cdecl _lrotr(unsigned long, int);
    [all...]
  /external/libtextclassifier/util/hash/
farmhash.cc 203 _lrotr(val, shift) :
209 _lrotr(val, shift) :
    [all...]

Completed in 720 milliseconds