Searched refs:gen (Results 1 - 25 of 731) sorted by relevance

1234567891011>>

/netbsd-current/games/hack/
H A Ddef.gen.h1 /* $NetBSD: def.gen.h,v 1.5 2003/04/02 18:36:34 jsm Exp $ */
66 struct gen { struct
67 struct gen *ngen;
75 extern struct gen *fgold, *ftrap;
76 #define newgen() ((struct gen *) alloc(sizeof(struct gen)))
/netbsd-current/usr.sbin/bta2dpd/
H A DMakefile3 SUBDIR= cosdata-gen sbc_crc-gen .WAIT bta2dpd
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A DMakefile.am28 EXTRA_PROGRAMS = findlc gen gen.static spect stat
29 gen_static_SOURCES = gen.c
46 manual-test: gen$(EXEEXT) stat$(EXEEXT)
47 @(echo -n '16i: '; ./gen -f mpz_urandomb -z 16 1000 \
49 @(echo -n '32i: '; ./gen -f mpz_urandomb -z 32 1000 \
51 @(echo -n '33i: '; ./gen -f mpz_urandomb -z 33 1000 \
53 @(echo -n '64i: '; ./gen -f mpz_urandomb -z 64 1000 \
55 @(echo -n '128i: '; ./gen -f mpz_urandomb -z 128 1000 \
58 @(echo -n '16f: '; ./gen
[all...]
/netbsd-current/external/bsd/libevent/dist/test/
H A Drpcgen_wrapper.sh4 # regress.gen.c and regress.gen.h already exist in $srcdir. This
6 # as with read-only sources fresh from tarball, regress.gen.[ch] will
8 # Makefile.am to create stub regress.gen.c and regress.gen.h in the
11 # Note that regress.gen.[ch] are not in fresh git clones, making
15 # echo "Updated ${srcdir}/regress.gen.c and ${srcdir}/regress.gen.h"
20 echo "event_rpcgen.py failed, ${srcdir}/regress.gen.\[ch\] will be reused." >&2
25 echo "Could not generate regress.gen
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/devel/
H A DMakefile.am28 EXTRA_DIST = gen-test-longlong_h.c
37 test-add_ssaaaa.c: gen-test-longlong_h$(EXEEXT_FOR_BUILD)
38 ./gen-test-longlong_h add >test-add_ssaaaa.c || (rm -f test-add_ssaaaa.c; exit 1)
41 test-sub_ddmmss.c: gen-test-longlong_h$(EXEEXT_FOR_BUILD)
42 ./gen-test-longlong_h sub >test-sub_ddmmss.c || (rm -f test-sub_ddmmss.c; exit 1)
45 gen-test-longlong_h$(EXEEXT_FOR_BUILD): gen-test-longlong_h.c
46 $(CC_FOR_BUILD) `test -f 'gen-test-longlong_h.c' || echo '$(srcdir)/'`gen-test-longlong_h.c -o gen
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_san.c26 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
27 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
56 GENERAL_NAME *gen; local
60 gen = sk_GENERAL_NAME_value(gens, i);
66 tmpret = i2v_GENERAL_NAME(method, gen, ret);
80 GENERAL_NAME *gen,
86 switch (gen->type) {
88 switch (OBJ_obj2nid(gen->d.otherName->type_id)) {
90 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING
92 gen
207 GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) argument
322 GENERAL_NAME *gen = v2i_GENERAL_NAME(method, ctx, cnf); local
340 GENERAL_NAME *gen; local
405 GENERAL_NAME *gen; local
426 GENERAL_NAME *gen = NULL; local
477 GENERAL_NAME *gen; local
514 GENERAL_NAME *gen = NULL; local
639 do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) argument
666 do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) argument
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMSparcCodeGen/
H A DMakefile26 SparcGenDAGISel.inc|-gen-dag-isel \
27 SparcGenAsmMatcher.inc|-gen-asm-matcher \
28 SparcGenAsmWriter.inc|-gen-asm-writer \
29 SparcGenCallingConv.inc|-gen-callingconv \
30 SparcGenCodeEmitter.inc|-gen-emitter \
31 SparcGenDisassemblerTables.inc|-gen-disassembler \
32 SparcGenInstrInfo.inc|-gen-instr-info \
33 SparcGenMCCodeEmitter.inc|-gen-emitter \
34 SparcGenRegisterInfo.inc|-gen-register-info \
35 SparcGenSubtargetInfo.inc|-gen
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_filegen.c94 * open a file generation according to the current settings of gen
100 FILEGEN * gen,
115 len = strlen(gen->dir) + strlen(gen->fname) + 65;
119 snprintf(filename, len, "%s%s", gen->dir, gen->fname);
129 switch (gen->type) {
135 gen->type, filename);
136 gen->type = FILEGEN_NONE;
144 gen
99 filegen_open( FILEGEN * gen, u_int32 stamp, const time_t * pivot ) argument
350 filegen_setup( FILEGEN * gen, u_int32 now ) argument
406 filegen_config( FILEGEN * gen, const char * dir, const char * fname, u_int type, u_int flag ) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Drpcgen_wrapper.sh4 # regress.gen.c and regress.gen.h already exist in $srcdir. This
6 # as with read-only sources fresh from tarball, regress.gen.[ch] will
8 # Makefile.am to create stub regress.gen.c and regress.gen.h in the
11 # Note that regress.gen.[ch] are not in fresh git clones, making
15 # echo "Updated ${srcdir}/regress.gen.c and ${srcdir}/regress.gen.h"
20 echo "event_rpcgen.py failed, ${srcdir}/regress.gen.\[ch\] will be reused." >&2
25 echo "Could not generate regress.gen
[all...]
/netbsd-current/lib/libm/gen/
H A DMakefile.inc3 # gen sources
4 .PATH: ${.CURDIR}/gen
5 CPPFLAGS+=-I${.CURDIR}/gen
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dgen-engine.h23 (lf *file, gen_table *gen, insn_table *isa, cache_entry *cache_rules);
26 (lf *file, gen_table *gen, insn_table *isa, cache_entry *cache_rules);
H A DMakefile.in94 #all: tmp-filter tmp-table tmp-ld-insn tmp-ld-cache tmp-ld-decode tmp-gen
110 gen-model.o \
111 gen-itable.o \
112 gen-icache.o \
113 gen-semantics.o \
114 gen-idecode.o \
115 gen-support.o \
116 gen-engine.o \
117 gen.o
122 igen.o: igen.c misc.h filter_host.h lf.h table.h ld-decode.h ld-cache.h ld-insn.h filter.h gen
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dgen-engine.h23 (lf *file, const gen_table *gen, const insn_table *isa,
27 (lf *file, const gen_table *gen, const insn_table *isa,
/netbsd-current/external/apache2/llvm/lib/libLLVMARMCodeGen/
H A DMakefile61 ARMGenAsmMatcher.inc|-gen-asm-matcher \
62 ARMGenAsmWriter.inc|-gen-asm-writer \
63 ARMGenCallingConv.inc|-gen-callingconv \
64 ARMGenCodeEmitter.inc|-gen-emitter \
65 ARMGenDAGISel.inc|-gen-dag-isel \
66 ARMGenDisassemblerTables.inc|-gen-disassembler \
67 ARMGenFastISel.inc|-gen-fast-isel \
68 ARMGenGlobalISel.inc|-gen-global-isel \
69 ARMGenInstrInfo.inc|-gen-instr-info \
70 ARMGenMCCodeEmitter.inc|-gen
[all...]
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dseqlock.h84 unsigned gen; local
86 while (__predict_false((gen = seqcount->sqc_gen) & 1))
90 return gen;
94 __read_seqcount_retry(const struct seqcount *seqcount, unsigned gen) argument
98 return __predict_false(seqcount->sqc_gen != gen);
104 unsigned gen; local
106 gen = __read_seqcount_begin(seqcount);
109 return gen;
113 read_seqcount_retry(const struct seqcount *seqcount, unsigned gen) argument
117 return __read_seqcount_retry(seqcount, gen);
123 unsigned gen; local
188 read_seqretry(const struct seqlock *seqlock, unsigned gen) argument
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMAArch64CodeGen/
H A DMakefile70 AArch64GenAsmMatcher.inc|-gen-asm-matcher \
71 AArch64GenAsmWriter1.inc|-gen-asm-writer^-asmwriternum=1 \
72 AArch64GenAsmWriter.inc|-gen-asm-writer \
73 AArch64GenCallingConv.inc|-gen-callingconv \
74 AArch64GenDAGISel.inc|-gen-dag-isel \
75 AArch64GenDisassemblerTables.inc|-gen-disassembler \
76 AArch64GenExegesis.inc|-gen-exegesis \
77 AArch64GenFastISel.inc|-gen-fast-isel \
78 AArch64GenGICombiner.inc|-gen-global-isel-combiner^-combiners=AArch64PreLegalizerCombinerHelper \
79 AArch64GenGlobalISel.inc|-gen
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMMipsCodeGen/
H A DMakefile52 MipsGenAsmMatcher.inc|-gen-asm-matcher \
53 MipsGenAsmWriter.inc|-gen-asm-writer \
54 MipsGenCallingConv.inc|-gen-callingconv \
55 MipsGenCodeEmitter.inc|-gen-emitter \
56 MipsGenDAGISel.inc|-gen-dag-isel \
57 MipsGenDisassemblerTables.inc|-gen-disassembler \
58 MipsGenFastISel.inc|-gen-fast-isel \
59 MipsGenGlobalISel.inc|-gen-global-isel \
60 MipsGenInstrInfo.inc|-gen-instr-info \
61 MipsGenMCCodeEmitter.inc|-gen
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMX86CodeGen/
H A DMakefile72 X86GenAsmMatcher.inc|-gen-asm-matcher \
73 X86GenAsmWriter.inc|-gen-asm-writer \
74 X86GenAsmWriter1.inc|-gen-asm-writer^-asmwriternum=1 \
75 X86GenCallingConv.inc|-gen-callingconv \
76 X86GenDAGISel.inc|-gen-dag-isel \
77 X86GenDisassemblerTables.inc|-gen-disassembler \
78 X86GenEVEX2VEXTables.inc|-gen-x86-EVEX2VEX-tables \
79 X86GenFastISel.inc|-gen-fast-isel \
80 X86GenGlobalISel.inc|-gen-global-isel \
81 X86GenInstrInfo.inc|-gen
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMPowerPCCodeGen/
H A DMakefile56 PPCGenAsmMatcher.inc|-gen-asm-matcher \
57 PPCGenAsmWriter.inc|-gen-asm-writer \
58 PPCGenCallingConv.inc|-gen-callingconv \
59 PPCGenCodeEmitter.inc|-gen-emitter \
60 PPCGenDAGISel.inc|-gen-dag-isel \
61 PPCGenDisassemblerTables.inc|-gen-disassembler \
62 PPCGenFastISel.inc|-gen-fast-isel \
63 PPCGenGlobalISel.inc|-gen-global-isel \
64 PPCGenInstrInfo.inc|-gen-instr-info \
65 PPCGenMCCodeEmitter.inc|-gen
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_alt.c25 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
26 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
55 GENERAL_NAME *gen; local
59 gen = sk_GENERAL_NAME_value(gens, i);
65 tmpret = i2v_GENERAL_NAME(method, gen, ret);
79 GENERAL_NAME *gen,
86 switch (gen->type) {
103 if (!x509v3_add_len_value_uchar("email", gen->d.ia5->data,
104 gen->d.ia5->length, &ret))
109 if (!x509v3_add_len_value_uchar("DNS", gen
158 GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) argument
242 GENERAL_NAME *gen = v2i_GENERAL_NAME(method, ctx, cnf); local
260 GENERAL_NAME *gen; local
326 GENERAL_NAME *gen; local
347 GENERAL_NAME *gen = NULL; local
399 GENERAL_NAME *gen; local
436 GENERAL_NAME *gen = NULL; local
561 do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) argument
588 do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) argument
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
H A DMakefile116 AMDGPUGenAsmMatcher.inc|-gen-asm-matcher \
117 AMDGPUGenAsmWriter.inc|-gen-asm-writer \
118 AMDGPUGenCallingConv.inc|-gen-callingconv \
119 AMDGPUGenDAGISel.inc|-gen-dag-isel \
120 AMDGPUGenDisassemblerTables.inc|-gen-disassembler \
121 AMDGPUGenInstrInfo.inc|-gen-instr-info \
122 AMDGPUGenMCCodeEmitter.inc|-gen-emitter \
123 AMDGPUGenMCPseudoLowering.inc|-gen-pseudo-lowering \
124 AMDGPUGenRegisterBank.inc|-gen-register-bank \
125 AMDGPUGenRegisterInfo.inc|-gen
[all...]
/netbsd-current/tools/disklabel/
H A DMakefile10 .PATH: ${.CURDIR}/../../lib/libc/gen
/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster_proto.h30 unsigned gen; /* child generation number */ member in struct:MASTER_STATUS
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_renderstate.h42 const struct intel_renderstate_rodata gen ## _g ## _null_state = { \
43 .reloc = gen ## _g ## _null_state_relocs, \
44 .batch = gen ## _g ## _null_state_batch, \
45 .batch_items = sizeof(gen ## _g ## _null_state_batch)/4, \
/netbsd-current/lib/libc/arch/vax/gen/
H A DMakefile.inc19 LSRCS.vax.gen= Lint_bswap16.c Lint_bswap32.c Lint_bswap64.c
20 LSRCS+= ${LSRCS.vax.gen}
21 DPSRCS+= ${LSRCS.vax.gen}
22 CLEANFILES+= ${LSRCS.vax.gen}

Completed in 315 milliseconds

1234567891011>>