Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/nvi/vi/
H A 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()
H A Dvi.h21 u_long count2; /* Second count (only used by z). */ member
H A Dvi.c667 if (v_count(sp, vp->character, &vp->count2)) in v_cmd()
1237 TRACE(sp, " c2: %lu", vp->count2); in v_comlog()
/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c187 int count, count2; in ATF_TC_BODY() local
206 num_increments = count = count2 = 1000; in ATF_TC_BODY()
208 num_increments = count = count2 = in ATF_TC_BODY()
213 count = count2 = 10000000; in ATF_TC_BODY()
220 PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex2_threadfunc, &count2)); in ATF_TC_BODY()
306 int count, count2; in ATF_TC_BODY() local
323 num_increments = count = count2 = 1000; in ATF_TC_BODY()
325 num_increments = count = count2 = in ATF_TC_BODY()
330 count = count2 = 10000000; in ATF_TC_BODY()
334 PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex3_threadfunc, &count2)); in ATF_TC_BODY()
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc127 int count2 = 0; in TestConcurrentCallsOnSameObject() local
128 const Helper1Param param2 = {&foo, &count2}; in TestConcurrentCallsOnSameObject()
132 EXPECT_EQ(kRepeat, count1 + count2); in TestConcurrentCallsOnSameObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A 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()
756 count2 = INFINITY; in p_simp_re()
758 count2 = count; in p_simp_re()
[all …]
/freebsd-14.2/contrib/nvi/regex/
H A 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()
645 count2 = INFINITY; in p_simp_re()
647 count2 = count; in p_simp_re()
[all …]
/freebsd-14.2/contrib/ntp/sntp/libevent/test/
H A 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-14.2/contrib/libevent/test/
H A 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-14.2/lib/libc/regex/
H A Dregcomp.c399 int count2; in p_ere_exp() local
590 count2 = p_count(p); in p_ere_exp()
591 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
593 count2 = INFINITY; in p_ere_exp()
595 count2 = count; in p_ere_exp()
596 repeat(p, pos, count, count2); in p_ere_exp()
818 int count2; in p_simp_re() local
964 count2 = p_count(p); in p_simp_re()
967 count2 = INFINITY; in p_simp_re()
969 count2 = count; in p_simp_re()
[all …]
/freebsd-14.2/cddl/usr.sbin/dtrace/tests/common/aggs/
H A DMakefile101 tst.count2.d \
102 tst.count2.d.out \
/freebsd-14.2/contrib/unbound/util/data/
H A Ddname.c236 int count1 = 0, count2 = 0; in dname_pkt_compare() local
256 if(count2++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
/freebsd-14.2/contrib/ntp/ntpd/
H A 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-14.2/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,rz-mtu3.yaml85 count2 - MTU1+ MTU2 32-bit phase counting
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3044 const size_t count2 = decl_ctx_2.size(); in DIEDeclContextsMatch() local
3045 if (count1 != count2) in DIEDeclContextsMatch()