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

/freebsd-9.3-release/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-9.3-release/contrib/bind9/lib/dns/
H A Drdataslab.c1032 unsigned int count1, count2; local
1036 count1 = *current1++ * 256;
1037 count1 += *current1++;
1043 if (count1 != count2)
1047 current1 += (4 * count1);
1051 while (count1 > 0) {
1070 count1--;
1081 unsigned int count1, count2; local
1086 count1 = *current1++ * 256;
1087 count1
[all...]
H A Dname.c553 unsigned int l1, l2, l, count1, count2, count, nlabels; local
606 count1 = *label1++;
613 INSIST(count1 <= 63 && count2 <= 63);
615 cdiff = (int)count1 - (int)count2;
617 count = count1;
762 unsigned int l1, l2, l, count1, count2, count; local
786 count1 = *label1++;
790 INSIST(count1 <= 63 && count2 <= 63);
792 if (count1 != count2)
793 return ((count1 < count
[all...]
H A Dzone.c2411 unsigned int count1 = 0; local
2423 count1++;
2431 if (count1 >= count2)
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c314 u_char count1; /* cycles thru Ea after SS_TESTING, waiting for SS_HW */ member in struct:instance
2222 instance->count1 = 1;
2254 if (instance->count1) {
2255 if (instance->count1++ > 5 || instance->BEHa[130]&0x10) {
2256 instance->count1 = 0;
2270 if (instance->count1) {
2271 if (instance->count1++ > 5) {
2272 instance->count1 = 0;
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_dma.c1678 u32 count1, count2, count3, m = 0, c = 0; local
1692 count1 = I915_READ(DMIEC);
1696 total_count = count1 + count2 + count3;
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c2047 unsigned int count1 = 0; local
2057 count1++;
2065 if (count1 >= count2)
/freebsd-9.3-release/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

Completed in 258 milliseconds