Searched refs:count1 (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_listener.c74 int count1 = 2, count2 = 1; local
92 listener1 = evconnlistener_new_bind(base, acceptcb, &count1,
127 tt_int_op(count1, ==, 0);
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex_isa.c324 int count1, count2; local
330 if (((count1 = CSR_READ_1(sc, ID_REG)) & Id_Mask) != Id_Sig)
336 return((count2 & Counter_bits) == ((count1 + 0xc0) & Counter_bits));
/freebsd-11-stable/contrib/gcc/
H A Dvalue-prof.c504 gcov_type count1, gcov_type count2, gcov_type all)
567 bb2->count = all - count1;
573 bb3->count = all - count1 - count2;
583 e12->count = all - count1;
587 e14->count = count1;
593 e23->count = all - count1 - count2;
602 e34->count = all - count1 - count2;
502 tree_mod_subtract(tree stmt, tree operation, tree op1, tree op2, int prob1, int prob2, int ncounts, gcov_type count1, gcov_type count2, gcov_type all) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstack.c1768 int count = 1, count1;
1771 count1 = count;
1776 fi = find_relative_frame (deprecated_selected_frame, &count1);
1777 if (count1 != 0 && count_exp == 0)
1804 int count = -1, count1;
1807 count1 = count;
1812 frame = find_relative_frame (deprecated_selected_frame, &count1);
1813 if (count1 != 0 && count_exp == 0)
1762 int count = 1, count1; local
1798 int count = -1, count1; local
/freebsd-11-stable/sys/kern/
H A Dsubr_blist.c585 int count1, hi, lo, num_shifts, range1, range_ext; local
588 count1 = count - 1;
589 num_shifts = fls(count1);
595 * count1 >> num_shifts. Grow range and reduce num_shifts to 0,
604 range_ext = range1 + ((count1 >> num_shifts) & 1);
H A Dkern_umtx.c3106 uint32_t flags, count, count1; local
3124 rv = casueword32(&sem->_has_waiters, 0, &count1, 1);
/freebsd-11-stable/contrib/unbound/util/data/
H A Ddname.c236 int count1 = 0, count2 = 0; local
246 if(count1++ > MAX_COMPRESS_PTRS)
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c8994 bfd_size_type count1, count2, i;
9080 count1 = 0;
9090 count1 = ssymbuf1[mid].count;
9115 if (count1 == 0 || count2 == 0 || count1 != count2)
9118 symtable1 = bfd_malloc (count1 * sizeof (struct elf_symbol));
9124 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1;
9144 qsort (symtable1, count1, sizeof (struct elf_symbol),
9146 qsort (symtable2, count1, sizeof (struct elf_symbol),
9149 for (i = 0; i < count1;
8983 bfd_size_type count1, count2, i; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c315 u_char count1; /* cycles thru Ea after SS_TESTING, waiting for SS_HW */ member in struct:instance
2228 instance->count1 = 1;
2260 if (instance->count1) {
2261 if (instance->count1++ > 5 || instance->BEHa[130]&0x10) {
2262 instance->count1 = 0;
2276 if (instance->count1) {
2277 if (instance->count1++ > 5) {
2278 instance->count1 = 0;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c1458 int count1 = count_components(relpath1);
1461 if (count1 < count2 && change1->action == RESTRUCTURE_DELETE)
1463 if (count1 > count2 && change2->action == RESTRUCTURE_DELETE)
1457 int count1 = count_components(relpath1); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2857 const size_t count1 = decl_ctx_1.size(); local
2859 if (count1 != count2)
2867 for (i = 0; i < count1; i++) {
2879 dw_tag_t cu_tag = decl_ctx_1[count1 - 1].Tag();
2886 for (i = 0; i < count1 - 1; i++) {
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c2872 u32 count1, count2, count3, m = 0, c = 0; local
2888 count1 = I915_READ(DMIEC);
2892 total_count = count1 + count2 + count3;
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6331 \count1=128
6333 \catcode\count1=\other
6334 \advance\count1 by 1
6335 \ifnum \count1<256 \loop \fi
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8248 \count1=128
8250 \catcode\count1=\other
8251 \advance\count1 by 1
8252 \ifnum \count1<256 \loop \fi

Completed in 215 milliseconds