Searched refs:PALIGN (Results 1 – 5 of 5) sorted by relevance
109 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()
26 #define PALIGN(p, a) ((void *)(FDTALIGN2((unsigned long)(p), (a)))) macro
25 #define PALIGN(p, a) ((void *)FDTALIGN2((unsigned long)(p), (a))) macro
107 /// PALIGN MMX instructions (require SSSE3).
4983 * fold-const.c: Remove PALIGN in calls to get_inner_reference.