Home
last modified time | relevance | path

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

/trueos/sys/dev/ex/
HDif_ex_isa.c324 int count1, count2; in ex_look_for_card() local
330 if (((count1 = CSR_READ_1(sc, ID_REG)) & Id_Mask) != Id_Sig) in ex_look_for_card()
336 return((count2 & Counter_bits) == ((count1 + 0xc0) & Counter_bits)); in ex_look_for_card()
/trueos/contrib/gcc/
HDvalue-prof.c504 gcov_type count1, gcov_type count2, gcov_type all) in tree_mod_subtract() argument
567 bb2->count = all - count1; in tree_mod_subtract()
573 bb3->count = all - count1 - count2; in tree_mod_subtract()
583 e12->count = all - count1; in tree_mod_subtract()
587 e14->count = count1; in tree_mod_subtract()
593 e23->count = all - count1 - count2; in tree_mod_subtract()
602 e34->count = all - count1 - count2; in tree_mod_subtract()
/trueos/contrib/gdb/gdb/
HDstack.c1762 int count = 1, count1; in up_silently_base() local
1765 count1 = count; in up_silently_base()
1770 fi = find_relative_frame (deprecated_selected_frame, &count1); in up_silently_base()
1771 if (count1 != 0 && count_exp == 0) in up_silently_base()
1798 int count = -1, count1; in down_silently_base() local
1801 count1 = count; in down_silently_base()
1806 frame = find_relative_frame (deprecated_selected_frame, &count1); in down_silently_base()
1807 if (count1 != 0 && count_exp == 0) in down_silently_base()
/trueos/contrib/ee/
HDnew_curse.c2946 int count1; local
2961 count1 = i + 1;
2962 if ((count1 == 1) && (c1[i] == '\0') && (c2[i] == '\0'))
2963 count1 = 0; /* both lines blank */
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()
[all …]
/trueos/contrib/ntp/ntpd/
HDrefclock_oncore.c262 u_char count1; /* cycles thru Ea after SS_TESTING, waiting for SS_HW */ member
2058 instance->count1 = 1; in oncore_msg_BaEaHa()
2090 if (instance->count1) { in oncore_msg_BaEaHa()
2091 if (instance->count1++ > 5 || instance->BEHa[130]&0x10) { in oncore_msg_BaEaHa()
2092 instance->count1 = 0; in oncore_msg_BaEaHa()
2106 if (instance->count1) { in oncore_msg_BaEaHa()
2107 if (instance->count1++ > 5) { in oncore_msg_BaEaHa()
2108 instance->count1 = 0; in oncore_msg_BaEaHa()
/trueos/contrib/nvi/docs/USD.doc/vi.ref/
HDspell.ok130 count1
/trueos/contrib/binutils/bfd/
HDelf.c8983 bfd_size_type count1, count2, i; in bfd_elf_match_symbols_in_sections() local
9069 count1 = 0; in bfd_elf_match_symbols_in_sections()
9079 count1 = ssymbuf1[mid].count; in bfd_elf_match_symbols_in_sections()
9104 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
9107 symtable1 = bfd_malloc (count1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
9113 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1; in bfd_elf_match_symbols_in_sections()
9133 qsort (symtable1, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
9135 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
9138 for (i = 0; i < count1; i++) in bfd_elf_match_symbols_in_sections()
9155 count1 = 0; in bfd_elf_match_symbols_in_sections()
[all …]
HDChangeLog-00017160 (compare_subspaces): Remove unused `count1', `count2'.
/trueos/contrib/subversion/subversion/libsvn_delta/
HDcompat.c1435 int count1 = count_components(relpath1); in sort_deletes_first() local
1438 if (count1 < count2 && change1->action == RESTRUCTURE_DELETE) in sort_deletes_first()
1440 if (count1 > count2 && change2->action == RESTRUCTURE_DELETE) in sort_deletes_first()
/trueos/sys/dev/drm2/i915/
HDintel_pm.c2697 u32 count1, count2, count3, m = 0, c = 0; in i915_chipset_val() local
2711 count1 = I915_READ(DMIEC); in i915_chipset_val()
2715 total_count = count1 + count2 + count3; in i915_chipset_val()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp4980 const size_t count1 = decl_ctx_1.Size(); in DIEDeclContextsMatch() local
4982 if (count1 != count2) in DIEDeclContextsMatch()
4990 for (i=0; i<count1; i++) in DIEDeclContextsMatch()
5002 assert (decl_ctx_1.GetDIEPtrAtIndex (count1 - 1)->Tag() == DW_TAG_compile_unit); in DIEDeclContextsMatch()
5007 for (i=0; i<count1 - 1; i++) in DIEDeclContextsMatch()
/trueos/sys/kern/
HDkern_umtx.c3284 uint32_t flags, count, count1; in do_sem_wait() local
3302 rv = casueword32(&sem->_has_waiters, 0, &count1, 1); in do_sem_wait()
/trueos/contrib/gcc/doc/include/
HDtexinfo.tex6331 \count1=128
6333 \catcode\count1=\other
6334 \advance\count1 by 1
6335 \ifnum \count1<256 \loop \fi