Home
last modified time | relevance | path

Searched refs:PALIGN (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
H A Dfdtdump.c109 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
139 p = PALIGN(p, 8); in dump_blob()
142 p = PALIGN(p + sz, 4); in dump_blob()
H A Dutil.h26 #define PALIGN(p, a) ((void *)(FDTALIGN2((unsigned long)(p), (a)))) macro
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dtests.h25 #define PALIGN(p, a) ((void *)FDTALIGN2((unsigned long)(p), (a))) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrMMX.td107 /// PALIGN MMX instructions (require SSSE3).
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20014983 * fold-const.c: Remove PALIGN in calls to get_inner_reference.