Searched defs:rol (Results 1 – 7 of 7) sorted by relevance
206 rol d2 define
290 rol d2 define
21 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
26 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
27 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
26 static inline uint32_t rol(uint32_t Number, int Bits) { in rol() function
253 BT::RegisterCell &BT::RegisterCell::rol(uint16_t Sh) { in rol() function in BT::RegisterCell