/external/lzma/C/ |
RotateDefs.h | 11 #define rotrFixed(x, n) _rotr((x), (n))
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
sha256.js | 60 function _rotr(w, r) { return ((w << (32 - r)) | (w >>> r)); }; 73 var s0 = _rotr(W[i - 15], 7) ^ _rotr(W[i - 15], 18) ^ (W[i - 15] >>> 3); 74 var s1 = _rotr(W[i - 2], 17) ^ _rotr(W[i - 2], 19) ^ (W[i - 2] >>> 10); 88 var S0 = _rotr(A, 2) ^ _rotr(A, 13) ^ _rotr(A, 22); 91 var S1 = _rotr(E, 6) ^ _rotr(E, 11) ^ _rotr(E, 25) [all...] |
/external/openssl/crypto/sha/asm/ |
sha512-ia64.pl | 220 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14) 453 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14) 459 _rotr r8=$t1,$Sigma1[1] } // ROTR(e,18) 463 _rotr r9=$t1,$Sigma1[2] } // ROTR(e,41) 467 _rotr r10=$t0,$Sigma0[0] } // ROTR(a,28) 471 _rotr r11=$t0,$Sigma0[1] } // ROTR(a,34) 475 _rotr r8=$t0,$Sigma0[2] } // ROTR(a,39) 493 _rotr r8=X[15-1],$sigma0[0] } // ROTR(s0,1) 497 _rotr r9=X[15-1],$sigma0[1] } // ROTR(s0,8) 502 _rotr r10=X[15-14],$sigma1[0] };;// ROTR(s1,19 [all...] |
/external/chromium_org/third_party/smhasher/src/ |
Platform.h | 23 #define ROTR32(x,y) _rotr(x,y)
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/ |
ia32intrin.h | 242 #define _rotr(a,b) __rord((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 | 234 #define _rotr(a,b) __rord((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 | 242 #define _rotr(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 | 242 #define _rotr(a,b) __rord((a), (b)) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
stdlib.h | 557 #pragma push_macro ("_rotr") 559 #undef _rotr macro 561 unsigned int __cdecl _rotr(unsigned int _Val,int _Shift); 564 #pragma pop_macro ("_rotr")
|
intrin.h | 449 #pragma push_macro ("_rotr") 450 #undef _rotr macro 451 __MACHINE(unsigned int __cdecl _rotr(unsigned int,int)) 452 #pragma pop_macro ("_rotr") [all...] |
winnt.h | 400 #define RotateRight32 _rotr 404 #pragma push_macro ("_rotr") 406 #undef _rotr macro 408 unsigned int __cdecl _rotr(unsigned int Value,int Shift); 409 #pragma pop_macro ("_rotr") [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/ |
ia32intrin.h | 242 #define _rotr(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 | 293 #define _rotr(a,b) __rord((a), (b)) macro
|
/external/chromium_org/third_party/boringssl/src/crypto/des/ |
internal.h | 208 #define ROTATE(a, n) (_rotr(a, n))
|
/external/clang/lib/Headers/ |
Intrin.h | 288 unsigned int __cdecl _rotr(unsigned int _Value, int _Shift); 505 _rotr(unsigned int _Value, int _Shift) { function [all...] |
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/ |
Intrin.h | 264 unsigned int __cdecl _rotr(unsigned int _Value, int _Shift); 427 _rotr(unsigned int _Value, int _Shift) { function [all...] |
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/ |
Intrin.h | 288 unsigned int __cdecl _rotr(unsigned int _Value, int _Shift); 505 _rotr(unsigned int _Value, int _Shift) { function [all...] |
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/ |
Intrin.h | 264 unsigned int __cdecl _rotr(unsigned int _Value, int _Shift); 427 _rotr(unsigned int _Value, int _Shift) { function [all...] |
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/ |
Intrin.h | 288 unsigned int __cdecl _rotr(unsigned int _Value, int _Shift); 505 _rotr(unsigned int _Value, int _Shift) { function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
Intrin.h | 288 unsigned int __cdecl _rotr(unsigned int _Value, int _Shift); 505 _rotr(unsigned int _Value, int _Shift) { function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ |
libcrtdll.a | 49 ?? ?? ?6 ?6 ?? ?? ?d ?d ? ? ? ? ?V ?V ?? ?r ?r ? ? ? ? ?6 ?6 ?? ?? ?b ?b ? ? ? ? ?4 ?4 ?? ?? ?` ?` ?? ?? ? ? ?. ?. ?? ?? ?T ?T ? ? ?? ?? ?D ?D ? ? r r ? ? F F ? ? ? ? ? ? N N ? v ? ? !~ !~ $ &? &? )B )B +? .\ 0? 0? 3? 3? 6^ 6^ 9 9 ;? ;? >J >J @? @? C? F8 F8 H? H? K? K? NV P? P? Sx U? U? X? [ ]? ` ` b? b? eR eR g? g? j? m m o? o? r` r` u u w? w? zl zl }& |