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