Searched defs:SIP_ROTL (Results 1 – 3 of 3) sorted by relevance
152 #define SIP_ROTL(x, b) ((x) << (b)) | ( (x) >> (64 - (b))) macro
147 #define SIP_ROTL(x, b) ((x) << (b)) | ( (x) >> (64 - (b))) macro
111 #define SIP_ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro