Searched refs:ALIGN (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvMIU.h | 180 #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 D | drvMIU.h | 183 #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 D | flattree.c | 350 reserve_off = ALIGN(vi->hdr_size, 8); in make_fdt_header() 613 inb->ptr = inb->base + ALIGN(off, align); in flat_realign()
|
| H A D | srcpos.c | 147 ALIGN(current_srcfile->colno, TAB_SIZE); in srcpos_update()
|
| H A D | dtc.h | 67 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
|
| H A D | data.c | 288 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 D | a.out.h | 141 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
| /utopia/UTPA2-700.0.x/projects/build/Ksym/ |
| H A D | Ksym.c | 4486 #ifdef ALIGN
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 56770 #ifdef ALIGN 56771 #undef ALIGN 56772 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_) 56774 #define ALIGN(_val_,_shift_) (((_val_) >> _shift_) << _shift_)
|