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

  /external/libvncserver/examples/
rotate.c 7 #define CONCAT3(a,b,c) a##b##c
8 #define CONCAT3E(a,b,c) CONCAT3(a,b,c)
  /toolchain/binutils/binutils-2.27/include/
symcat.h 24 #define CONCAT3(a,b,c) a##b##c
35 #define CONCAT3(a,b,c) a/**/b/**/c
43 #define XCONCAT3(a,b,c) CONCAT3(a,b,c)
  /external/libvncserver/libvncserver/
translate.c 61 #define CONCAT3(a,b,c) a##b##c
62 #define CONCAT3E(a,b,c) CONCAT3(a,b,c)
  /external/libvncserver/libvncclient/
rfbproto.c     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 82 #define CONCAT3(x, y, z) x ## y ## z
85 #define CONCAT3(x, y, z) x/**/y/**/z
    [all...]

Completed in 185 milliseconds