Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_sha256.c15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
H A Davb_sha512.c15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
/openbmc/qemu/target/rx/
H A Dtranslate.c1448 enum {ROTR = 0, ROTL = 1}; enumerator