Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrypt_sha256.c131 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() macro
H A Dcrypt_sha512.c160 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() macro
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c121 #define R0(r) ((sljit_ins)reg_map[r]) macro

Completed in 20 milliseconds