Searched defs:ROTL64 (Results 1 – 2 of 2) sorted by relevance
126 ROTL64(uint64_t val, in ROTL64() function
25 #define ROTL64(X, B) rotl64((X), (B)) macro