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

  /external/libvncserver/examples/
rotate.c 5 #define CONCAT2(a,b) a##b
6 #define CONCAT2E(a,b) CONCAT2(a,b)
  /external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
sysv.S 30 #define CONCAT1(a, b) CONCAT2(a, b)
31 #define CONCAT2(a, b) a ## b
  /external/python/cpython2/Modules/_ctypes/libffi/src/metag/
sysv.S 35 #define CONCAT1(a, b) CONCAT2(a, b)
36 #define CONCAT2(a, b) a ## b
  /external/valgrind/memcheck/tests/
big_debuginfo_symbol.cpp 4 #define CONCAT2(x, y) x##y
5 #define CONCAT(x, y) CONCAT2(x, y)
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
sysv.S 35 #define CONCAT1(a, b) CONCAT2(a, b)
36 #define CONCAT2(a, b) a ## b
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
symcat.h 23 #define CONCAT2(a,b) a##b
31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
33 write CONCAT2(foo,bar). */
34 #define CONCAT2(a,b) a/**/b
42 #define XCONCAT2(a,b) CONCAT2(a,b)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
symcat.h 23 #define CONCAT2(a,b) a##b
31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
33 write CONCAT2(foo,bar). */
34 #define CONCAT2(a,b) a/**/b
42 #define XCONCAT2(a,b) CONCAT2(a,b)
  /toolchain/binutils/binutils-2.25/include/
symcat.h 23 #define CONCAT2(a,b) a##b
31 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
33 write CONCAT2(foo,bar). */
34 #define CONCAT2(a,b) a/**/b
42 #define XCONCAT2(a,b) CONCAT2(a,b)
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 12 #define CONCAT(X,Y) CONCAT2(X,Y)
13 #define CONCAT2(X,Y) X ## Y
  /external/google-benchmark/test/
skip_with_error_test.cc 58 #define CONCAT(x, y) CONCAT2(x, y)
59 #define CONCAT2(x, y) x##y
register_benchmark_test.cc 52 #define CONCAT(x, y) CONCAT2(x, y)
53 #define CONCAT2(x, y) x##y
output_test.h 16 #define CONCAT2(x, y) x##y
17 #define CONCAT(x, y) CONCAT2(x, y)
  /external/libcxx/utils/google-benchmark/test/
output_test.h 14 #define CONCAT2(x, y) x##y
15 #define CONCAT(x, y) CONCAT2(x, y)
skip_with_error_test.cc 58 #define CONCAT(x, y) CONCAT2(x, y)
59 #define CONCAT2(x, y) x##y
register_benchmark_test.cc 52 #define CONCAT(x, y) CONCAT2(x, y)
53 #define CONCAT2(x, y) x##y
  /external/libvncserver/libvncserver/
translate.c 59 #define CONCAT2(a,b) a##b
60 #define CONCAT2E(a,b) CONCAT2(a,b)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 26 #define CONCAT2(name, elt_type) name ## elt_type
27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
306 #undef CONCAT2
  /external/libcxx/test/support/
filesystem_test_helper.hpp 264 #define CONCAT2(LHS, RHS) LHS##RHS
265 #define CONCAT(LHS, RHS) CONCAT2(LHS, RHS)
  /prebuilts/ndk/r11/sources/android/support/src/wcstox/
floatscan.c 52 #define CONCAT2(x,y) x ## y
53 #define CONCAT(x,y) CONCAT2(x,y)
  /prebuilts/ndk/r13/sources/android/support/src/wcstox/
floatscan.c 52 #define CONCAT2(x,y) x ## y
53 #define CONCAT(x,y) CONCAT2(x,y)
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfprintf.c 42 #define CONCAT2(x,y) x ## y
43 #define CONCAT(x,y) CONCAT2(x,y)
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfprintf.c 42 #define CONCAT2(x,y) x ## y
43 #define CONCAT(x,y) CONCAT2(x,y)
  /external/libvncserver/libvncclient/
rfbproto.c     [all...]

Completed in 453 milliseconds