Home
last modified time | relevance | path

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

/scripts/
Dmodule-common.lds20 . = ALIGN(8);
23 __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }
/scripts/dtc/
Dfdtdump.c16 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
17 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a))))
Dsrcpos.c229 ALIGN(current_srcfile->colno, TAB_SIZE); in srcpos_update()
Dflattree.c353 reserve_off = ALIGN(vi->hdr_size, 8); in make_fdt_header()
414 padlen = ALIGN(fdt32_to_cpu(fdt.totalsize) + padlen, alignsize) in dt_to_blob()
625 inb->ptr = inb->base + ALIGN(off, align); in flat_realign()
Ddata.c236 int newlen = ALIGN(d.len, align); in data_append_align()
Ddtc.h72 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro