Home
last modified time | relevance | path

Searched refs:CONCAT (Results 1 – 25 of 118) sorted by relevance

12345

/netbsd-src/lib/libc/hash/
H A Dhashhl.c26 #define CONCAT(x,y) __CONCAT(x,y) macro
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))) in WA()
40 WA(FNPREFIX(FileChunk),CONCAT(_,FNPREFIX(FileChunk))) in WA()
41 WA(FNPREFIX(File),CONCAT(_,FNPREFIX(File))) in WA()
42 WA(FNPREFIX(Data),CONCAT(_,FNPREFIX(Data))) in WA()
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h567 #define CONCAT(x,y) __CONCAT(x,y) macro
568 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
569 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
570 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
571 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
/netbsd-src/external/cddl/osnet/dev/systrace/
H A Dsystrace.c63 #define CONCAT(x,y) __CONCAT(x,y) macro
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))
144 #define SYSENT CONCAT(emulname,_sysent)
158 #define MODCMD CONCAT(MODNAME,_modcmd)
[all …]
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h700 #define CONCAT(x,y) __CONCAT(x,y) macro
701 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
702 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
703 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
704 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
/netbsd-src/sys/kern/
H A Dsys_syscall.c45 #define CONCAT(a,b) __CONCAT(a,b) macro
48 CONCAT(SYS_SYSCALL, _biglockcheck)(struct proc *p, int code) in CONCAT() function
61 SYS_SYSCALL(struct lwp *l, const struct CONCAT(SYS_SYSCALL, _args) *uap, in SYS_SYSCALL()
91 CONCAT(SYS_SYSCALL, _biglockcheck)(p, code); in SYS_SYSCALL()
105 CONCAT(SYS_SYSCALL, _biglockcheck)(p, code); in SYS_SYSCALL()
H A Dcore_elf32.c103 #define elf_read_lwpstatus CONCAT(process_read_lwpstatus, ELFSIZE)
104 #define elf_lwpstatus CONCAT(process_lwpstatus, ELFSIZE)
106 #define elf_process_read_regs CONCAT(process_read_regs, ELFSIZE)
107 #define elf_process_read_fpregs CONCAT(process_read_fpregs, ELFSIZE)
108 #define elf_reg CONCAT(process_reg, ELFSIZE)
109 #define elf_fpreg CONCAT(process_fpreg, ELFSIZE)
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1058 #define CONCAT(x,y) __CONCAT(x,y) macro
1059 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
1060 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
1061 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
1062 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
1063 #define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x)))
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h1087 #define CONCAT(x,y) __CONCAT(x,y) macro
1088 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
1089 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
1090 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
1091 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
1092 #define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x)))
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1087 #define CONCAT(x,y) __CONCAT(x,y) macro
1088 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
1089 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
1090 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
1091 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
1092 #define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x)))
/netbsd-src/lib/libc/md/
H A DmdXhl.c22 #define CONCAT(x,y) __CONCAT(x,y) macro
23 #define MDNAME(x) CONCAT(MDALGORITHM,x)
27 WA(MDNAME(End),CONCAT(_,MDNAME(End))) in WA()
28 WA(MDNAME(File),CONCAT(_,MDNAME(File))) in WA()
29 WA(MDNAME(Data),CONCAT(_,MDNAME(Data))) in WA()
/netbsd-src/sys/sys/
H A Dexec_elf.h1194 #define CONCAT(x,y) __CONCAT(x,y) macro
1195 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
1196 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
1197 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
1198 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
1199 #define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x)))
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test.h17 #define CONCAT(x, y) CONCAT2(x, y) macro
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) \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test.h17 #define CONCAT(x, y) CONCAT2(x, y) macro
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) \
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A D3level.h46 #define CONCAT(a,b) CONCAT1(a,b) macro
71 CONCAT(TABLE,_init) (struct TABLE *t) in CONCAT() function
87 CONCAT(TABLE,_get) (struct TABLE *t, uint32_t wc) in CONCAT() function
113 CONCAT(TABLE,_add) (struct TABLE *t, uint32_t wc, ELEMENT value) in CONCAT() function
120 if (value == CONCAT(TABLE,_get) (t, wc)) in CONCAT()
180 CONCAT(TABLE,_iterate) (struct TABLE *t, in CONCAT() function
215 CONCAT(TABLE,_finalize) (struct TABLE *t) in CONCAT() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sh/
H A Dcrt.h26 #define CONCAT(a, b) CONCAT2(a, b) macro
29 #define GLOBAL(X) CONCAT(__USER_LABEL_PREFIX__,X)
H A Dlib1funcs.h37 #define CONCAT(A,B) A##B macro
38 #define GLOBAL0(U,X) CONCAT(U,__##X)
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sh/
H A Dcrt.h26 #define CONCAT(a, b) CONCAT2(a, b) macro
29 #define GLOBAL(X) CONCAT(__USER_LABEL_PREFIX__,X)
H A Dlib1funcs.h37 #define CONCAT(A,B) A##B macro
38 #define GLOBAL0(U,X) CONCAT(U,__##X)
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Derfc_scaled_inc.c29 #define CONCAT(x,y) x ## y macro
30 #define KIND_SUFFIX(x,y) CONCAT(x,y)
186 #undef CONCAT
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Derfc_scaled_inc.c29 #define CONCAT(x,y) x ## y macro
30 #define KIND_SUFFIX(x,y) CONCAT(x,y)
186 #undef CONCAT
/netbsd-src/sys/arch/i386/include/
H A Dptrace.h170 CONCAT(CONCAT(PT, ELFSIZE), _GETXSTATE), name, \
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_KDF-X942-CONCAT.pod5 EVP_KDF-X942-CONCAT - The X942 Concat EVP_KDF implementation
9 The EVP_KDF-X942-CONCAT algorithm is identical to EVP_KDF-X963. It is
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dmd5hl.c51 #define CONCAT(x,y) __CONCAT(x,y) macro
52 #define MDNAME(x) CONCAT(MDALGORITHM,x)
/netbsd-src/sys/arch/amd64/include/
H A Dptrace.h125 CONCAT(CONCAT(PT, ELFSIZE), _GETXSTATE), name, \
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_lparen_or_lbracket.c368 .CONCAT(a, b)
378 .CONCAT(a, b)

12345