Home
last modified time | relevance | path

Searched refs:___PASTE (Results 1 – 2 of 2) 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)