Searched defs:ROTL8 (Results 1 – 1 of 1) sorted by relevance
369 #define ROTL8(x) (((x) << 8) & 0xFFFFFFFF) | ((x) >> 24) macro464 #define ROTL8(x) ((uint32_t) ((x) << 8) + (uint32_t) ((x) >> 24)) macro