Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/
H A Dhash_sha.c114 #define SHR(b, x) (x >> b) macro
125 #define SHA256_F4(x) (ROTR32( 7,(x)) ^ ROTR32(18,(x)) ^ SHR( 3,(x)))
127 #define SHA256_F5(x) (ROTR32(17,(x)) ^ ROTR32(19,(x)) ^ SHR(10,(x)))
385 #define SHA512_F4(x) (ROTR64( 1, x) ^ ROTR64( 8, x) ^ SHR(7, x))
387 #define SHA512_F5(x) (ROTR64(19, x) ^ ROTR64(61, x) ^ SHR(6, x))
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c253 #define SHR (/* SHIFT */ 5 << 3) macro
2295 return emit_shift_with_flags(compiler, SHR, HAS_FLAGS(op),
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic23560 # skip some unknown basic binaries like RocketRnger.SHR
27739 # skip Dragon.SHR DEMO.INIT by looking for positive version
35012 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positive string length
H A Dmagic私はガラスを食べられます23560 # skip some unknown basic binaries like RocketRnger.SHR
27739 # skip Dragon.SHR DEMO.INIT by looking for positive version
35012 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positive string length

Completed in 146 milliseconds