Home
last modified time | relevance | path

Searched defs:ROL (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/hash/
H A Dhash_ripemd.c200 #define ROL(n, x) (((x) << n) | ((x) >> (32 - n))) macro
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c308 #define ROL (/* SHIFT */ 0 << 3) macro

Completed in 19 milliseconds