Searched refs:DWORD_ALIGN (Results 1 – 3 of 3) sorted by relevance
37 #define DWORD_ALIGN 4 macro210 int Sum = DWORD_ALIGN; in lowerPrintfForGpu()223 if (ArgSize % DWORD_ALIGN != 0) { in lowerPrintfForGpu()
888 #define DWORD_ALIGN(x) (((x) + 7) & ~7) macro
891 #define DWORD_ALIGN(x) (((x) + 7) & ~7) macro