Home
last modified time | relevance | path

Searched refs:rotl (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dbits_test.cc28 static_assert(rotl(uint8_t{0x12}, 0) == uint8_t{0x12}, ""); in TEST()
29 static_assert(rotl(uint16_t{0x1234}, 0) == uint16_t{0x1234}, ""); in TEST()
30 static_assert(rotl(uint32_t{0x12345678UL}, 0) == uint32_t{0x12345678UL}, ""); in TEST()
31 static_assert(rotl(uint64_t{0x12345678ABCDEF01ULL}, 0) == in TEST()
35 EXPECT_EQ(rotl(uint8_t{0x12}, 0), uint8_t{0x12}); in TEST()
36 EXPECT_EQ(rotl(uint16_t{0x1234}, 0), uint16_t{0x1234}); in TEST()
37 EXPECT_EQ(rotl(uint32_t{0x12345678UL}, 0), uint32_t{0x12345678UL}); in TEST()
38 EXPECT_EQ(rotl(uint64_t{0x12345678ABCDEF01ULL}, 0), in TEST()
41 EXPECT_EQ(rotl(uint8_t{0x12}, 8), uint8_t{0x12}); in TEST()
42 EXPECT_EQ(rotl(uint16_ in TEST()
[all...]
H A Dbits.h58 rotl(T x, int s) noexcept {
117 using std::rotl;
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.cpp26 static inline uint64_t rotl(uint64_t val, int count) in rotl() function
45 state[0] = rotl(s0, 24) ^ s1 ^ (s1 << 16); in rand()
46 state[1] = rotl(s1, 37); in rand()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib.cpp26 static inline uint64_t rotl(uint64_t val, int count) in rotl() function
45 state[0] = rotl(s0, 24) ^ s1 ^ (s1 << 16); in rand()
46 state[1] = rotl(s1, 37); in rand()
/third_party/node/deps/openssl/openssl/crypto/sm4/
H A Dsm4.c88 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) in rotl() function
121 return t ^ rotl(t, 2) ^ rotl(t, 10) ^ rotl(t, 18) ^ rotl(t, 24); in SM4_T_slow()
127 rotl(SM4_SBOX_T[(uint8_t)(X >> 16)], 24) ^ in SM4_T()
128 rotl(SM4_SBOX_T[(uint8_t)(X >> 8)], 16) ^ in SM4_T()
129 rotl(SM4_SBOX_T[(uint8_t)X], 8); in SM4_T()
171 t = t ^ rotl(t, 13) ^ rotl( in ossl_sm4_set_key()
[all...]
/third_party/openssl/crypto/sm4/
H A Dsm4.c88 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) in rotl() function
121 return t ^ rotl(t, 2) ^ rotl(t, 10) ^ rotl(t, 18) ^ rotl(t, 24); in SM4_T_slow()
127 rotl(SM4_SBOX_T[(uint8_t)(X >> 16)], 24) ^ in SM4_T()
128 rotl(SM4_SBOX_T[(uint8_t)(X >> 8)], 16) ^ in SM4_T()
129 rotl(SM4_SBOX_T[(uint8_t)X], 8); in SM4_T()
171 t = t ^ rotl(t, 13) ^ rotl( in ossl_sm4_set_key()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ripemd/asm/
H A Drmd-586.pl100 &rotl($c, 10);
104 &rotl($a, $s);
116 &rotl($c, 10);
121 &rotl($a, $s);
145 &rotl($c, 10);
149 &rotl($a, $s);
165 &rotl($c, 10);
172 &rotl($c, 10);
176 &rotl($a, $s);
196 &rotl(
[all...]
/third_party/openssl/crypto/ripemd/asm/
H A Drmd-586.pl100 &rotl($c, 10);
104 &rotl($a, $s);
116 &rotl($c, 10);
121 &rotl($a, $s);
145 &rotl($c, 10);
149 &rotl($a, $s);
165 &rotl($c, 10);
172 &rotl($c, 10);
176 &rotl($a, $s);
196 &rotl(
[all...]
/third_party/node/deps/openssl/openssl/crypto/des/asm/
H A Dcrypt586.pl151 &rotl( $a, $shift ) if ($shift != 0);
182 else { &rotl($tt, $lr-3); }
188 else { &rotl($r, $lr-2); }
199 { &rotl($r, 2-$lr); }
205 { &rotl($l, 3-$lr); }
H A Ddes-586.pl162 &rotl($R,3);
164 &rotl($L,3);
257 &rotl( $a, $shift ) if ($shift != 0);
290 else { &rotl($tt, $lr-3); }
296 else { &rotl($r, $lr-2); }
307 { &rotl($r, 2-$lr); }
313 { &rotl($l, 3-$lr); }
/third_party/openssl/crypto/des/asm/
H A Dcrypt586.pl151 &rotl( $a, $shift ) if ($shift != 0);
182 else { &rotl($tt, $lr-3); }
188 else { &rotl($r, $lr-2); }
199 { &rotl($r, 2-$lr); }
205 { &rotl($l, 3-$lr); }
H A Ddes-586.pl162 &rotl($R,3);
164 &rotl($L,3);
257 &rotl( $a, $shift ) if ($shift != 0);
290 else { &rotl($tt, $lr-3); }
296 else { &rotl($r, $lr-2); }
307 { &rotl($r, 2-$lr); }
313 { &rotl($l, 3-$lr); }
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-586.pl177 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
207 &rotl($f,1); # f=ROTATE(f,1)
213 &rotl($a,5); # ROTATE(a,5)
224 &rotl($f,1); # f=ROTATE(f,1)
230 &rotl($tmp1,5); # ROTATE(a,5)
251 &rotl($f,1); # f=ROTATE(f,1)
255 &rotl($a,5); # ROTATE(a,5)
269 &rotl($f,1); # f=ROTATE(f,1)
273 &rotl($tmp1,5); # ROTATE(a,5)
294 &rotl(
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha1-586.pl177 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
207 &rotl($f,1); # f=ROTATE(f,1)
213 &rotl($a,5); # ROTATE(a,5)
224 &rotl($f,1); # f=ROTATE(f,1)
230 &rotl($tmp1,5); # ROTATE(a,5)
251 &rotl($f,1); # f=ROTATE(f,1)
255 &rotl($a,5); # ROTATE(a,5)
269 &rotl($f,1); # f=ROTATE(f,1)
273 &rotl($tmp1,5); # ROTATE(a,5)
294 &rotl(
[all...]
/third_party/node/deps/openssl/openssl/crypto/rc5/asm/
H A Drc5-586.pl69 &rotl($A, &LB("ecx"));
75 &rotl($B, &LB("ecx"));
/third_party/openssl/crypto/rc5/asm/
H A Drc5-586.pl69 &rotl($A, &LB("ecx"));
75 &rotl($B, &LB("ecx"));
/third_party/node/deps/openssl/openssl/crypto/md5/asm/
H A Dmd5-586.pl77 &rotl($a,$s);
102 &rotl($a,$s);
126 &rotl($a,$s);
148 &rotl($a,$s);
174 &rotl($a,$s);
/third_party/openssl/crypto/md5/asm/
H A Dmd5-586.pl77 &rotl($a,$s);
102 &rotl($a,$s);
126 &rotl($a,$s);
148 &rotl($a,$s);
174 &rotl($a,$s);
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dlow_level_hash.cc36 uint64_t p = v0 ^ absl::rotl(v1, 40); in Mix()
37 p *= v1 ^ absl::rotl(v0, 39); in Mix()
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl269 &rotl ($idx,1);
281 &rotl (@T[2],1);
444 &rotl ($idx,1);
456 &rotl (@T[2],1);
/third_party/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl269 &rotl ($idx,1);
281 &rotl (@T[2],1);
444 &rotl ($idx,1);
456 &rotl (@T[2],1);
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86asm.pl71 sub ::rotl { &rol(@_); }
/third_party/openssl/crypto/perlasm/
H A Dx86asm.pl71 sub ::rotl { &rol(@_); }
/third_party/node/deps/openssl/openssl/crypto/cast/asm/
H A Dcast-586.pl154 &rotl( $tmp4, &LB($tmp1));
/third_party/openssl/crypto/cast/asm/
H A Dcast-586.pl154 &rotl( $tmp4, &LB($tmp1));

Completed in 10 milliseconds

12