Searched defs:ALIGN (Results 1 – 13 of 13) sorted by relevance
34 # define ALIGN 3 macro36 # define ALIGN 2 macro
20 #define ALIGN 0x8000 macro
20 #define ALIGN(log) .align 1<<log macro
20 #define ALIGN 0x10000 macro
20 #define ALIGN 0x200000 macro
21 #define ALIGN(log) .align 1<<log macro
57 # define ALIGN(n) { nop 0 } macro59 # define ALIGN(n) .align n macro
58 # define ALIGN(n) { nop 0 } macro60 # define ALIGN(n) .align n macro
107 # define ALIGN(n) { nop 0 } macro109 # define ALIGN(n) .align n macro
62 #define ALIGN(addr, align) addr:align macro
730 #define ALIGN(n) __declspec(align(n)) macro732 #define ALIGN(n) macro
Completed in 55 milliseconds