Searched refs:SHR (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/hash/ |
H A D | hash_sha.c | 114 #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))) 383 #define SHA512_F4(x) (ROTR64( 1, x) ^ ROTR64( 8, x) ^ SHR(7, x)) 385 #define SHA512_F5(x) (ROTR64(19, x) ^ ROTR64(61, x) ^ SHR(6, x))
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 247 #define SHR (/* SHIFT */ 5 << 3) macro 2349 return emit_shift_with_flags(compiler, SHR, HAS_FLAGS(op),
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 22580 # skip some unknown basic binaries like RocketRnger.SHR 26575 # skip Dragon.SHR DEMO.INIT by looking for positive version 33044 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positiv string length
|
H A D | magic | 22580 # skip some unknown basic binaries like RocketRnger.SHR 26575 # skip Dragon.SHR DEMO.INIT by looking for positive version 33044 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positiv string length
|
Completed in 149 milliseconds