Searched refs:SHR (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/hash/ |
H A D | hash_sha.c | 433 #define SHR(b, x) (x >> b) macro 444 #define SHA256_F4(x) (ROTR32( 7,(x)) ^ ROTR32(18,(x)) ^ SHR( 3,(x))) 446 #define SHA256_F5(x) (ROTR32(17,(x)) ^ ROTR32(19,(x)) ^ SHR(10,(x))) 702 #define SHA512_F4(x) (ROTR64( 1, x) ^ ROTR64( 8, x) ^ SHR(7, x)) 704 #define SHA512_F5(x) (ROTR64(19, x) ^ ROTR64(61, x) ^ SHR(6, x))
|
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_common.c | 229 #define SHR (/* SHIFT */ 5 << 3) macro 1170 *inst |= SHR; in emit_clz() 2214 return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
|
Completed in 12 milliseconds