Home
last modified time | relevance | path

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

/PHP-7.2/ext/hash/
H A Dhash_sha.c436 #define SHR(b, x) (x >> b) macro
447 #define SHA256_F4(x) (ROTR32( 7,(x)) ^ ROTR32(18,(x)) ^ SHR( 3,(x)))
449 #define SHA256_F5(x) (ROTR32(17,(x)) ^ ROTR32(19,(x)) ^ SHR(10,(x)))
705 #define SHA512_F4(x) (ROTR64( 1, x) ^ ROTR64( 8, x) ^ SHR(7, x))
707 #define SHA512_F5(x) (ROTR64(19, x) ^ ROTR64(61, x) ^ SHR(6, x))
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c232 #define SHR (/* SHIFT */ 5 << 3) macro
2183 return emit_shift_with_flags(compiler, SHR, HAS_FLAGS(op),
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic17743 # skip some unknown basic binaries like RocketRnger.SHR
20778 # skip Dragon.SHR DEMO.INIT by looking for positive version
25602 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positiv string length
H A Dmagic私はガラスを食べられます17743 # skip some unknown basic binaries like RocketRnger.SHR
20778 # skip Dragon.SHR DEMO.INIT by looking for positive version
25602 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positiv string length

Completed in 135 milliseconds