Searched refs:ROL (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/hash/ |
H A D | hash_ripemd.c | 200 #define ROL(n, x) (((x) << n) | ((x) >> (32 - n))) macro 421 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform() 428 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform() 435 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform() 442 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform() 449 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform() 521 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform() 529 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform() 537 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform() 545 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform() [all …]
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 242 #define ROL (/* SHIFT */ 0 << 3) macro 2477 return emit_shift_with_flags(compiler, ROL, 0, 2560 return emit_shift(compiler, is_left ? ROL : ROR, src_dst, dstw, src1, src1w, src2, src2w);
|
Completed in 16 milliseconds