Home
last modified time | relevance | path

Searched refs:count1 (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc122 int count1 = 0; in TestConcurrentCallsOnSameObject() local
123 const Helper1Param param = {&foo, &count1}; in TestConcurrentCallsOnSameObject()
132 EXPECT_EQ(kRepeat, count1 + count2); in TestConcurrentCallsOnSameObject()
/freebsd/sys/kern/
H A Dsubr_blist.c672 int bighint, count1, hi, lo, num_shifts; in blst_leaf_alloc() local
674 count1 = *count - 1; in blst_leaf_alloc()
675 num_shifts = fls(count1); in blst_leaf_alloc()
689 mask |= mask >> ((count1 >> num_shifts) + 1) / 2; in blst_leaf_alloc()
691 bighint = count1 >> num_shifts; in blst_leaf_alloc()
726 hi = bitpos(mask & (mask + 1)) + count1; in blst_leaf_alloc()
740 count1 = *count - (BLIST_RADIX - lo); in blst_leaf_alloc()
742 hi = blst_next_leaf_alloc(scan, blk, count1, maxcount); in blst_leaf_alloc()
743 if (hi < count1) in blst_leaf_alloc()
H A Dkern_sendfile.c418 int a, count, count1, grabbed, i, j, npages, rv; in sendfile_swapin() local
494 count1 = count; in sendfile_swapin()
536 if (j >= i + count1) in sendfile_swapin()
552 i += count1; in sendfile_swapin()
H A Dkern_umtx.c3575 uint32_t flags, count, count1; in do_sem_wait() local
3594 rv = casueword32(&sem->_has_waiters, 0, &count1, 1); in do_sem_wait()
3597 if (rv == -1 || rv1 == -1 || count != 0 || (rv == 1 && count1 == 0)) { in do_sem_wait()
3612 MPASS(rv == 1 && count1 == 0); in do_sem_wait()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_listener.c77 int count1 = 2, count2 = 1; in regress_pick_a_port() local
96 listener1 = evconnlistener_new_bind(base, acceptcb, &count1, in regress_pick_a_port()
131 tt_int_op(count1, ==, 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
96 listener1 = evconnlistener_new_bind(base, acceptcb, &count1, in regress_pick_a_port()
131 tt_int_op(count1, ==, 0); in regress_pick_a_port()
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-hacl64.h271 u32 count1) in fsquare_fsquare_times_() argument
275 for (i = 1; i < count1; ++i) in fsquare_fsquare_times_()
280 u32 count1) in fsquare_fsquare_times() argument
284 fsquare_fsquare_times_(output, t, count1); in fsquare_fsquare_times()
288 u32 count1) in fsquare_fsquare_times_inplace() argument
291 fsquare_fsquare_times_(output, t, count1); in fsquare_fsquare_times_inplace()
/freebsd/contrib/ee/
H A Dnew_curse.c2946 int count1; local
2961 count1 = i + 1;
2965 count1 = -1; /* equal */
2967 count1 = 1; /* lines unequal */
2968 return(count1);
3266 int count1, j; in doupdate() local
3402 new1 = virt, count1 = 0; in doupdate()
3407 count1++) in doupdate()
3409 if (count1 > 3) in doupdate()
3472 count1++) in doupdate()
[all …]
/freebsd/contrib/unbound/util/data/
H A Ddname.c236 int count1 = 0, count2 = 0; in dname_pkt_compare() local
246 if(count1++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c315 u_char count1; /* cycles thru Ea after SS_TESTING, waiting for SS_HW */ member
2230 instance->count1 = 1; in oncore_get_timestamp()
2262 if (instance->count1) { in oncore_get_timestamp()
2263 if (instance->count1++ > 5 || instance->BEHa[130]&0x10) { in oncore_get_timestamp()
2264 instance->count1 = 0; in oncore_get_timestamp()
2278 if (instance->count1) { in oncore_get_timestamp()
2279 if (instance->count1++ > 5) { in oncore_get_timestamp()
2280 instance->count1 = 0; in oncore_get_timestamp()
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,rz-mtu3.yaml84 count1 - MTU2 16-bit phase counting
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3043 const size_t count1 = decl_ctx_1.size(); in DIEDeclContextsMatch() local
3045 if (count1 != count2) in DIEDeclContextsMatch()
3053 for (i = 0; i < count1; i++) { in DIEDeclContextsMatch()
3065 dw_tag_t cu_tag = decl_ctx_1[count1 - 1].Tag(); in DIEDeclContextsMatch()
3072 for (i = 0; i < count1 - 1; i++) { in DIEDeclContextsMatch()