Home
last modified time | relevance | path

Searched refs:how_many (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddisasm.c90 int how_many, struct ui_stream *stb) in dump_insns() argument
107 if (how_many >= 0) in dump_insns()
109 if (num_displayed >= how_many) in dump_insns()
156 int how_many, struct ui_stream *stb) in do_mixed_source_and_assembly() argument
279 how_many, stb); in do_mixed_source_and_assembly()
291 if (how_many >= 0 && num_displayed >= how_many) in do_mixed_source_and_assembly()
301 int how_many, struct ui_stream *stb) in do_assembly_only() argument
308 num_displayed = dump_insns (uiout, di, low, high, how_many, stb); in do_assembly_only()
355 int how_many, CORE_ADDR low, CORE_ADDR high) in gdb_disassembly() argument
377 do_assembly_only (uiout, &di, low, high, how_many, stb); in gdb_disassembly()
[all …]
H A Ddisasm.h31 int how_many, CORE_ADDR low, CORE_ADDR high);
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm1385 my( $why, $how_many ) = @_;
1391 unless (defined $how_many) {
1395 $how_many = 1;
1398 if( defined $how_many and $how_many =~ /\D/ ) {
1401 $how_many = 1;
1404 for( 1 .. $how_many ) {
1480 my( $why, $how_many ) = @_;
1483 unless( defined $how_many ) {
1487 $how_many = 1;
1490 for( 1 .. $how_many ) {
/openbsd/gnu/usr.bin/perl/lib/File/
H A DCompare.t99 my $how_many = 3;
101 skip $why, $how_many unless $have_some_feature;
107 my $how_many = 1;
109 todo_skip $why, $how_many if $condition;
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DMirrors.pm202 my $how_many = $args{how_many} || 1;
234 last if $count >= $how_many;
241 … my $trial_mirrors = $self->get_n_random_mirrors_by_continents( 3 * $how_many, $continents->[0] );
251 $how_many = @$timings if $how_many > @$timings;
253 return wantarray ? @{$timings}[0 .. $how_many-1] : $timings->[0];
/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-disas.c70 int how_many = -1; in mi_cmd_disassemble() local
109 how_many = atoi (optarg); in mi_cmd_disassemble()
160 mixed_source_and_assembly, how_many, low, high); in mi_cmd_disassemble()
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dplan_no_plan.t28 is( $warning, '', 'skip with no "how_many" ok with no_plan' );
39 is( $warning, '', 'skip with no "how_many" ok with no_plan' );
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/
H A D629.t45 qr/skip\(\) needs to know \$how_many tests are in the block/,
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.c1712 m32r_variable_issue (stream, verbose, insn, how_many) in m32r_variable_issue() argument
1716 int how_many;
1721 how_many--;
1722 if (how_many > 0 && !TARGET_DEBUG)
1725 how_many++;
1729 how_many = 0;
1745 how_many);
1747 return how_many;
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/App/
H A DCpan.pm988 how_many => 5,
/openbsd/gnu/usr.bin/perl/
H A Dpp_hot.c4885 PADOFFSET how_many = PL_op->op_targ; in PP() local
4890 for (; i <= how_many; ++i ) { in PP()