HomeSort by relevance Sort by last modified time
    Searched defs:CONCAT4 (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
symcat.h 25 #define CONCAT4(a,b,c,d) a##b##c##d
36 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d
44 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
bfd.h 55 #undef CONCAT4
56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
symcat.h 25 #define CONCAT4(a,b,c,d) a##b##c##d
36 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d
44 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
bfd.h 55 #undef CONCAT4
56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
    [all...]
  /toolchain/binutils/binutils-2.25/include/
symcat.h 25 #define CONCAT4(a,b,c,d) a##b##c##d
36 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d
44 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
  /external/libvncserver/libvncserver/
translate.c 63 #define CONCAT4(a,b,c,d) a##b##c##d
64 #define CONCAT4E(a,b,c,d) CONCAT4(a,b,c,d)
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in.h 46 #undef CONCAT4
47 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
    [all...]
bfd-in2.h 53 #undef CONCAT4
54 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
    [all...]

Completed in 241 milliseconds