Searched refs:how_many (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | disasm.c | 90 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 D | disasm.h | 31 int how_many, CORE_ADDR low, CORE_ADDR high);
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
H A D | More.pm | 1385 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 D | Compare.t | 99 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 D | Mirrors.pm | 202 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 D | mi-cmd-disas.c | 70 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 D | plan_no_plan.t | 28 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 D | 629.t | 45 qr/skip\(\) needs to know \$how_many tests are in the block/,
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/ |
H A D | m32r.c | 1712 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 D | Cpan.pm | 988 how_many => 5,
|
/openbsd/gnu/usr.bin/perl/ |
H A D | pp_hot.c | 4885 PADOFFSET how_many = PL_op->op_targ; in PP() local 4890 for (; i <= how_many; ++i ) { in PP()
|