HomeSort by relevance Sort by last modified time
    Searched defs:CONCAT (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /system/bt/osi/include/
osi.h 28 #define CONCAT(a, b) a##b
35 #define DUMMY_COUNTER(c) CONCAT(__osi_dummy_, c)
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 12 #define CONCAT(X,Y) CONCAT2(X,Y)
14 int CONCAT(constexpr,ession);
19 extern int CONCAT(align,of); // expected-warning {{'alignof' is a keyword in C++11}}
21 #define static_assert(b, s) int CONCAT(check, __LINE__)[(b) ? 1 : 0];
  /external/elfutils/lib/
fixedsizehash.h 38 #define CONCAT(t1,t2) __CONCAT (t1,t2)
75 struct CONCAT(PREFIX,fshash)
78 struct CONCAT(PREFIX,fshashent)
93 CLASS struct CONCAT(PREFIX,fshash) *
94 CONCAT(PREFIX,fshash_init) (size_t nelems)
96 struct CONCAT(PREFIX,fshash) *result;
111 result = (struct CONCAT(PREFIX,fshash) *)
112 xcalloc (sizeof (struct CONCAT(PREFIX,fshash))
113 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1);
125 CONCAT(PREFIX,fshash_fini) (struct CONCAT(PREFIX,fshash) *htab
    [all...]
  /external/google-benchmark/test/
output_test.h 15 #define CONCAT(x, y) CONCAT2(x, y)
17 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__)
20 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__)
skip_with_error_test.cc 58 #define CONCAT(x, y) CONCAT2(x, y)
60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
register_benchmark_test.cc 52 #define CONCAT(x, y) CONCAT2(x, y)
54 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
  /external/libcxx/utils/google-benchmark/test/
output_test.h 15 #define CONCAT(x, y) CONCAT2(x, y)
17 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__)
20 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__)
skip_with_error_test.cc 58 #define CONCAT(x, y) CONCAT2(x, y)
60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
register_benchmark_test.cc 52 #define CONCAT(x, y) CONCAT2(x, y)
54 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
37 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit,
123 CONCAT(vsplit_segment_cache_, ELT_TYPE)(struct vsplit_frontend *vsplit,
183 CONCAT(vsplit_segment_simple_, ELT_TYPE)(struct vsplit_frontend *vsplit,
188 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
193 CONCAT(vsplit_segment_loop_, ELT_TYPE)(struct vsplit_frontend *vsplit,
201 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
206 CONCAT(vsplit_segment_fan_, ELT_TYPE)(struct vsplit_frontend *vsplit,
214 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
226 CONCAT(vsplit_primitive_, ELT_TYPE)(vsplit, istart, icount
    [all...]
  /external/autotest/client/deps/glbench/src/
waffle_stuff.cc 34 #define CONCAT(a,b) a ## b
35 #define PLATFORM_ID(x) CONCAT(ID_, x)
36 #define PLATFORM_ENUM(x) CONCAT(WAFFLE_, x)
  /external/libcxx/test/support/
filesystem_test_helper.hpp 265 #define CONCAT(LHS, RHS) CONCAT2(LHS, RHS)
266 #define MKSTR(Str) {Str, CONCAT(L, Str), CONCAT(u, Str), CONCAT(U, Str)}
  /external/mesa3d/src/glx/
glxextensions.c 41 #define CONCAT(a,b) a ## b
42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
  /prebuilts/ndk/r11/sources/android/support/src/wcstox/
floatscan.c 53 #define CONCAT(x,y) CONCAT2(x,y)
319 if (fabs(y) >= CONCAT(0x1p, LDBL_MANT_DIG)) {
  /prebuilts/ndk/r13/sources/android/support/src/wcstox/
floatscan.c 53 #define CONCAT(x,y) CONCAT2(x,y)
319 if (fabs(y) >= CONCAT(0x1p, LDBL_MANT_DIG)) {
  /external/skia/src/core/
SkPictureFlat.h 32 CONCAT,
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfprintf.c 43 #define CONCAT(x,y) CONCAT2(x,y)
368 long double round = CONCAT(0x1p,LDBL_MANT_DIG);
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfprintf.c 43 #define CONCAT(x,y) CONCAT2(x,y)
368 long double round = CONCAT(0x1p,LDBL_MANT_DIG);
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java     [all...]
  /development/ndk/platforms/android-9/include/sys/
exec_elf.h 536 #define CONCAT(x,y) __CONCAT(x,y)
537 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
538 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
539 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
exec_elf.h 536 #define CONCAT(x,y) __CONCAT(x,y)
537 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
538 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
539 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
exec_elf.h 536 #define CONCAT(x,y) __CONCAT(x,y)
537 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
538 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
539 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
exec_elf.h 536 #define CONCAT(x,y) __CONCAT(x,y)
537 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
538 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
539 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
exec_elf.h 536 #define CONCAT(x,y) __CONCAT(x,y)
537 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
538 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
539 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)
    [all...]

Completed in 947 milliseconds

1 2 3 4