Home
last modified time | relevance | path

Searched refs:S1 (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dencoding.c302 #define S1 0x02 // accept 0, size 2 macro
329 XX, XX, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, // 0xC0-0xCF
330 S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, // 0xD0-0xDF
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite14.phar11 �д�ni���Y�D��=^S1<��rI���GBMB
/php-src/Zend/asm/
H A Djump_mips32_o32_elf_gas.S52 sw $s1, 52($sp) # save S1
89 lw $s1, 52($sp) # restore S1
H A Djump_mips64_n64_elf_gas.S59 sd $s1, 72($sp) # save S1
99 ld $s1, 72($sp) # restore S1
/php-src/ext/standard/
H A Dcrypt_sha256.c130 #define S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in sha256_process_block() macro
148 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
H A Dcrypt_sha512.c159 #define S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in sha512_process_block() macro
179 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
/php-src/ext/opcache/jit/ir/
H A Dir.h348 _(BEGIN, S1, src, ___, ___) /* block start */ \

Completed in 21 milliseconds