Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc.h67 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvMIU.h182 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) macro
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMIU.h185 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) macro