Searched defs:ROTL8 (Results 1 – 1 of 1) sorted by relevance
393 #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 ) macro485 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
Completed in 9 milliseconds