Searched refs:__PASTE (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 33 #define __PASTE(RA, RB, L, RC) \ macro 36 .long __PASTE((RA), (RB), (L), (RC)) 66 #define PPC_INST_PASTE __PASTE(0, 0, 0, 0) 67 #define PPC_INST_PASTE_LAST __PASTE(0, 0, 1, 1)
|
/external/u-boot/include/linux/ |
D | compiler-gcc.h | 181 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
D | compiler.h | 51 #define __PASTE(a,b) ___PASTE(a,b) macro 196 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)
|
/external/mesa3d/src/intel/isl/ |
D | isl_priv.h | 163 #define __PASTE(x, y) __PASTE2(x, y) macro 164 #define isl_genX(x) __PASTE(isl_, genX(x))
|