Searched defs:rol (Results 1 – 8 of 8) sorted by relevance
24 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
238 struct event_overlapped rol, wol; in test_iocp_evbuffer() local
130 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
26 static inline uint32_t rol(uint32_t Number, int Bits) { in rol() function [all...]
82 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
253 BT::RegisterCell &BT::RegisterCell::rol(uint16_t Sh) { in rol() function in BT::RegisterCell