Searched refs:PALIGN (Results 1 – 5 of 5) sorted by relevance
24 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro109 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()
23 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
170 /// PALIGN MMX instructions (require SSSE3).
110 /// PALIGN MMX instructions (require SSSE3).
107 /// PALIGN MMX instructions (require SSSE3).