Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_sha_sse2.c79 #define ROTR(x, n) ((x >> n) | (x << (32 - n))) macro
H A Dhash_haval.c135 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c288 #define ROTR (HI(0) | (1 << 21) | LO(2)) macro

Completed in 19 milliseconds