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

/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c262 u_char count1; /* cycles thru Ea after SS_TESTING, waiting for SS_HW */ member in struct:instance
2058 instance->count1 = 1;
2090 if (instance->count1) {
2091 if (instance->count1++ > 5 || instance->BEHa[130]&0x10) {
2092 instance->count1 = 0;
2106 if (instance->count1) {
2107 if (instance->count1++ > 5) {
2108 instance->count1 = 0;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c1436 int count1 = count_components(relpath1);
1439 if (count1 < count2 && change1->action == RESTRUCTURE_DELETE)
1441 if (count1 > count2 && change2->action == RESTRUCTURE_DELETE)
1435 int count1 = count_components(relpath1); local
/freebsd-10.0-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-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4919 const size_t count1 = decl_ctx_1.Size(); local
4921 if (count1 != count2)
4929 for (i=0; i<count1; i++)
4941 assert (decl_ctx_1.GetDIEPtrAtIndex (count1 - 1)->Tag() == DW_TAG_compile_unit);
4946 for (i=0; i<count1 - 1; i++)
/freebsd-10.0-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 302 milliseconds