| /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.c | 667 if (v_count(sp, vp->character, &vp->count2)) in v_cmd() 1237 TRACE(sp, " c2: %lu", vp->count2); in v_comlog()
|
| H A D | vi.h | 21 u_long count2; /* Second count (only used by z). */ member
|
| /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/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsprepkg.c | 178 UINT32 Count2, 277 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2; in AcpiNsCheckPackage() 294 Package->RetInfo.ObjectType2, Package->RetInfo.Count2, 0); in AcpiNsCheckPackage() 583 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2; in AcpiNsCheckPackageList() 593 Package->RetInfo.Count2, 0); in AcpiNsCheckPackageList() 605 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2; in AcpiNsCheckPackageList() 843 * Count2 - Count for second group 860 UINT32 Count2, in AcpiNsCheckPackageElements() argument 887 for (i = 0; i < Count2; i++) in AcpiNsCheckPackageElements()
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslprepkg.c | 170 UINT32 Count2); 296 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2; in ApCheckPackage() 311 Package->RetInfo.ObjectType2, Package->RetInfo.Count2); in ApCheckPackage() 601 * Count2 - Count for second group 620 UINT32 Count2) in ApCheckPackageElements() argument 640 for (i = 0; (i < Count2) && Op; i++) in ApCheckPackageElements() 743 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2; in ApCheckPackageList() 759 Package->RetInfo.ObjectType2, Package->RetInfo.Count2); in ApCheckPackageList() 767 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2; in ApCheckPackageList()
|
| /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/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/crypto/krb5/src/windows/kfwlogon/ |
| H A D | kfwcommon.c | 1225 DWORD count, count2; in KFW_cleanup_orphaned_caches() local 1238 count2 = GetTempPath(count, temppath); in KFW_cleanup_orphaned_caches() 1239 if (count2 <= 0 || count2 > count) in KFW_cleanup_orphaned_caches() 1246 count2 = GetCurrentDirectory(count, curdir); in KFW_cleanup_orphaned_caches() 1247 if (count2 <= 0 || count2 > count) in KFW_cleanup_orphaned_caches()
|
| /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/cddl/usr.sbin/dtrace/tests/common/aggs/ |
| H A D | Makefile | 100 tst.count2.d \ 101 tst.count2.d.out \
|
| /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/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/contrib/nvi/man/ |
| H A D | vi.1 | 1475 .Op Ar count2 1480 .Ar count2 1482 .Ar count2
|
| /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/sys/contrib/device-tree/Bindings/timer/ |
| H A D | renesas,rz-mtu3.yaml | 85 count2 - MTU1+ MTU2 32-bit phase counting
|
| /freebsd/share/doc/usd/13.viref/ |
| H A D | vi.cmd.roff | 2678 .IP "[count1] z [count2] type" 2680 .LI count2 2690 .LI count2
|
| /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()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | aclocal.h | 508 UINT8 Count2; member
|
| /freebsd/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 4264 # <count1>: <bytes1> [<count2>: <bytes2>] @ a1 a2 a3 ... an 4323 # t*: <count1>: <bytes1> [<count2>: <bytes2>] 4324 # t1: <count1>: <bytes1> [<count2>: <bytes2>] 4326 # tn: <count1>: <bytes1> [<count2>: <bytes2>]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 967 // signed char count2; in emitFlexibleArrayMemberSize() 968 // int arr2[] __counted_by(count2); in emitFlexibleArrayMemberSize()
|