Home
last modified time | relevance | path

Searched refs:conts (Results 26 – 50 of 365) sorted by relevance

12345678910>>...15

/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Porting/
H A Dmakerel217 my $conts;
220 $conts = 1;
224 $conts = 2;
228 $conts = 3;
232 $conts = 4;
236 $conts = 5;
240 $conts = 6;
244 $conts = 13;
250 while ($conts-- > 0) { # First the continuations
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DDefaultVisualizer.java220 Container[] conts = compOper.getContainers(); in makeVisible() local
221 for (int i = conts.length - 1; i >= 0; i--) { in makeVisible()
222 if (internalFrame && conts[i] instanceof JInternalFrame) { in makeVisible()
223 … JInternalFrameOperator intOper = new JInternalFrameOperator((JInternalFrame) conts[i]); in makeVisible()
227 } else if (scroll && conts[i] instanceof JScrollPane) { in makeVisible()
228 … JScrollPaneOperator scrollOper = new JScrollPaneOperator((JScrollPane) conts[i]); in makeVisible()
232 } else if (switchTab && conts[i] instanceof JTabbedPane) { in makeVisible()
233 JTabbedPaneOperator tabOper = new JTabbedPaneOperator((JTabbedPane) conts[i]); in makeVisible()
236 switchTab(tabOper, i == 0 ? compOper.getSource() : conts[i - 1]); in makeVisible()
/dports/mail/isync/isync-1.4.4/src/
H A Ddrv_proxy_gen.pl39 my $conts;
43 $templates{$template} = $conts;
46 $conts .= $_;
50 $defines{$define} = $conts;
54 $conts .= $_;
59 $conts = "";
62 $conts = "";
/dports/lang/guile2/guile-2.2.7/module/language/cps/
H A Dcse.scm80 (define (compute-truthy-expressions conts kfun)
116 (match (intmap-ref conts label)
150 (define (compute-defs conts kfun)
152 (match (intmap-ref conts label)
156 (match (intmap-ref conts body)
164 (match (intmap-ref conts k)
187 (let* ((conts (intmap-select conts body))
192 (defs (compute-defs conts kfun))
289 (match (intmap-ref conts label)
408 conts))
[all …]
H A Drenumber.scm37 (define* (compute-tail-path-lengths conts kfun preds)
56 (match (intmap-ref conts kfun)
62 (define (sort-labels-locally conts k0 path-lengths)
87 (match (intmap-ref conts k)
112 (define (compute-renaming conts kfun)
125 (match (intmap-ref conts label)
136 (match (intmap-ref conts k)
152 (let* ((preds (compute-predecessors conts kfun))
154 (order (sort-labels-locally conts kfun path-lengths)))
161 (define* (renumber conts #:optional (kfun 0))
[all …]
H A Dsplit-rec.scm37 (define (compute-free-vars conts kfun)
53 (match (intmap-ref conts label)
66 (let* ((body (compute-function-body conts kfun))
72 (match (intmap-ref conts label)
124 (define (split-rec conts)
125 (let ((free (compute-free-vars conts 0)))
126 (with-fresh-name-state conts
173 conts
174 conts)))))
H A Dutils.scm90 (define (compute-max-label-and-var conts)
91 (values (or (intmap-prev conts) -1)
99 conts
199 conts
202 (define (compute-constant-values conts)
246 (match (intmap-ref conts label)
277 (match (intmap-ref conts label)
304 (define* (compute-successors conts #:optional (kfun (intmap-next conts)))
316 (match (intmap-ref conts label)
342 (match (intmap-ref conts label)
[all …]
/dports/databases/namazu2/namazu-2.0.21/pl/
H A Dextzip.pl92 my ($contref, $filename, $conts) = @_;
112 "stdout" => $conts,
123 my $size = length($$conts);
141 my ($contref, $filename, $conts) = @_;
147 $$conts = '';
169 $$conts = $zip->contents($member);
176 my ($contref, $filename, $conts) = @_;
192 $$conts = '';
217 $$conts = $zip->contents($member);
H A Dcodeconv.pl202 my ($conts) = @_;
204 $$conts =~ s/\x0d\x0a/\x0a/g; # Windows
205 $$conts =~ s/\x0d/\x0a/g; # Mac
206 $$conts =~ s/\x0a/\n/g;
207 $$conts;
/dports/lang/guile/guile-3.0.7/module/language/cps/
H A Dprune-top-level-scopes.scm33 (define (compute-used-scopes conts)
44 conts
47 (define (prune-top-level-scopes conts)
48 (let* ((used-scopes (compute-used-scopes conts)))
61 conts)))
H A Drenumber.scm37 (define* (compute-tail-path-lengths conts kfun preds)
56 (match (intmap-ref conts kfun)
62 (define (sort-labels-locally conts k0 path-lengths)
87 (match (intmap-ref conts k)
118 (define (compute-renaming conts kfun)
131 (match (intmap-ref conts label)
142 (match (intmap-ref conts k)
160 (let* ((preds (compute-predecessors conts kfun))
162 (order (sort-labels-locally conts kfun path-lengths)))
169 (define* (renumber conts #:optional (kfun 0))
[all …]
H A Dsplit-rec.scm37 (define (compute-free-vars conts kfun)
53 (match (intmap-ref conts label)
66 (let* ((body (compute-function-body conts kfun))
72 (match (intmap-ref conts label)
133 (define (split-rec conts)
134 (let ((free (compute-free-vars conts 0)))
135 (with-fresh-name-state conts
182 conts
183 conts)))))
/dports/devel/splint/splint-3.1.2/test/db1/
H A Deref.c18 eref_Pool.conts = in eref_alloc()
19 (employee *) realloc (eref_Pool.conts, in eref_alloc()
22 if (eref_Pool.conts == 0) in eref_alloc()
62 eref_Pool.conts = (employee *) malloc (size * sizeof (employee)); in eref_initMod()
64 if (eref_Pool.conts == 0) in eref_initMod()
/dports/devel/splint/splint-3.1.2/test/db2/
H A Deref.c18 eref_Pool.conts = in eref_alloc()
19 (employee *) realloc (eref_Pool.conts, in eref_alloc()
22 if (eref_Pool.conts == 0) in eref_alloc()
62 eref_Pool.conts = (employee *) malloc (size * sizeof (employee)); in eref_initMod()
64 if (eref_Pool.conts == 0) in eref_initMod()
/dports/math/lrcalc/lrcalc-1.3/src/
H A Dsymfcn.c429 v_elem(st->conts, e)++; in st_setmin()
453 clen = (conts != NULL) ? v_length(conts) : 0; in st_new()
456 if (conts != NULL) in st_new()
460 v_elem(st->conts, i) = v_elem(conts, i); in st_new()
498 ? v_length(st->conts) - 1 in st_next()
509 v_elem(st->conts, e)--; in st_next()
513 v_elem(st->conts, e) == v_elem(st->conts, e-1)) in st_next()
519 v_elem(st->conts, e)++; in st_next()
553 v_free(st->conts); in st_free()
594 for (i = 0; i < v_length(st->conts) && v_elem(st->conts, i) != 0; i++) in skew()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmutex_association.cc36 container conts[17]; in main() local
39 VERIFY( mutexes.insert(&conts[i].get_mutex()).second ); in main()
41 VERIFY( !mutexes.insert(&conts[16].get_mutex()).second ); in main()

12345678910>>...15