Searched refs:ecb_rotl16 (Results 1 – 1 of 1) sorted by relevance
1068 ecb_inline ecb_const uint16_t ecb_rotl16 (uint16_t x, unsigned int count);1077 ecb_inline ecb_const uint16_t ecb_rotl16 (uint16_t x, unsigned int count) { return (x >> (16 - coun… in ecb_rotl16() function1102 return ecb_rotl16 (x, 8); in ecb_bswap16()