/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
crypt586.pl | 144 &rotl( $a, $shift ) if ($shift != 0); 175 else { &rotl($tt, $lr-3); } 181 else { &rotl($r, $lr-2); } 192 { &rotl($r, 2-$lr); } 198 { &rotl($l, 3-$lr); }
|
des-586.pl | 152 &rotl($R,3); 154 &rotl($L,3); 247 &rotl( $a, $shift ) if ($shift != 0); 280 else { &rotl($tt, $lr-3); } 286 else { &rotl($r, $lr-2); } 297 { &rotl($r, 2-$lr); } 303 { &rotl($l, 3-$lr); }
|
/external/jmonkeyengine/engine/src/android/jme3tools/android/ |
Fixed.java | 100 int rotl = 0; typedefs 103 while (rotl < 32) { 105 rotl++; 110 ATAN_SHIFT = rotl; 114 lut[n] = tan(n) >> rotl;
|
/external/openssl/crypto/des/asm/ |
crypt586.pl | 144 &rotl( $a, $shift ) if ($shift != 0); 175 else { &rotl($tt, $lr-3); } 181 else { &rotl($r, $lr-2); } 192 { &rotl($r, 2-$lr); } 198 { &rotl($l, 3-$lr); }
|
des-586.pl | 152 &rotl($R,3); 154 &rotl($L,3); 247 &rotl( $a, $shift ) if ($shift != 0); 280 else { &rotl($tt, $lr-3); } 286 else { &rotl($r, $lr-2); } 297 { &rotl($r, 2-$lr); } 303 { &rotl($l, 3-$lr); }
|
/external/chromium_org/third_party/openssl/openssl/crypto/ripemd/asm/ |
rmd-586.pl | 89 &rotl($c, 10); 93 &rotl($a, $s); 105 &rotl($c, 10); 110 &rotl($a, $s); 134 &rotl($c, 10); 138 &rotl($a, $s); 154 &rotl($c, 10); 161 &rotl($c, 10); 165 &rotl($a, $s); 185 &rotl($c, 10) [all...] |
/external/openssl/crypto/ripemd/asm/ |
rmd-586.pl | 89 &rotl($c, 10); 93 &rotl($a, $s); 105 &rotl($c, 10); 110 &rotl($a, $s); 134 &rotl($c, 10); 138 &rotl($a, $s); 154 &rotl($c, 10); 161 &rotl($c, 10); 165 &rotl($a, $s); 185 &rotl($c, 10) [all...] |
/external/llvm/unittests/ADT/ |
APIntTest.cpp | 156 EXPECT_EQ(one, one.rotl(0)); 157 EXPECT_EQ(one, one.rotl(1)); 496 EXPECT_EQ(APInt(8, 1), APInt(8, 1).rotl(0)); 497 EXPECT_EQ(APInt(8, 2), APInt(8, 1).rotl(1)); 498 EXPECT_EQ(APInt(8, 4), APInt(8, 1).rotl(2)); 499 EXPECT_EQ(APInt(8, 16), APInt(8, 1).rotl(4)); 500 EXPECT_EQ(APInt(8, 1), APInt(8, 1).rotl(8)); 502 EXPECT_EQ(APInt(8, 16), APInt(8, 16).rotl(0)); 503 EXPECT_EQ(APInt(8, 32), APInt(8, 16).rotl(1)); 504 EXPECT_EQ(APInt(8, 64), APInt(8, 16).rotl(2)) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/ |
md5-586.pl | 64 &rotl($a,$s); 89 &rotl($a,$s); 112 &rotl($a,$s); 135 &rotl($a,$s); 161 &rotl($a,$s);
|
/external/openssl/crypto/md5/asm/ |
md5-586.pl | 64 &rotl($a,$s); 89 &rotl($a,$s); 112 &rotl($a,$s); 135 &rotl($a,$s); 161 &rotl($a,$s);
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-586.pl | 145 &rotl($tmp1,5); # tmp1=ROTATE(a,5) 175 &rotl($f,1); # f=ROTATE(f,1) 181 &rotl($a,5); # ROTATE(a,5) 192 &rotl($f,1); # f=ROTATE(f,1) 198 &rotl($tmp1,5); # ROTATE(a,5) 219 &rotl($f,1); # f=ROTATE(f,1) 223 &rotl($a,5); # ROTATE(a,5) 237 &rotl($f,1); # f=ROTATE(f,1) 241 &rotl($tmp1,5); # ROTATE(a,5) 262 &rotl($f,1); # f=ROTATE(f,1 [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-586.pl | 145 &rotl($tmp1,5); # tmp1=ROTATE(a,5) 175 &rotl($f,1); # f=ROTATE(f,1) 181 &rotl($a,5); # ROTATE(a,5) 192 &rotl($f,1); # f=ROTATE(f,1) 198 &rotl($tmp1,5); # ROTATE(a,5) 219 &rotl($f,1); # f=ROTATE(f,1) 223 &rotl($a,5); # ROTATE(a,5) 237 &rotl($f,1); # f=ROTATE(f,1) 241 &rotl($tmp1,5); # ROTATE(a,5) 262 &rotl($f,1); # f=ROTATE(f,1 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86asm.pl | 64 sub ::rotl { &rol(@_); }
|
/external/openssl/crypto/perlasm/ |
x86asm.pl | 64 sub ::rotl { &rol(@_); }
|
/external/qemu/tcg/arm/ |
tcg-target.c | 225 static inline uint32_t rotl(uint32_t val, int n) function 244 if ((rotl(imm, 2) & ~0xff) == 0) 246 if ((rotl(imm, 4) & ~0xff) == 0) 248 if ((rotl(imm, 6) & ~0xff) == 0) [all...] |
/external/llvm/include/llvm/ADT/ |
APInt.h | 861 APInt rotl(unsigned rotateAmt) const; 882 APInt rotl(const APInt &rotateAmt) const; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aes-586.pl | 491 &rotl ($s[$i],24); [all...] |
/external/openssl/crypto/aes/asm/ |
aes-586.pl | 491 &rotl ($s[$i],24); [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | [all...] |
/external/clang/lib/AST/ |
ExprConstant.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |