Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcrypto_helper.c182 uint32_t rotl = rol32(x, shamt); in HELPER() local
196 uint32_t rotl = rol32(x, shamt); in HELPER() local
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c2454 static uint32_t rotl(uint32_t v, unsigned count) in rotl() function