Searched defs:__ASM_FORM_RAW (Results 1 – 2 of 2) sorted by relevance
7 # define __ASM_FORM_RAW(x, ...) x,## __VA_ARGS__ macro13 # define __ASM_FORM_RAW(x, ...) __stringify(x,##__VA_ARGS__) macro
7 # define __ASM_FORM_RAW(x, ...) x,## __VA_ARGS__ macro12 # define __ASM_FORM_RAW(x, ...) __stringify(x,##__VA_ARGS__) macro
Completed in 10 milliseconds