Home
last modified time | relevance | path

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

/freebsd/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/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/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/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 = REGINFINITY; 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 = REGINFINITY; in p_simp_re()
[all …]
/freebsd/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()
643 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
645 count2 = INFINITY; in p_simp_re()
[all …]
/freebsd/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/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/lib/libc/regex/
H A Dregcomp.c394 int count2; in p_ere_exp() local
600 count2 = p_count(p); in p_ere_exp()
601 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
603 count2 = INFINITY; in p_ere_exp()
605 count2 = count; in p_ere_exp()
606 repeat(p, pos, count, count2); in p_ere_exp()
828 int count2; in p_simp_re() local
977 count2 = p_count(p); in p_simp_re()
978 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
980 count2 = INFINITY; in p_simp_re()
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/aggs/
H A DMakefile100 tst.count2.d \
101 tst.count2.d.out \
/freebsd/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/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()