Searched refs:__CONCAT (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dcdefs.h85 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
86 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
87 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
88 * in between its arguments. __CONCAT can also concatenate double-quoted
93 #define __CONCAT(x,y) x ## y macro
109 #define __CONCAT(x,y) x/**/y macro
H A Dvnode_internal.h372 #define VDESC(OP) (& __CONCAT(OP,_desc))

Completed in 25 milliseconds