Home
last modified time | relevance | path

Searched refs:__CONCAT1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h178 #define __CONCAT1(x, y) x##y macro
179 #define __CONCAT(x, y) __CONCAT1(x, y)
/freebsd/sys/sys/
H A Dcdefs.h122 #define __CONCAT1(x,y) x ## y macro
123 #define __CONCAT(x,y) __CONCAT1(x,y)