HomeSort by relevance Sort by last modified time
    Searched refs:__PASTE (Results 1 - 4 of 4) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
instructions.h 33 #define __PASTE(RA, RB, L, RC) \
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/mesa3d/src/intel/isl/
isl_priv.h 163 #define __PASTE(x, y) __PASTE2(x, y)
164 #define isl_genX(x) __PASTE(isl_, genX(x))
  /external/u-boot/include/linux/
compiler-gcc.h 181 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
compiler.h 51 #define __PASTE(a,b) ___PASTE(a,b)
196 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)

Completed in 198 milliseconds