Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/nvi/vi/
Dv_z.c60 if (F_ISSET(vp, VC_C2SET) && vp->count2 != 0) { in v_z()
61 if (vp->count2 > O_VAL(sp, O_WINDOW)) in v_z()
62 vp->count2 = O_VAL(sp, O_WINDOW); in v_z()
63 if (vs_crel(sp, vp->count2)) in v_z()
Dvi.h21 u_long count2; /* Second count (only used by z). */ member
Dvi.c667 if (v_count(sp, vp->character, &vp->count2)) in v_cmd()
1237 TRACE(sp, " c2: %lu", vp->count2); in v_comlog()
/freebsd-12-stable/sys/dev/ex/
Dif_ex_isa.c324 int count1, count2; in ex_look_for_card() local
332 count2 = CSR_READ_1(sc, ID_REG); in ex_look_for_card()
333 count2 = CSR_READ_1(sc, ID_REG); in ex_look_for_card()
334 count2 = CSR_READ_1(sc, ID_REG); in ex_look_for_card()
336 return((count2 & Counter_bits) == ((count1 + 0xc0) & Counter_bits)); in ex_look_for_card()
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
Dt_mutex.c165 int count, count2; in ATF_TC_BODY() local
180 count = count2 = 10000000; in ATF_TC_BODY()
183 PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex2_threadfunc, &count2)); in ATF_TC_BODY()
248 int count, count2; in ATF_TC_BODY() local
261 count = count2 = 10000000; in ATF_TC_BODY()
264 PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex3_threadfunc, &count2)); in ATF_TC_BODY()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
Dregcomp.c441 int count2; in p_ere_exp() local
582 count2 = p_count(p); in p_ere_exp()
583 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
585 count2 = INFINITY; in p_ere_exp()
587 count2 = count; in p_ere_exp()
588 repeat(p, pos, count, count2); in p_ere_exp()
665 int count2; in p_simp_re() local
753 count2 = p_count(p); in p_simp_re()
754 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
756 count2 = INFINITY; in p_simp_re()
[all …]
/freebsd-12-stable/contrib/googletest/googlemock/test/
Dgmock_stress_test.cc215 int count2 = 0; in TestConcurrentCallsOnSameObject() local
216 const Helper1Param param2 = { &foo, &count2 }; in TestConcurrentCallsOnSameObject()
220 EXPECT_EQ(kRepeat, count1 + count2); in TestConcurrentCallsOnSameObject()
/freebsd-12-stable/contrib/nvi/regex/
Dregcomp.c342 int count2; in p_ere_exp() local
455 count2 = p_count(p); in p_ere_exp()
456 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
458 count2 = INFINITY; in p_ere_exp()
460 count2 = count; in p_ere_exp()
461 repeat(p, pos, count, count2, 0); in p_ere_exp()
547 int count2; in p_simp_re() local
642 count2 = p_count(p); in p_simp_re()
643 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
645 count2 = INFINITY; in p_simp_re()
[all …]
/freebsd-12-stable/contrib/libevent/test/
Dregress_listener.c77 int count1 = 2, count2 = 1; in regress_pick_a_port() local
99 listener2 = evconnlistener_new_bind(base, acceptcb, &count2, in regress_pick_a_port()
132 tt_int_op(count2, ==, 0); in regress_pick_a_port()
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress_listener.c77 int count1 = 2, count2 = 1; in regress_pick_a_port() local
99 listener2 = evconnlistener_new_bind(base, acceptcb, &count2, in regress_pick_a_port()
132 tt_int_op(count2, ==, 0); in regress_pick_a_port()
/freebsd-12-stable/sys/dev/drm/
Dsavage_state.c204 unsigned int count2 = 0; in savage_dispatch_state() local
219 count2 = count - (SAVAGE_SCEND_S3D + 1 - start); in savage_dispatch_state()
236 count2 = count - in savage_dispatch_state()
249 bci_size = count + (count + 254) / 255 + count2 + (count2 + 254) / 255; in savage_dispatch_state()
270 count = count2; in savage_dispatch_state()
271 count2 = 0; in savage_dispatch_state()
/freebsd-12-stable/lib/libc/regex/
Dregcomp.c386 int count2; in p_ere_exp() local
577 count2 = p_count(p); in p_ere_exp()
578 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
580 count2 = INFINITY; in p_ere_exp()
582 count2 = count; in p_ere_exp()
583 repeat(p, pos, count, count2); in p_ere_exp()
805 int count2; in p_simp_re() local
951 count2 = p_count(p); in p_simp_re()
952 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
954 count2 = INFINITY; in p_simp_re()
[all …]
/freebsd-12-stable/contrib/gcc/
Dvalue-prof.c504 gcov_type count1, gcov_type count2, gcov_type all) in tree_mod_subtract() argument
573 bb3->count = all - count1 - count2; in tree_mod_subtract()
593 e23->count = all - count1 - count2; in tree_mod_subtract()
598 e24->count = count2; in tree_mod_subtract()
602 e34->count = all - count1 - count2; in tree_mod_subtract()
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/common/aggs/
DMakefile102 tst.count2.d \
103 tst.count2.d.out \
/freebsd-12-stable/contrib/unbound/util/data/
Ddname.c236 int count1 = 0, count2 = 0; in dname_pkt_compare() local
256 if(count2++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
Dcompat.c1458 int count2 = count_components(relpath2); in sort_deletes_first() local
1460 if (count1 < count2 && change1->action == RESTRUCTURE_DELETE) in sort_deletes_first()
1462 if (count1 > count2 && change2->action == RESTRUCTURE_DELETE) in sort_deletes_first()
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_oncore.c316 u_char count2; /* cycles thru Ea after count, to check for @@Ea */ member
2201 instance->count2 = 1; in oncore_get_timestamp()
2416 if (instance->count2) { in oncore_get_timestamp()
2417 if (instance->count2++ > 5) { /* this delay to check on @@Ay command */ in oncore_get_timestamp()
2418 instance->count2 = 0; in oncore_get_timestamp()
/freebsd-12-stable/contrib/binutils/bfd/
Delf.c8983 bfd_size_type count1, count2, i; in bfd_elf_match_symbols_in_sections() local
9088 count2 = 0; in bfd_elf_match_symbols_in_sections()
9098 count2 = ssymbuf2[mid].count; in bfd_elf_match_symbols_in_sections()
9104 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
9108 symtable2 = bfd_malloc (count2 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
9123 for (ssym = ssymbuf2->ssym, ssymend = ssym + count2; in bfd_elf_match_symbols_in_sections()
9160 count2 = 0; in bfd_elf_match_symbols_in_sections()
9163 symtable2[count2++].u.isym = isym; in bfd_elf_match_symbols_in_sections()
9165 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
9173 for (i = 0; i < count2; i++) in bfd_elf_match_symbols_in_sections()
DChangeLog-00017160 (compare_subspaces): Remove unused `count1', `count2'.
/freebsd-12-stable/sys/dev/drm2/i915/
Dintel_pm.c2872 u32 count1, count2, count3, m = 0, c = 0; in __i915_chipset_val() local
2889 count2 = I915_READ(DDREC); in __i915_chipset_val()
2892 total_count = count1 + count2 + count3; in __i915_chipset_val()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2703 const size_t count2 = decl_ctx_2.size(); in DIEDeclContextsMatch() local
2704 if (count1 != count2) in DIEDeclContextsMatch()