Searched refs:___PASTE (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/include/linux/ |
D | compiler.h | 200 #define ___PASTE(a, b) a##b macro 201 #define __PASTE(a, b) ___PASTE(a, b)
|
/kernel/linux/linux-5.10/tools/testing/scatterlist/linux/ |
D | mm.h | 62 #define ___PASTE(a,b) a##b macro 63 #define __PASTE(a,b) ___PASTE(a,b)
|
/kernel/linux/linux-5.10/include/linux/ |
D | compiler_types.h | 59 #define ___PASTE(a,b) a##b macro 60 #define __PASTE(a,b) ___PASTE(a,b)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | compiler_types.h | 53 #define ___PASTE(a,b) a##b macro 54 #define __PASTE(a,b) ___PASTE(a,b)
|