/netbsd-src/external/bsd/bc/dist/ |
H A D | storage.c | 82 int old_count; in more_functions() local 89 old_count = f_count; in more_functions() 99 for (indx = 0; indx < old_count; indx++) in more_functions() 120 if (old_count != 0) in more_functions() 131 int old_count; in more_variables() local 136 old_count = v_count; in more_variables() 146 for (indx = 3; indx < old_count; indx++) in more_variables() 157 if (old_count != 0) in more_variables() 168 int old_count; in more_arrays() local 173 old_count = a_count; in more_arrays() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | windows-rwlock.c | 64 unsigned int old_count = wq->count; in glwthread_waitqueue_add() local 68 if (old_offset + old_count > old_alloc) in glwthread_waitqueue_add() 70 unsigned int limit = old_offset + old_count - old_alloc; in glwthread_waitqueue_add() 74 for (i = 0; i < old_count; i++) in glwthread_waitqueue_add()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 702 int old_count; in main() local 716 old_count = buf_count; in main() 727 DPRINT1("suppressed %d characters of echo.\n", buf_count-old_count); in main() 741 for (i = buf_count; --i >= old_count; ) in main()
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 702 int old_count; in main() local 716 old_count = buf_count; in main() 727 DPRINT1("suppressed %d characters of echo.\n", buf_count-old_count); in main() 741 for (i = buf_count; --i >= old_count; ) in main()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | lock.c | 593 unsigned int old_count = wq->count; in gl_waitqueue_add() local 597 if (old_offset + old_count > old_alloc) in gl_waitqueue_add() 599 unsigned int limit = old_offset + old_count - old_alloc; in gl_waitqueue_add() 603 for (i = 0; i < old_count; i++) in gl_waitqueue_add()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | lock.c | 594 unsigned int old_count = wq->count; in gl_waitqueue_add() local 598 if (old_offset + old_count > old_alloc) in gl_waitqueue_add() 600 unsigned int limit = old_offset + old_count - old_alloc; in gl_waitqueue_add() 604 for (i = 0; i < old_count; i++) in gl_waitqueue_add()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | lock.c | 593 unsigned int old_count = wq->count; in gl_waitqueue_add() local 597 if (old_offset + old_count > old_alloc) in gl_waitqueue_add() 599 unsigned int limit = old_offset + old_count - old_alloc; in gl_waitqueue_add() 603 for (i = 0; i < old_count; i++) in gl_waitqueue_add()
|
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | display.c | 524 char **old_starts, int old_count) in display_scroll_line_starts() argument 543 if (last_old > old_count) in display_scroll_line_starts() 544 last_old = old_count - 1; in display_scroll_line_starts()
|
H A D | display.h | 78 char **old_starts, int old_count);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-profile.cc | 241 unsigned old_count = old_sum->speculative_call_targets.length (); in duplicate() local 242 if (!old_count) in duplicate() 245 new_sum->speculative_call_targets.reserve_exact (old_count); in duplicate() 246 new_sum->speculative_call_targets.quick_grow_cleared (old_count); in duplicate() 248 for (unsigned i = 0; i < old_count; i++) in duplicate()
|
H A D | cgraphclones.cc | 377 profile_count old_count = count; in create_clone() local 443 e->clone (new_node, e->call_stmt, e->lto_stmt_uid, new_node->count, old_count, in create_clone() 448 new_node->count, old_count, update_original); in create_clone()
|
H A D | lower-subreg.cc | 816 int old_count = num_validated_changes (); in resolve_reg_notes() local 820 if (old_count != num_validated_changes ()) in resolve_reg_notes()
|
H A D | bb-reorder.cc | 2001 unsigned old_count = EDGE_COUNT (cur_bb->succs); in fix_up_fall_thru_edges() local 2015 if (EDGE_COUNT (cur_bb->succs) > old_count) in fix_up_fall_thru_edges()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-profile.c | 241 unsigned old_count = old_sum->speculative_call_targets.length (); in duplicate() local 242 if (!old_count) in duplicate() 245 new_sum->speculative_call_targets.reserve_exact (old_count); in duplicate() 246 new_sum->speculative_call_targets.quick_grow_cleared (old_count); in duplicate() 248 for (unsigned i = 0; i < old_count; i++) in duplicate()
|
H A D | cgraphclones.c | 371 profile_count old_count = count; in create_clone() local 442 e->clone (new_node, e->call_stmt, e->lto_stmt_uid, new_node->count, old_count, in create_clone() 447 new_node->count, old_count, update_original); in create_clone()
|
H A D | lower-subreg.c | 814 int old_count = num_validated_changes (); in resolve_reg_notes() local 818 if (old_count != num_validated_changes ()) in resolve_reg_notes()
|
/netbsd-src/sys/arch/xen/x86/ |
H A D | x86_xpmap.c | 614 xen_bootstrap_tables(vaddr_t old_pgd, vaddr_t new_pgd, size_t old_count, in xen_bootstrap_tables() argument 790 page < old_pgd + (old_count * PAGE_SIZE)) { in xen_bootstrap_tables() 920 while (page < old_pgd + (old_count * PAGE_SIZE) && page < map_end) { in xen_bootstrap_tables() 929 while (page < old_pgd + (old_count * PAGE_SIZE)) { in xen_bootstrap_tables()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldcref.c | 114 static unsigned int old_count; variable 247 old_count = cref_table.root.count; in handle_asneeded_cref() 288 cref_table.root.count = old_count; in handle_asneeded_cref()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldcref.c | 114 static unsigned int old_count; variable 247 old_count = cref_table.root.count; in handle_asneeded_cref() 288 cref_table.root.count = old_count; in handle_asneeded_cref()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | extract_symbols.py | 490 old_count = template_function_count.setdefault(name,0) variable 491 template_function_count[name] = old_count + 1
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | CallStack.cc | 1076 int old_count = node->count; in add_stack() local 1086 if (old_count != node->count) in add_stack()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | CallStack.cc | 1076 int old_count = node->count; in add_stack() local 1086 if (old_count != node->count) in add_stack()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | xtensaelf.em | 1528 size_t old_count, new_count; 1543 old_count = ld_count_children ((lang_statement_union_type*) w); 1574 ASSERT (old_count == (ct1 + ct2)); 1619 ASSERT (new_count == old_count);
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | xtensaelf.em | 1518 size_t old_count, new_count; 1533 old_count = ld_count_children ((lang_statement_union_type*) w); 1564 ASSERT (old_count == (ct1 + ct2)); 1609 ASSERT (new_count == old_count);
|
/netbsd-src/lib/libform/ |
H A D | internals.c | 2058 unsigned int start, end, pos, status, old_count, size; in _formi_manipulate_field() local 2729 old_count = cur->row_count; in _formi_manipulate_field() 2734 if (old_count == 1) { in _formi_manipulate_field() 2753 if (old_count > 1) { in _formi_manipulate_field()
|