Home
last modified time | relevance | path

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

/linux/scripts/gendwarfksyms/examples/
H A Dkabi.h32 #define ___PASTE(a, b) a##b macro
33 #define __PASTE(a, b) ___PASTE(a, b)
/linux/tools/testing/scatterlist/linux/
H A Dmm.h61 #define ___PASTE(a,b) a##b macro
62 #define __PASTE(a,b) ___PASTE(a,b)
/linux/include/linux/
H A Dcompiler_types.h15 #define ___PASTE(a, b) a##b macro
16 #define __PASTE(a, b) ___PASTE(a, b)