Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/info/
H A Ddisplay.h76 char **old_starts, int old_count);
H A Ddisplay.c522 char **old_starts, int old_count) in display_scroll_line_starts() argument
541 if (last_old > old_count) in display_scroll_line_starts()
542 last_old = old_count - 1; in display_scroll_line_starts()
/openbsd/gnu/lib/libreadline/examples/
H A Drlfe.c714 int old_count; in main() local
725 old_count = buf_count; in main()
790 for (i = buf_count; --i >= old_count; ) in main()
/openbsd/gnu/llvm/llvm/utils/
H A Dextract_symbols.py500 old_count = template_function_count.setdefault(name,0) variable
501 template_function_count[name] = old_count + 1
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtarget.c1555 int old_count; in target_resize_to_sections() local
1561 old_count = target->to_sections_end - target->to_sections; in target_resize_to_sections()
1564 (sizeof (struct section_table)) * (num_added + old_count)); in target_resize_to_sections()
1568 old_count = 0; in target_resize_to_sections()
1572 target->to_sections_end = target->to_sections + (num_added + old_count); in target_resize_to_sections()
1597 return old_count; in target_resize_to_sections()
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dxtensaelf.em1038 size_t old_count, new_count;
1053 old_count = ld_count_children ((lang_statement_union_type*) w);
1084 ASSERT (old_count == (ct1 + ct2));
1129 ASSERT (new_count == old_count);
/openbsd/gnu/usr.bin/perl/
H A Dpeep.c3344 U8 old_count; in Perl_rpeep() local
3350 old_count in Perl_rpeep()
3358 if ( oldoldop->op_targ + old_count == base in Perl_rpeep()
3359 && old_count < OPpPADRANGE_COUNTMASK - count) { in Perl_rpeep()
3361 count += old_count; in Perl_rpeep()
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dxtensaelf.em1411 size_t old_count, new_count;
1426 old_count = ld_count_children ((lang_statement_union_type*) w);
1457 ASSERT (old_count == (ct1 + ct2));
1502 ASSERT (new_count == old_count);
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1756 const size_t old_count = GetTypeList().GetSize(); in ParseTypes() local
1790 return new_count - old_count; in ParseTypes()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c7654 int old_count = 0; in xtensa_reorder_segments() local
7658 old_count++; in xtensa_reorder_segments()
7670 assert (new_count == old_count); in xtensa_reorder_segments()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c9843 int old_count = 0; in xtensa_reorder_segments() local
9849 old_count++; in xtensa_reorder_segments()
9861 assert (new_count == old_count); in xtensa_reorder_segments()