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

  /bionic/libc/kernel/arch-mips/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /external/kernel-headers/original/asm-mips/
asm.h 24 #define __CAT(str1, str2) str1##str2
26 #define __CAT(str1, str2) str1/**/str2
28 #define CAT(str1, str2) __CAT(str1, str2)

Completed in 35 milliseconds