Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/
H A Det-forest.c130 int count1, count2; local
135 count2 = parent->count_right;
138 grandparent->count_left = count2;
166 int count1, count2; local
171 count2 = node->count_right;
178 parent->count_left = count2;
205 int count1, count2; local
210 count2 = node->count_right;
217 grandparent->count_left = count2;
241 int count1, count2; local
[all …]
/openbsd/usr.bin/vi/vi/
H A Dv_z.c62 if (F_ISSET(vp, VC_C2SET) && vp->count2 != 0) { in v_z()
63 if (vp->count2 > O_VAL(sp, O_WINDOW)) in v_z()
64 vp->count2 = O_VAL(sp, O_WINDOW); in v_z()
65 if (vs_crel(sp, vp->count2)) in v_z()
H A Dvi.h25 u_long count2; /* Second count (only used by z). */ member
H A Dvi.c673 if (v_count(sp, vp->character, &vp->count2)) in v_cmd()
1231 TRACE(sp, " c2: %lu", vp->count2); in v_comlog()
/openbsd/sys/arch/amd64/amd64/
H A 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()
222 count2 += tc->tc_counter_mask; 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
249 err2 = get_tsc_and_timecount(tc, &tsc2, &count2); in measure_tsc_freq()
256 usec = calculate_tc_delay(tc, count1, count2); in measure_tsc_freq()
/openbsd/regress/lib/libpthread/group/
H A Dgroup.c39 int count1, count2; in test() local
119 count2 = 0; in test()
122 count2++; in test()
129 if (count1 != count2) in test()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dstep.c18 int count2 = 0; variable
100 if (pthread_create (&tid2, attr2, thread2, &count2) == -1) in main()
206 printf ("\tcount1 (%d) \n\tcount2 (%d)\n", count1, count2); in alarm_handler()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dvararg1.c6 #define count1(y...) count2 (y,1,0)
7 #define count2(_,x0,n,y...) n macro
/openbsd/gnu/usr.bin/perl/ext/File-DosGlob/t/
H A DDosGlob.t149 my($count,$count2);
153 $count2 = sv_count();
154 cmp_ok $count2, '<=', $count,
/openbsd/sys/dev/ic/
H A 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/lib/libc/regex/
H A Dregcomp.c284 int count2; in p_ere_exp() local
387 count2 = p_count(p); in p_ere_exp()
388 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
390 count2 = INFINITY; in p_ere_exp()
392 count2 = count; in p_ere_exp()
393 repeat(p, pos, count, count2); in p_ere_exp()
470 int count2; in p_simp_re() local
566 count2 = p_count(p); in p_simp_re()
569 count2 = INFINITY; in p_simp_re()
571 count2 = count; in p_simp_re()
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A Dregcomp.c441 int count2; in p_ere_exp() local
582 count2 = p_count(p); in p_ere_exp()
583 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
585 count2 = INFINITY; in p_ere_exp()
587 count2 = count; in p_ere_exp()
588 repeat(p, pos, count, count2); in p_ere_exp()
665 int count2; in p_simp_re() local
753 count2 = p_count(p); in p_simp_re()
756 count2 = INFINITY; in p_simp_re()
758 count2 = count; in p_simp_re()
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Deach.t304 my $count2 = shift @lines;
305 is($count1, $count2, 'both iterations of %ENV returned the same count of keys');
306 is(scalar @lines, $count2, 'second iteration of %ENV printed all keys');
/openbsd/gnu/gcc/gcc/
H A Dvalue-prof.c504 gcov_type count1, gcov_type count2, gcov_type all) in tree_mod_subtract() argument
573 bb3->count = all - count1 - count2; in tree_mod_subtract()
593 e23->count = all - count1 - count2; in tree_mod_subtract()
598 e24->count = count2; in tree_mod_subtract()
602 e34->count = all - count1 - count2; in tree_mod_subtract()
/openbsd/sys/dev/isa/
H A Dif_ex.c151 int count1, count2; in ex_look_for_card() local
159 count2 = CSR_READ_1(sc, ID_REG); in ex_look_for_card()
160 count2 = CSR_READ_1(sc, ID_REG); in ex_look_for_card()
161 count2 = CSR_READ_1(sc, ID_REG); in ex_look_for_card()
162 if ((count2 & Counter_bits) == ((count1 + 0xc0) & Counter_bits)) in ex_look_for_card()
/openbsd/usr.bin/dig/lib/dns/
H A Dname.c247 unsigned int l1, l2, l, count1, count2, count, nlabels; in dns_name_fullcompare() local
303 count2 = *label2++; in dns_name_fullcompare()
309 INSIST(count1 <= 63 && count2 <= 63); in dns_name_fullcompare()
311 cdiff = (int)count1 - (int)count2; in dns_name_fullcompare()
315 count = count2; in dns_name_fullcompare()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Distream_unformatted.cc162 std::streamsize count1, count2; in test02() local
258 std::streamsize count1, count2; in test03() local
/openbsd/usr.sbin/unbound/util/data/
H A Ddname.c236 int count1 = 0, count2 = 0; in dname_pkt_compare() local
256 if(count2++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
/openbsd/sbin/unwind/libunbound/util/data/
H A Ddname.c236 int count1 = 0, count2 = 0; in dname_pkt_compare() local
256 if(count2++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
/openbsd/usr.bin/vi/docs/USD.doc/vi.ref/
H A Dspell.ok125 count2
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c2424 unsigned int count1, count2; in compare_syms() local
2434 count2 = (*sym2)->udata.i; in compare_syms()
2436 count2 = som_symbol_data (*sym2)->reloc_count; in compare_syms()
2439 if (count1 < count2) in compare_syms()
2441 else if (count1 > count2) in compare_syms()
H A Delf.c8855 bfd_size_type count1, count2, i; in bfd_elf_match_symbols_in_sections() local
8951 count2 = 0; in bfd_elf_match_symbols_in_sections()
8957 if (count2 == 0) in bfd_elf_match_symbols_in_sections()
8959 count2++; in bfd_elf_match_symbols_in_sections()
8962 if (count2 && isym->st_shndx != (unsigned int) shndx2) in bfd_elf_match_symbols_in_sections()
8966 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsom.c2540 unsigned int count1, count2; local
2550 count2 = (*sym2)->udata.i;
2552 count2 = som_symbol_data (*sym2)->reloc_count;
2555 if (count1 < count2)
2557 else if (count1 > count2)
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2910 const size_t count2 = decl_ctx_2.size(); in DIEDeclContextsMatch() local
2911 if (count1 != count2) in DIEDeclContextsMatch()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlretut.pod2857 printf "%3d '%s'\n", $count2{$_}, $_ for ( qw{ a e i o u } );

12