Searched defs:_shift_ (Results 1 – 2 of 2) sorted by relevance
185 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) argument191 #define _ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) argument
182 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) argument