Home
last modified time | relevance | path

Searched refs:new_count (Results 1 – 18 of 18) sorted by relevance

/openbsd/lib/libevent/
H A Dpoll.c254 int new_count; in poll_add() local
256 new_count = 32; in poll_add()
258 new_count = pop->fd_count * 2; in poll_add()
259 while (new_count <= ev->ev_fd) in poll_add()
260 new_count *= 2; in poll_add()
262 new_count, sizeof(int)); in poll_add()
269 0, sizeof(int)*(new_count - pop->fd_count)); in poll_add()
270 pop->fd_count = new_count; in poll_add()
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dbugs.t22 my $new_count = iterate_hash(\%ENV);
23 is($new_count, $orig_count, 'correctly resets hash iterators');
/openbsd/gnu/gcc/gcc/
H A Dcfghooks.c702 gcov_type new_count = e ? e->count : 0; in duplicate_block() local
709 if (bb->count < new_count) in duplicate_block()
710 new_count = bb->count; in duplicate_block()
732 n->count = s->count * (new_count * 10000 / bb->count) / 10000; in duplicate_block()
742 new_bb->count = new_count; in duplicate_block()
743 bb->count -= new_count; in duplicate_block()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfglayout.c915 gcov_type new_count = e ? e->count : 0; local
917 if (bb->count < new_count)
918 new_count = bb->count;
966 if (new_count)
968 n->count = s->count * (new_count * 10000 / bb->count) / 10000;
974 new_bb->count = new_count;
975 bb->count -= new_count;
/openbsd/sys/arch/sparc64/sparc64/
H A Dcpu.c547 uint64_t count, new_count; in hummingbird_set_refresh_count() local
553 new_count = (HB_MC0_REFRESH_INTERVAL * cpu_clockrate[0]) / in hummingbird_set_refresh_count()
556 reg |= (new_count << HB_MC0_REFRESH_COUNT_SHIFT); in hummingbird_set_refresh_count()
562 ((count + new_count) * 1000000UL * div) / cpu_clockrate[0]; in hummingbird_set_refresh_count()
/openbsd/usr.bin/awk/
H A Db.c157 int i, new_count; in resize_state() local
162 new_count = state + 10; /* needs to be tuned */ in resize_state()
164 p = (gtt *) reallocarray(f->gototab, new_count, sizeof(gtt)); in resize_state()
169 p2 = (uschar *) reallocarray(f->out, new_count, sizeof(f->out[0])); in resize_state()
174 p3 = (int **) reallocarray(f->posns, new_count, sizeof(f->posns[0])); in resize_state()
179 for (i = f->state_count; i < new_count; ++i) { in resize_state()
188 f->state_count = new_count; in resize_state()
/openbsd/usr.sbin/mopd/mopd/
H A Dprocess.c235 mopNextLoad(u_char *dst, u_char *src, u_char new_count, int trans) in mopNextLoad() argument
255 if (new_count == ((dllist[slot].count+1) % 256)) { in mopNextLoad()
257 dllist[slot].count = new_count; in mopNextLoad()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h822 void Clear(size_t new_count = 0) {
824 m_children_count = new_count;
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1063 size_t new_count = comp_unit.GetNumFunctions(); in ParseFunctions() local
1064 lldbassert(new_count >= count); in ParseFunctions()
1065 return new_count - count; in ParseFunctions()
1786 const size_t new_count = GetTypeList().GetSize(); in ParseTypes() local
1790 return new_count - old_count; in ParseTypes()
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dxtensaelf.em1038 size_t old_count, new_count;
1128 new_count = ld_count_children ((lang_statement_union_type*) w);
1129 ASSERT (new_count == old_count);
/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.c2665 HOST_WIDE_INT new_count = ((count >> 2) & 0x3fffffff) - 1; in bfin_expand_movmem() local
2666 countreg = copy_to_mode_reg (Pmode, GEN_INT (new_count)); in bfin_expand_movmem()
2685 HOST_WIDE_INT new_count = ((count >> 1) & 0x7fffffff) - 1; in bfin_expand_movmem() local
2686 countreg = copy_to_mode_reg (Pmode, GEN_INT (new_count)); in bfin_expand_movmem()
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dxtensaelf.em1411 size_t old_count, new_count;
1501 new_count = ld_count_children ((lang_statement_union_type*) w);
1502 ASSERT (new_count == old_count);
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c3701 unsigned int new_count; in assign_file_positions_for_segments() local
3707 new_count = 0; in assign_file_positions_for_segments()
3712 if (i != new_count) in assign_file_positions_for_segments()
3713 m->sections[new_count] = m->sections[i]; in assign_file_positions_for_segments()
3715 new_count ++; in assign_file_positions_for_segments()
3719 if (new_count != m->count) in assign_file_positions_for_segments()
3720 m->count = new_count; in assign_file_positions_for_segments()
/openbsd/gnu/usr.bin/perl/
H A Dhv.c3981 U32 new_count; in Perl_refcounted_he_free() local
3984 new_count = --he->refcounted_he_refcnt; in Perl_refcounted_he_free()
3987 if (new_count) { in Perl_refcounted_he_free()
H A Dregcomp.c783 int new_count = pRExC_state->code_blocks->count in S_concat_pat() local
786 new_count, struct reg_code_block); in S_concat_pat()
787 pRExC_state->code_blocks->count = new_count; in S_concat_pat()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c4254 unsigned int new_count; in assign_file_positions_for_segments() local
4257 new_count = 0; in assign_file_positions_for_segments()
4264 if (i != new_count) in assign_file_positions_for_segments()
4265 m->sections[new_count] = m->sections[i]; in assign_file_positions_for_segments()
4267 new_count ++; in assign_file_positions_for_segments()
4271 if (new_count != m->count) in assign_file_positions_for_segments()
4272 m->count = new_count; in assign_file_positions_for_segments()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c7655 int new_count = 0; in xtensa_reorder_segments() local
7669 new_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.c9844 int new_count = 0; in xtensa_reorder_segments() local
9860 new_count++; in xtensa_reorder_segments()
9861 assert (new_count == old_count); in xtensa_reorder_segments()