Home
last modified time | relevance | path

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

/Linux-v5.10/tools/include/linux/
Dcompiler.h200 #define ___PASTE(a, b) a##b macro
201 #define __PASTE(a, b) ___PASTE(a, b)
/Linux-v5.10/tools/testing/scatterlist/linux/
Dmm.h62 #define ___PASTE(a,b) a##b macro
63 #define __PASTE(a,b) ___PASTE(a,b)
/Linux-v5.10/include/linux/
Dcompiler_types.h59 #define ___PASTE(a,b) a##b macro
60 #define __PASTE(a,b) ___PASTE(a,b)