/freebsd/contrib/nvi/vi/ |
H A D | v_z.c | 60 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 D | vi.h | 21 u_long count2; /* Second count (only used by z). */ member
|
H A D | vi.c | 667 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 D | t_mutex.c | 187 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 D | gmock_stress_test.cc | 127 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 D | regcomp.c | 441 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 D | regcomp.c | 342 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 D | regress_listener.c | 77 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 D | regress_listener.c | 77 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 D | regcomp.c | 394 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 D | Makefile | 100 tst.count2.d \ 101 tst.count2.d.out \
|
/freebsd/contrib/unbound/util/data/ |
H A D | dname.c | 236 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 D | refclock_oncore.c | 316 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()
|