HomeSort by: relevance | last modified time | path
    Searched defs:CONCAT (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/sh/
crt.h 26 #define CONCAT(a, b) CONCAT2(a, b)
29 #define GLOBAL(X) CONCAT(__USER_LABEL_PREFIX__,X)
lib1funcs.h 37 #define CONCAT(A,B) A##B
38 #define GLOBAL0(U,X) CONCAT(U,__##X)
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
crt.h 26 #define CONCAT(a, b) CONCAT2(a, b)
29 #define GLOBAL(X) CONCAT(__USER_LABEL_PREFIX__,X)
lib1funcs.h 37 #define CONCAT(A,B) A##B
38 #define GLOBAL0(U,X) CONCAT(U,__##X)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
preprocessor.h 25 #define CONCAT(a, b) CONCAT_1 (a, b)
  /src/external/gpl3/gdb/dist/gdbsupport/
preprocessor.h 25 #define CONCAT(a, b) CONCAT_1 (a, b)
  /src/sys/kern/
sys_syscall.c 45 #define CONCAT(a,b) __CONCAT(a,b)
48 CONCAT(SYS_SYSCALL, _biglockcheck)(struct proc *p, int code)
61 SYS_SYSCALL(struct lwp *l, const struct CONCAT(SYS_SYSCALL, _args) *uap,
91 CONCAT(SYS_SYSCALL, _biglockcheck)(p, code);
105 CONCAT(SYS_SYSCALL, _biglockcheck)(p, code);
  /src/lib/libc/md/
mdXhl.c 22 #define CONCAT(x,y) __CONCAT(x,y)
23 #define MDNAME(x) CONCAT(MDALGORITHM,x)
27 WA(MDNAME(End),CONCAT(_,MDNAME(End)))
28 WA(MDNAME(File),CONCAT(_,MDNAME(File)))
29 WA(MDNAME(Data),CONCAT(_,MDNAME(Data)))
  /src/external/bsd/iscsi/dist/src/lib/
md5hl.c 51 #define CONCAT(x,y) __CONCAT(x,y)
52 #define MDNAME(x) CONCAT(MDALGORITHM,x)
  /src/lib/libc/hash/
hashhl.c 26 #define CONCAT(x,y) __CONCAT(x,y)
32 #define FNPREFIX(x) CONCAT(HASH_FNPREFIX,x)
33 #define HASH_CTX CONCAT(HASH_ALGORITHM,_CTX)
34 #define HASH_LEN CONCAT(HASH_ALGORITHM,_DIGEST_LENGTH)
35 #define HASH_STRLEN CONCAT(HASH_ALGORITHM,_DIGEST_STRING_LENGTH)
39 WA(FNPREFIX(End),CONCAT(_,FNPREFIX(End)))
40 WA(FNPREFIX(FileChunk),CONCAT(_,FNPREFIX(FileChunk)))
41 WA(FNPREFIX(File),CONCAT(_,FNPREFIX(File)))
42 WA(FNPREFIX(Data),CONCAT(_,FNPREFIX(Data)))
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
erfc_scaled_inc.c 29 #define CONCAT(x,y) x ## y
30 #define KIND_SUFFIX(x,y) CONCAT(x,y)
186 #undef CONCAT
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
erfc_scaled_inc.c 29 #define CONCAT(x,y) x ## y
30 #define KIND_SUFFIX(x,y) CONCAT(x,y)
186 #undef CONCAT
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
register_benchmark_test.cc 54 #define CONCAT(x, y) CONCAT2(x, y)
56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__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__)
output_test.h 17 #define CONCAT(x, y) CONCAT2(x, y)
19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__)
22 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__)
83 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)
162 CONCAT(CHECK_, relationship) \
173 CONCAT(CHECK_FLOAT_, relationship) \
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
register_benchmark_test.cc 52 #define CONCAT(x, y) CONCAT2(x, y)
54 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__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__)
output_test.h 17 #define CONCAT(x, y) CONCAT2(x, y)
19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__)
22 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__)
76 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)
152 CONCAT(CHECK_, relationship) \
163 CONCAT(CHECK_FLOAT_, relationship) \
  /src/external/cddl/osnet/dev/systrace/
systrace.c 63 #define CONCAT(x,y) __CONCAT(x,y)
136 extern const char * const CONCAT(emulname,_syscallnames)[];
137 extern const char * const CONCAT(alt,CONCAT(emulname,_syscallnames))[];
138 extern struct sysent CONCAT(emulname,_sysent)[];
139 #define MODNAME CONCAT(dtrace_syscall_,emulname)
141 #define MAXSYSCALL CONCAT(EMULNAME,_SYS_MAXSYSCALL)
142 #define SYSCALLNAMES CONCAT(emulname,_syscallnames)
143 #define ALTSYSCALLNAMES CONCAT(alt,CONCAT(emulname,_syscallnames)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch.c 63 # define CONCAT(a,b) __CONCAT(a,b)
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
3level.h 46 #define CONCAT(a,b) CONCAT1(a,b)
71 CONCAT(TABLE,_init) (struct TABLE *t)
87 CONCAT(TABLE,_get) (struct TABLE *t, uint32_t wc)
113 CONCAT(TABLE,_add) (struct TABLE *t, uint32_t wc, ELEMENT value)
120 if (value == CONCAT(TABLE,_get) (t, wc))
180 CONCAT(TABLE,_iterate) (struct TABLE *t,
215 CONCAT(TABLE,_finalize) (struct TABLE *t)
  /src/external/gpl2/xcvs/dist/lib/
fnmatch.c 66 # define CONCAT(a,b) __CONCAT(a,b)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
cow-stdexcept.cc 213 #define CONCAT(x,y) CONCAT1(x,y)
214 #define _ZGTtnaX CONCAT(_ZGTtna,_GLIBCXX_MANGLE_SIZE_T)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cow-stdexcept.cc 209 #define CONCAT(x,y) CONCAT1(x,y)
210 #define _ZGTtnaX CONCAT(_ZGTtna,_GLIBCXX_MANGLE_SIZE_T)
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch.c 50 # define CONCAT(a,b) __CONCAT(a,b)

Completed in 85 milliseconds

1 2