Searched defs:ror (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dbithelp.h42 ror(u32 x, int n) function
50 #define ror(x,n) ( ((x) >> (n)) | ((x) << (32-(n))) ) macro
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dbithelp.h45 ror(u32 x, int n) function
53 #define ror(x,n) ( ((x) >> (n)) | ((x) << (32-(n))) ) macro

Completed in 30 milliseconds