Home
last modified time | relevance | path

Searched defs:R0 (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/standard/
H A Dcrypt_sha256.c136 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() macro
H A Dcrypt_sha512.c161 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() macro
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c128 #define R0(r) ((sljit_ins)reg_map[r]) macro

Completed in 23 milliseconds