Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvMIU.h180 #ifdef ALIGN
181 #undef ALIGN
182 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) macro
184 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMIU.h183 #ifdef ALIGN
184 #undef ALIGN
185 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) macro
187 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c350 reserve_off = ALIGN(vi->hdr_size, 8); in make_fdt_header()
613 inb->ptr = inb->base + ALIGN(off, align); in flat_realign()
H A Dsrcpos.c147 ALIGN(current_srcfile->colno, TAB_SIZE); in srcpos_update()
H A Ddtc.h67 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
H A Ddata.c288 int newlen = ALIGN(d.len, align); in data_append_align()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Da.out.h141 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A DKsym.c4486 #ifdef ALIGN
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt56770 #ifdef ALIGN
56771 #undef ALIGN
56772 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)
56774 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)