Searched defs:ROTL64 (Results 1 – 2 of 2) sorted by relevance
58 #define ROTL64(x,y) _rotl64(x,y) macro79 #define ROTL64(x,y) rotl64(x,y) macro
25 #define ROTL64(X, B) rotl64((X), (B)) macro