Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/gcc/gcc/
Det-forest.c130 int count1, count2; local
133 count1 = node->count_right;
142 parent->count_left = count1;
148 node->count_right = count1 + parent->count_right + 1;
166 int count1, count2; local
169 count1 = node->count_left;
174 grandparent->count_right = count1;
182 node->count_left = grandparent->count_left + count1 + 1;
205 int count1, count2; local
208 count1 = node->count_left;
[all …]
/openbsd/src/regress/lib/libpthread/group/
Dgroup.c39 int count1, count2; in test() local
111 count1 = 0; in test()
114 count1++; in test()
129 if (count1 != count2) in test()
131 for (i = 0; i < count1; i++) in test()
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dstep.c17 int count1 = 0; variable
88 if (pthread_create (&tid1, attr1, thread1, &count1) == -1) in main()
206 printf ("\tcount1 (%d) \n\tcount2 (%d)\n", count1, count2); in alarm_handler()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
Dvararg1.c5 #define count(y...) count1 ( , ##y)
6 #define count1(y...) count2 (y,1,0) macro
/openbsd/src/sys/arch/amd64/amd64/
Dtsc.c217 calculate_tc_delay(struct timecounter *tc, uint64_t count1, uint64_t count2) in calculate_tc_delay() argument
221 if (count2 < count1) in calculate_tc_delay()
224 delta = (count2 - count1); in calculate_tc_delay()
231 uint64_t count1, count2, frequency, min_freq, tsc1, tsc2; in measure_tsc_freq() local
247 err1 = get_tsc_and_timecount(tc, &tsc1, &count1); in measure_tsc_freq()
256 usec = calculate_tc_delay(tc, count1, count2); in measure_tsc_freq()
/openbsd/src/sys/dev/ic/
Dwdcevent.h113 u_int8_t lba_lo1, u_int8_t lba_lo2, u_int8_t count1, u_int8_t count2, in WDC_LOG_ATA_CMDEXT() argument
116 lba_lo1, lba_lo2, count1, count2, command }; in WDC_LOG_ATA_CMDEXT()
131 lba_lo1, lba_lo2, count1, count2, command) argument
/openbsd/src/gnu/gcc/gcc/
Dvalue-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()
/openbsd/src/gnu/usr.bin/perl/t/op/
Deach.t302 my $count1 = shift @lines;
303 my @got1 = splice @lines, 0, $count1;
305 is($count1, $count2, 'both iterations of %ENV returned the same count of keys');
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dstack.c1685 int count = 1, count1; in up_silently_base() local
1688 count1 = count; in up_silently_base()
1693 fi = find_relative_frame (deprecated_selected_frame, &count1); in up_silently_base()
1694 if (count1 != 0 && count_exp == 0) in up_silently_base()
1719 int count = -1, count1; in down_silently_base() local
1722 count1 = count; in down_silently_base()
1727 frame = find_relative_frame (deprecated_selected_frame, &count1); in down_silently_base()
1728 if (count1 != 0 && count_exp == 0) in down_silently_base()
/openbsd/src/regress/usr.bin/sed/
Ddc.sed159 :count1
164 /a/b count1
/openbsd/src/usr.bin/dig/lib/dns/
Dname.c247 unsigned int l1, l2, l, count1, count2, count, nlabels; in dns_name_fullcompare() local
302 count1 = *label1++; in dns_name_fullcompare()
309 INSIST(count1 <= 63 && count2 <= 63); in dns_name_fullcompare()
311 cdiff = (int)count1 - (int)count2; in dns_name_fullcompare()
313 count = count1; in dns_name_fullcompare()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Dsoc15.c729 uint64_t *count1) in soc15_get_pcie_usage() argument
772 *count1 = RREG32_PCIE(smnPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32); in soc15_get_pcie_usage()
776 uint64_t *count1) in vega20_get_pcie_usage() argument
821 *count1 = RREG32_PCIE(smnPCIE_PERF_COUNT1_TXCLK3) | (cnt1_of << 32); in vega20_get_pcie_usage()
Damdgpu_cik.c1886 uint64_t *count1) in cik_get_pcie_usage() argument
1928 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32); in cik_get_pcie_usage()
Dvi.c1354 uint64_t *count1) in vi_get_pcie_usage() argument
1396 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32); in vi_get_pcie_usage()
Damdgpu_si.c1581 uint64_t *count1) in si_get_pcie_usage() argument
1623 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32); in si_get_pcie_usage()
/openbsd/src/sys/dev/isa/
Dif_ex.c151 int count1, count2; in ex_look_for_card() local
157 if (((count1 = CSR_READ_1(sc, ID_REG)) & Id_Mask) != Id_Sig) in ex_look_for_card()
162 if ((count2 & Counter_bits) == ((count1 + 0xc0) & Counter_bits)) in ex_look_for_card()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Distream_unformatted.cc162 std::streamsize count1, count2; in test02() local
258 std::streamsize count1, count2; in test03() local
/openbsd/src/sbin/unwind/libunbound/util/data/
Ddname.c236 int count1 = 0, count2 = 0; in dname_pkt_compare() local
246 if(count1++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
/openbsd/src/usr.sbin/unbound/util/data/
Ddname.c236 int count1 = 0, count2 = 0; in dname_pkt_compare() local
246 if(count1++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
/openbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/
Dspell.ok124 count1
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c8855 bfd_size_type count1, count2, i; in bfd_elf_match_symbols_in_sections() local
8936 count1 = 0; in bfd_elf_match_symbols_in_sections()
8942 if (count1 == 0) in bfd_elf_match_symbols_in_sections()
8944 count1++; in bfd_elf_match_symbols_in_sections()
8947 if (count1 && isym->st_shndx != (unsigned int) shndx1) in bfd_elf_match_symbols_in_sections()
8966 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
8969 symtable1 = bfd_malloc (count1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
8970 symtable2 = bfd_malloc (count1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
8976 for (isym = isymstart1, isymend = isym + count1; in bfd_elf_match_symbols_in_sections()
8987 for (isym = isymstart2, isymend = isym + count1; in bfd_elf_match_symbols_in_sections()
[all …]
Dsom.c2424 unsigned int count1, count2; in compare_syms() local
2429 count1 = (*sym1)->udata.i; in compare_syms()
2431 count1 = som_symbol_data (*sym1)->reloc_count; in compare_syms()
2439 if (count1 < count2) in compare_syms()
2441 else if (count1 > count2) in compare_syms()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2909 const size_t count1 = decl_ctx_1.size(); in DIEDeclContextsMatch() local
2911 if (count1 != count2) in DIEDeclContextsMatch()
2919 for (i = 0; i < count1; i++) { in DIEDeclContextsMatch()
2931 dw_tag_t cu_tag = decl_ctx_1[count1 - 1].Tag(); in DIEDeclContextsMatch()
2938 for (i = 0; i < count1 - 1; i++) { in DIEDeclContextsMatch()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dsom.c2540 unsigned int count1, count2; local
2545 count1 = (*sym1)->udata.i;
2547 count1 = som_symbol_data (*sym1)->reloc_count;
2555 if (count1 < count2)
2557 else if (count1 > count2)
/openbsd/src/sys/dev/pci/drm/amd/pm/
Damdgpu_pm.c1634 uint64_t count0 = 0, count1 = 0; in amdgpu_get_pcie_bw() local
1654 amdgpu_asic_get_pcie_usage(adev, &count0, &count1); in amdgpu_get_pcie_bw()
1660 count0, count1, pcie_get_mps(adev->pdev)); in amdgpu_get_pcie_bw()

12