Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/freebsd/linux/
H A Dcompiler.h86 #define ___PASTE(a, b) a##b macro
87 #define __PASTE(a, b) ___PASTE(a, b)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h97 #define ___PASTE(a,b) a##b macro
98 #define __PASTE(a,b) ___PASTE(a,b)