Home
last modified time | relevance | path

Searched defs:_shift_ (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMIU.h185 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) argument
191 #define _ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) argument
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvMIU.h182 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) argument