Home
last modified time | relevance | path

Searched refs:SHR (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/hash/
H A Dhash_sha.c433 #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-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c229 #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 25 milliseconds