Home
last modified time | relevance | path

Searched refs:__PASTE (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dinstructions.h33 #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/
Dcompiler-gcc.h181 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
Dcompiler.h51 #define __PASTE(a,b) ___PASTE(a,b) macro
196 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)
/external/mesa3d/src/intel/isl/
Disl_priv.h163 #define __PASTE(x, y) __PASTE2(x, y) macro
164 #define isl_genX(x) __PASTE(isl_, genX(x))