Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash_sha.c431 #define SHR(b, x) (x >> b) macro
442 #define SHA256_F4(x) (ROTR32( 7,(x)) ^ ROTR32(18,(x)) ^ SHR( 3,(x)))
444 #define SHA256_F5(x) (ROTR32(17,(x)) ^ ROTR32(19,(x)) ^ SHR(10,(x)))
700 #define SHA512_F4(x) (ROTR64( 1, x) ^ ROTR64( 8, x) ^ SHR(7, x))
702 #define SHA512_F5(x) (ROTR64(19, x) ^ ROTR64(61, x) ^ SHR(6, x))
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c247 #define SHR (/* SHIFT */ 5 << 3) macro
2349 return emit_shift_with_flags(compiler, SHR, HAS_FLAGS(op),
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます20892 # skip some unknown basic binaries like RocketRnger.SHR
24219 # skip Dragon.SHR DEMO.INIT by looking for positive version
29866 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positiv string length
H A Dmagic20892 # skip some unknown basic binaries like RocketRnger.SHR
24219 # skip Dragon.SHR DEMO.INIT by looking for positive version
29866 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positiv string length

Completed in 120 milliseconds