Home
last modified time | relevance | path

Searched refs:_shift_ (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMIU.h185 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) argument
187 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)
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
184 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt56772 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)
56774 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)
56778 #define _ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)