Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dhv_macro.h62 #define ROTR32(x,r) _rotr(x,r) macro
68 #define ROTR32(x,r) (((U32)(x) << (32 - (r))) | ((U32)(x) >> (r))) macro
H A Dzaphod32_hash.h33 #define ROTR32(x,r) _rotr(x,r) macro
37 #define ROTR32(x,r) (((U32)(x) << (32 - (r))) | ((U32)(x) >> (r))) macro
H A Dsbox32_hash.h67 #define ROTR32(x,r) _rotr(x,r) macro
71 #define ROTR32(x,r) (((U32)(x) << (32 - (r))) | ((U32)(x) >> (r))) macro