Home
last modified time | relevance | path

Searched refs:gen (Results 476 – 500 of 56324) sorted by relevance

1...<<11121314151617181920>>...2253

/dports/lang/python27/Python-2.7.18/Objects/
H A Dgenobject.c14 Py_VISIT(gen->gi_code); in gen_traverse()
19 gen_dealloc(PyGenObject *gen) in gen_dealloc() argument
30 if (gen->gi_frame != NULL && gen->gi_frame->f_stacktop != NULL) { in gen_dealloc()
39 Py_CLEAR(gen->gi_code); in gen_dealloc()
40 PyObject_GC_Del(gen); in gen_dealloc()
51 if (gen->gi_running) { in gen_send_ex()
84 gen->gi_running = 1; in gen_send_ex()
86 gen->gi_running = 0; in gen_send_ex()
157 if (gen->gi_frame == NULL || gen->gi_frame->f_stacktop == NULL) in gen_del()
386 if (gen == NULL) { in PyGen_New()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dgenobject.c14 Py_VISIT(gen->gi_code); in gen_traverse()
19 gen_dealloc(PyGenObject *gen) in gen_dealloc() argument
30 if (gen->gi_frame != NULL && gen->gi_frame->f_stacktop != NULL) { in gen_dealloc()
39 Py_CLEAR(gen->gi_code); in gen_dealloc()
40 PyObject_GC_Del(gen); in gen_dealloc()
51 if (gen->gi_running) { in gen_send_ex()
83 gen->gi_running = 1; in gen_send_ex()
85 gen->gi_running = 0; in gen_send_ex()
154 if (gen->gi_frame == NULL || gen->gi_frame->f_stacktop == NULL) in gen_del()
383 if (gen == NULL) { in PyGen_New()
[all …]
/dports/devel/p5-List-Gen/List-Gen-0.974/t/
H A Dlistgen.t349 my $gen = gen {$_**2} cap 0 .. 10;
354 $gen = gen {$_**3} 0, 10;
406 my $gen = gen {$_**2} 0, 10;
421 $str .= <$gen>.' ' while $gen->more;
612 my $gen = gen {$_ ** 2} '1..';
737 my $gen = gen {$_**2};
978 my $gen = gen {$_**2} 5;
999 my $gen = gen {$_**2} 5;
1537 my $gen = gen {$_**2};
1553 my $gen = gen {$_**2};
[all …]
/dports/math/unuran/unuran-1.8.1/src/methods/
H A Dninv_debug.ch38 CHECK_NULL(gen,RETURN_VOID); COOKIE_CHECK(gen,CK_NINV_GEN,RETURN_VOID);
42 fprintf(LOG,"%s:\n",gen->genid);
45 fprintf(LOG,"%s:\n",gen->genid);
47 _unur_distr_cont_debug( gen->distr, gen->genid );
50 switch (gen->variant) {
61 fprintf(LOG,"%s:\n",gen->genid);
79 _unur_ninv_debug_start(gen);
81 fprintf(LOG,"%s:\n",gen->genid);
100 CHECK_NULL(gen,RETURN_VOID); COOKIE_CHECK(gen,CK_NINV_GEN,RETURN_VOID);
135 CHECK_NULL(gen,RETURN_VOID); COOKIE_CHECK(gen,CK_NINV_GEN,RETURN_VOID);
[all …]
/dports/lang/maude/maude-2.7.1/tests/Misc/
H A DdataStructures.maude38 red intersection(gen(100, 13), gen(100, 4)) .
39 red union(gen(100, 13), gen(100, 4)) .
40 red gen(100, 13) \ gen(100, 52) .
41 red intersection(gen(100, 13), gen(100, 4)) \ gen(100, 52) .
44 red 53 in union(gen(100, 13), gen(100, 4)) .
45 red 52 in union(gen(100, 13), gen(100, 4)) .
62 red gen(100) .
64 red filter(gen(100), makeSet(gen(10))) .
65 red filterOut(gen(100), makeSet(gen(10))) .
139 eq gen(s N) = insert(s N, s N rem 10, gen(N)) .
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/docs/CommandGuide/
H A Dtblgen.rst95 .. option:: -gen-asm-parser
111 .. option:: -gen-attrs
115 .. option:: -gen-automata
127 .. option:: -gen-ctags
131 .. option:: -gen-dag-isel
151 .. option:: -gen-directive-gen
163 .. option:: -gen-emitter
167 .. option:: -gen-exegesis
171 .. option:: -gen-fast-isel
241 .. option:: -gen-opt-rst
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/docs/CommandGuide/
H A Dtblgen.rst127 .. option:: -gen-attrs
131 .. option:: -gen-automata
143 .. option:: -gen-ctags
147 .. option:: -gen-dag-isel
167 .. option:: -gen-directive-gen
179 .. option:: -gen-emitter
183 .. option:: -gen-exegesis
187 .. option:: -gen-fast-isel
257 .. option:: -gen-opt-rst
626 .. option:: -gen-op-defs
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/docs/CommandGuide/
H A Dtblgen.rst127 .. option:: -gen-attrs
131 .. option:: -gen-automata
143 .. option:: -gen-ctags
147 .. option:: -gen-dag-isel
167 .. option:: -gen-directive-gen
179 .. option:: -gen-emitter
183 .. option:: -gen-exegesis
187 .. option:: -gen-fast-isel
257 .. option:: -gen-opt-rst
626 .. option:: -gen-op-defs
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/
H A Dmksysinfo.sh284 grep -v '^// ' gen-sysinfo.go | \
355 grep '^const _SYS_' gen-sysinfo.go | \
371 grep '^const _S_' gen-sysinfo.go | \
385 grep '^const _W' gen-sysinfo.go |
406 grep '^const _SHUT_' gen-sysinfo.go |
429 grep '^const __PC' gen-sysinfo.go |
438 grep '^const _EPOLL' gen-sysinfo.go |
449 grep '^const _PR_' gen-sysinfo.go |
678 grep '^type _stat ' gen-sysinfo.go
721 grep '^const _DT_' gen-sysinfo.go |
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/jp/
H A Dnode.go86 case gen.Object, gen.Array:
104 case gen.Object, gen.Array:
120 case gen.Object, gen.Array:
134 case gen.Object, gen.Array:
157 case gen.Object, gen.Array:
174 case gen.Object, gen.Array:
253 case gen.Object, gen.Array:
302 case gen.Object, gen.Array:
394 case gen.Object, gen.Array:
411 case gen.Object, gen.Array:
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/cpp/
H A DMakefile.am29 gen-cpp/SecondService.cpp \
30 gen-cpp/SecondService.h \
37 gen-cpp/ThriftTest.cpp \
38 gen-cpp/ThriftTest.h \
39 gen-cpp/ThriftTest.tcc \
46 gen-cpp/Service.cpp \
47 gen-cpp/Service.h
100 gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_constants.cpp gen-cpp/Second…
104 $(THRIFT) --gen cpp $<
107 $(THRIFT) --gen cpp $<
[all …]
/dports/devel/py-thrift/thrift-0.14.0/test/cpp/
H A DMakefile.am29 gen-cpp/SecondService.cpp \
30 gen-cpp/SecondService.h \
37 gen-cpp/ThriftTest.cpp \
38 gen-cpp/ThriftTest.h \
39 gen-cpp/ThriftTest.tcc \
46 gen-cpp/Service.cpp \
47 gen-cpp/Service.h
100 gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_constants.cpp gen-cpp/Second…
104 $(THRIFT) --gen cpp $<
107 $(THRIFT) --gen cpp $<
[all …]
/dports/devel/thrift/thrift-0.14.0/test/cpp/
H A DMakefile.am29 gen-cpp/SecondService.cpp \
30 gen-cpp/SecondService.h \
37 gen-cpp/ThriftTest.cpp \
38 gen-cpp/ThriftTest.h \
39 gen-cpp/ThriftTest.tcc \
46 gen-cpp/Service.cpp \
47 gen-cpp/Service.h
100 gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_constants.cpp gen-cpp/Second…
104 $(THRIFT) --gen cpp $<
107 $(THRIFT) --gen cpp $<
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/test/cpp/
H A DMakefile.am29 gen-cpp/SecondService.cpp \
30 gen-cpp/SecondService.h \
37 gen-cpp/ThriftTest.cpp \
38 gen-cpp/ThriftTest.h \
39 gen-cpp/ThriftTest.tcc \
46 gen-cpp/Service.cpp \
47 gen-cpp/Service.h
100 gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_constants.cpp gen-cpp/Second…
104 $(THRIFT) --gen cpp $<
107 $(THRIFT) --gen cpp $<
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/test/cpp/
H A DMakefile.am29 gen-cpp/SecondService.cpp \
30 gen-cpp/SecondService.h \
37 gen-cpp/ThriftTest.cpp \
38 gen-cpp/ThriftTest.h \
39 gen-cpp/ThriftTest.tcc \
46 gen-cpp/Service.cpp \
47 gen-cpp/Service.h
100 gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_constants.cpp gen-cpp/Second…
104 $(THRIFT) --gen cpp $<
107 $(THRIFT) --gen cpp $<
[all …]
/dports/devel/node-thrift/thrift-0.14.0/test/cpp/
H A DMakefile.am29 gen-cpp/SecondService.cpp \
30 gen-cpp/SecondService.h \
37 gen-cpp/ThriftTest.cpp \
38 gen-cpp/ThriftTest.h \
39 gen-cpp/ThriftTest.tcc \
46 gen-cpp/Service.cpp \
47 gen-cpp/Service.h
100 gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_constants.cpp gen-cpp/Second…
104 $(THRIFT) --gen cpp $<
107 $(THRIFT) --gen cpp $<
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/spec/
H A Diterator_h.xq88 concat($gen:indent, $stateName, '();', $gen:newline, $gen:newline),
90 concat($gen:indent, '~', $stateName, '();', $gen:newline, $gen:newline),
104 '};',$gen:newline, $gen:newline),'')
163 $gen:newline, gen:indent(2),
175 $gen:newline, gen:indent(1), '{}')
178 $gen:newline, $gen:newline
213 $gen:newline, $gen:newline, gen:indent(),
216 gen:indent(2), $base, ');', $gen:newline, $gen:newline,
218 $gen:newline, $gen:newline,
247 $gen:newline,$gen:newline
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/types/gen-py3/module/
H A Dmetadata.cpp17 ::apache::thrift::detail::md::EnumMetadata<has_bitwise_ops>::gen(metadata); in module_getThriftModuleMetadata()
18 ::apache::thrift::detail::md::EnumMetadata<is_unscoped>::gen(metadata); in module_getThriftModuleMetadata()
19 ::apache::thrift::detail::md::EnumMetadata<MyForwardRefEnum>::gen(metadata); in module_getThriftModuleMetadata()
20 ::apache::thrift::detail::md::EnumMetadata<MyEnumA>::gen(metadata); in module_getThriftModuleMetadata()
23 ::apache::thrift::detail::md::StructMetadata<CppTypeStruct>::gen(metadata); in module_getThriftModuleMetadata()
24 ::apache::thrift::detail::md::StructMetadata<VirtualStruct>::gen(metadata); in module_getThriftModuleMetadata()
28 ::apache::thrift::detail::md::StructMetadata<ComplexString>::gen(metadata); in module_getThriftModuleMetadata()
30 ::apache::thrift::detail::md::StructMetadata<MinPadding>::gen(metadata); in module_getThriftModuleMetadata()
31 ::apache::thrift::detail::md::StructMetadata<MyStruct>::gen(metadata); in module_getThriftModuleMetadata()
32 ::apache::thrift::detail::md::StructMetadata<MyDataItem>::gen(metadata); in module_getThriftModuleMetadata()
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/x509v3/
H A Dv3_alt.c91 GENERAL_NAME *gen; in STACK_OF() local
106 switch (gen->type) in STACK_OF()
175 switch (gen->type) in GENERAL_NAME_print()
270 GENERAL_NAME *gen; in copy_issuer() local
376 gen = NULL; in copy_email()
392 GENERAL_NAME *gen; in v2i_GENERAL_NAMES() local
437 gen = out; in v2i_GENERAL_NAME_ex()
441 if(gen == NULL) in v2i_GENERAL_NAME_ex()
525 gen->type = type; in v2i_GENERAL_NAME_ex()
527 return gen; in v2i_GENERAL_NAME_ex()
[all …]
/dports/net/olsrd/olsrd-0.9.8/lib/pud/nmealib/src/
H A Dgenerator.c143 if (!gen // in nmeaGeneratorInitStatic()
241 if (!gen // in nmeaGeneratorInitRotate()
435 if (!gen // in nmeaGeneratorInit()
443 g = gen; in nmeaGeneratorInit()
475 if (!gen) { in nmeaGeneratorCreate()
515 return gen; in nmeaGeneratorCreate()
521 if (!gen // in nmeaGeneratorReset()
527 r = (*gen->reset)(gen, info); in nmeaGeneratorReset()
534 if (!gen) { in nmeaGeneratorDestroy()
543 free(gen); in nmeaGeneratorDestroy()
[all …]
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/x509v3/
H A Dv3_alt.c97 GENERAL_NAME *gen; in STACK_OF() local
114 switch (gen->type) { in STACK_OF()
177 switch (gen->type) { in GENERAL_NAME_print()
268 GENERAL_NAME *gen; in copy_issuer() local
381 gen = NULL; in copy_email()
396 GENERAL_NAME *gen; in v2i_GENERAL_NAMES() local
441 gen = out; in v2i_GENERAL_NAME_ex()
466 gen->d.rid = obj; in v2i_GENERAL_NAME_ex()
506 gen->type = type; in v2i_GENERAL_NAME_ex()
508 return gen; in v2i_GENERAL_NAME_ex()
[all …]
/dports/math/gmp/gmp-6.2.1/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)
69 manual-bigtest: gen$(EXEEXT) stat$(EXEEXT)
70 @(echo '16i: '; ./gen -f mpz_urandomb -z 16 50000 \
72 @(echo '32i: '; ./gen -f mpz_urandomb -z 32 50000 \
74 @(echo '33i: '; ./gen -f mpz_urandomb -z 33 50000 \
76 @(echo '64i: '; ./gen -f mpz_urandomb -z 64 50000 \
81 @(echo '16f: '; ./gen -f mpf_urandomb -z 16 50000 \
83 @(echo '32f: '; ./gen -f mpf_urandomb -z 32 50000 \
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/tests/rand/
H A DMakefile.am27 EXTRA_PROGRAMS = findlc gen gen.static spect stat
28 gen_static_SOURCES = gen.c
45 manual-test: gen$(EXEEXT) stat$(EXEEXT)
68 manual-bigtest: gen$(EXEEXT) stat$(EXEEXT)
69 @(echo '16i: '; ./gen -f mpz_urandomb -z 16 50000 \
71 @(echo '32i: '; ./gen -f mpz_urandomb -z 32 50000 \
73 @(echo '33i: '; ./gen -f mpz_urandomb -z 33 50000 \
75 @(echo '64i: '; ./gen -f mpz_urandomb -z 64 50000 \
80 @(echo '16f: '; ./gen -f mpf_urandomb -z 16 50000 \
82 @(echo '32f: '; ./gen -f mpf_urandomb -z 32 50000 \
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.CodeGeneration/
H A DCodeSelfIncrement.cs23 exp.Generate (gen); in Generate()
29 gen.Emit (OpCodes.Add); in Generate()
30 gen.Emit (OpCodes.Conv_U1); in Generate()
40 gen.Emit (OpCodes.Add); in Generate()
45 gen.Emit (OpCodes.Add); in Generate()
52 gen.Emit (OpCodes.Add); in Generate()
58 gen.Emit (OpCodes.Add); in Generate()
64 gen.Emit (OpCodes.Add); in Generate()
70 gen.Emit (OpCodes.Add); in Generate()
75 gen.Emit (OpCodes.Add); in Generate()
[all …]
/dports/math/mpir/mpir-3.0.0/tests/rand/
H A DMakefile.am29 EXTRA_PROGRAMS = findlc gen gen.static spect stat
30 gen_static_SOURCES = gen.c
47 manual-test: gen$(EXEEXT) stat$(EXEEXT)
70 manual-bigtest: gen$(EXEEXT) stat$(EXEEXT)
71 @(echo '16i: '; ./gen -f mpz_urandomb -z 16 50000 \
73 @(echo '32i: '; ./gen -f mpz_urandomb -z 32 50000 \
75 @(echo '33i: '; ./gen -f mpz_urandomb -z 33 50000 \
77 @(echo '64i: '; ./gen -f mpz_urandomb -z 64 50000 \
82 @(echo '16f: '; ./gen -f mpf_urandomb -z 16 50000 \
84 @(echo '32f: '; ./gen -f mpf_urandomb -z 32 50000 \
[all …]

1...<<11121314151617181920>>...2253