| /freebsd-12-stable/sys/dev/ex/ |
| D | if_ex_isa.c | 324 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()
|
| /freebsd-12-stable/contrib/googletest/googlemock/test/ |
| D | gmock_stress_test.cc | 210 int count1 = 0; in TestConcurrentCallsOnSameObject() local 211 const Helper1Param param = { &foo, &count1 }; in TestConcurrentCallsOnSameObject() 220 EXPECT_EQ(kRepeat, count1 + count2); in TestConcurrentCallsOnSameObject()
|
| /freebsd-12-stable/contrib/libevent/test/ |
| D | regress_listener.c | 77 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-12-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_listener.c | 77 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-12-stable/contrib/gcc/ |
| D | value-prof.c | 504 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()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | stack.c | 1762 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()
|
| /freebsd-12-stable/contrib/ee/ |
| D | new_curse.c | 2946 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 …]
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_blist.c | 655 int count1, hi, lo, num_shifts, range1, range_ext; in blst_leaf_alloc() local 658 count1 = count - 1; in blst_leaf_alloc() 659 num_shifts = fls(count1); in blst_leaf_alloc() 674 range_ext = range1 + ((count1 >> num_shifts) & 1); in blst_leaf_alloc()
|
| D | kern_umtx.c | 3165 uint32_t flags, count, count1; in do_sem_wait() local 3184 rv = casueword32(&sem->_has_waiters, 0, &count1, 1); in do_sem_wait() 3187 if (rv == -1 || rv1 == -1 || count != 0 || (rv == 1 && count1 == 0)) { in do_sem_wait() 3202 MPASS(rv == 1 && count1 == 0); in do_sem_wait()
|
| /freebsd-12-stable/contrib/unbound/util/data/ |
| D | dname.c | 236 int count1 = 0, count2 = 0; in dname_pkt_compare() local 246 if(count1++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_oncore.c | 315 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-12-stable/contrib/binutils/bfd/ |
| D | elf.c | 8983 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 …]
|
| D | ChangeLog-0001 | 7160 (compare_subspaces): Remove unused `count1', `count2'.
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/ |
| D | compat.c | 1457 int count1 = count_components(relpath1); in sort_deletes_first() local 1460 if (count1 < count2 && change1->action == RESTRUCTURE_DELETE) in sort_deletes_first() 1462 if (count1 > count2 && change2->action == RESTRUCTURE_DELETE) in sort_deletes_first()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | SymbolFileDWARF.cpp | 2702 const size_t count1 = decl_ctx_1.size(); in DIEDeclContextsMatch() local 2704 if (count1 != count2) in DIEDeclContextsMatch() 2712 for (i = 0; i < count1; i++) { in DIEDeclContextsMatch() 2724 dw_tag_t cu_tag = decl_ctx_1[count1 - 1].Tag(); in DIEDeclContextsMatch() 2731 for (i = 0; i < count1 - 1; i++) { in DIEDeclContextsMatch()
|
| /freebsd-12-stable/sys/dev/drm2/i915/ |
| D | intel_pm.c | 2872 u32 count1, count2, count3, m = 0, c = 0; in __i915_chipset_val() local 2888 count1 = I915_READ(DMIEC); in __i915_chipset_val() 2892 total_count = count1 + count2 + count3; in __i915_chipset_val()
|
| /freebsd-12-stable/contrib/gcc/doc/include/ |
| D | texinfo.tex | 6331 \count1=128 6333 \catcode\count1=\other 6334 \advance\count1 by 1 6335 \ifnum \count1<256 \loop \fi
|
| /freebsd-12-stable/contrib/amd/doc/ |
| D | texinfo.tex | 8247 \count1=128 8249 \catcode\count1=\other 8250 \advance\count1 by 1 8251 \ifnum \count1<256 \loop \fi
|