Searched refs:rotl (Results 1 – 1 of 1) sorted by relevance
55 static uint32_t rotl(uint32_t val, int shift) in rotl() function65 #define ROTL(x, n) rotl((x), (n))