Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dsha1.c47 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
/openbmc/qemu/contrib/elf2dmp/
H A Dmain.c50 static uint64_t rol(uint64_t x, uint64_t y) in rol() function