Home
last modified time | relevance | path

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

/Linux-v5.4/lib/crypto/
Ddes.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro
/Linux-v5.4/sound/soc/dwc/
Dlocal.h43 #define ROR(x) (0x40 * x + 0x040) macro