Home
last modified time | relevance | path

Searched defs:PALIGN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
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