Searched defs:rot (Results 1 – 5 of 5) sorted by relevance
16 #define rot(x, k) (((x) << (k)) | ((x) >> (32 - (k)))) macro
45 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
39 #define rot(x, k) (((x) << (k)) | ((x) >> (32-(k)))) macro
45 #define rot(x, k) (((x) << (k)) | ((x) >> (32-(k)))) macro
56 static inline uint8_t pcg_rotr_8(uint8_t value, unsigned int rot) in pcg_rotr_8()70 static inline uint16_t pcg_rotr_16(uint16_t value, unsigned int rot) in pcg_rotr_16()80 static inline uint32_t pcg_rotr_32(uint32_t value, unsigned int rot) in pcg_rotr_32()90 static inline uint64_t pcg_rotr_64(uint64_t value, unsigned int rot) in pcg_rotr_64()103 static inline pcg128_t pcg_rotr_128(pcg128_t value, unsigned int rot) in pcg_rotr_128()