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

123

/netbsd-current/sys/arch/prep/include/
H A Dpcipnp.h65 uint8_t count1; member in struct:_PCIInfoPack
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dprofile-count.c430 profile_probability::combine_with_count (profile_count count1, argument
437 if (*this == other || count1 == count2
439 && !(count1 == profile_count::zero ())))
441 if (count1 == profile_count::zero () && !(count2 == profile_count::zero ()))
443 else if (count1.nonzero_p () || count2.nonzero_p ())
444 return *this * count1.probability_in (count1 + count2)
445 + other * count2.probability_in (count1 + count2);
H A Dvalue-prof.c1000 gcov_type count1, gcov_type count2, gcov_type all)
1054 bb2->count = profile_count::from_gcov_type (all - count1);
1060 bb3->count = profile_count::from_gcov_type (all - count1 - count2);
1100 gcov_type count1, count2; local
1128 count1 = histogram->hvalue.counters[0];
1131 if (check_counter (stmt, "interval", &count1, &all, gimple_bb (stmt)->count))
1137 if (flag_profile_correction && count1 + count2 > all)
1138 all = count1 + count2;
1140 gcc_assert (count1 + count2 <= all);
1163 prob1 = profile_probability::probability_in_gcov_type (count1, al
998 gimple_mod_subtract(gassign *stmt, profile_probability prob1, profile_probability prob2, int ncounts, gcov_type count1, gcov_type count2, gcov_type all) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dprofile-count.cc452 profile_probability::combine_with_count (profile_count count1, argument
459 if (*this == other || count1 == count2
461 && !(count1 == profile_count::zero ())))
463 if (count1 == profile_count::zero () && !(count2 == profile_count::zero ()))
465 else if (count1.nonzero_p () || count2.nonzero_p ())
466 return *this * count1.probability_in (count1 + count2)
467 + other * count2.probability_in (count1 + count2);
H A Dvalue-prof.cc1037 gcov_type count1, gcov_type count2, gcov_type all)
1091 bb2->count = profile_count::from_gcov_type (all - count1);
1097 bb3->count = profile_count::from_gcov_type (all - count1 - count2);
1137 gcov_type count1, count2; local
1165 count1 = histogram->hvalue.counters[0];
1168 if (check_counter (stmt, "interval", &count1, &all, gimple_bb (stmt)->count))
1174 if (flag_profile_correction && count1 + count2 > all)
1175 all = count1 + count2;
1177 gcc_assert (count1 + count2 <= all);
1200 prob1 = profile_probability::probability_in_gcov_type (count1, al
1035 gimple_mod_subtract(gassign *stmt, profile_probability prob1, profile_probability prob2, int ncounts, gcov_type count1, gcov_type count2, gcov_type all) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dmulti-term-settings.exp180 if {$count1 >= 3 && $count2 >= 3} {
195 set count1 0
201 incr count1
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dmulti-term-settings.exp195 if {$count1 >= 3 && $count2 >= 3} {
210 set count1 0
228 incr count1
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdataslab.c925 unsigned int count1, count2; local
929 count1 = *current1++ * 256;
930 count1 += *current1++;
936 if (count1 != count2) {
941 current1 += (4 * count1);
945 while (count1 > 0) {
966 count1--;
976 unsigned int count1, count2; local
981 count1 = *current1++ * 256;
982 count1
[all...]
H A Dname.c494 unsigned int l1, l2, l, count1, count2, count, nlabels; local
551 count1 = *label1++;
558 INSIST(count1 <= 63 && count2 <= 63);
560 cdiff = (int)count1 - (int)count2;
562 count = count1;
764 unsigned int l1, l2, l, count1, count2, count; local
788 count1 = *label1++;
792 INSIST(count1 <= 63 && count2 <= 63);
794 if (count1 != count2) {
795 return ((count1 < count
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drdataslab.c925 unsigned int count1, count2; local
929 count1 = *current1++ * 256;
930 count1 += *current1++;
936 if (count1 != count2) {
941 current1 += (4 * count1);
945 while (count1 > 0) {
966 count1--;
976 unsigned int count1, count2; local
981 count1 = *current1++ * 256;
982 count1
[all...]
H A Dname.c494 unsigned int l1, l2, l, count1, count2, count, nlabels; local
551 count1 = *label1++;
558 INSIST(count1 <= 63 && count2 <= 63);
560 cdiff = (int)count1 - (int)count2;
562 count = count1;
764 unsigned int l1, l2, l, count1, count2, count; local
788 count1 = *label1++;
792 INSIST(count1 <= 63 && count2 <= 63);
794 if (count1 != count2) {
795 return ((count1 < count
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_listener.c76 int count1 = 2, count2 = 1; local
94 listener1 = evconnlistener_new_bind(base, acceptcb, &count1,
129 tt_int_op(count1, ==, 0);
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_listener.c79 int count1 = 2, count2 = 1; local
98 listener1 = evconnlistener_new_bind(base, acceptcb, &count1,
133 tt_int_op(count1, ==, 0);
/netbsd-current/games/dab/
H A Dalgor.cc279 size_t count = b.ny() * b.nx() + 1, count1; local
282 if (count > (count1 = find_min_closure1(y1, x1, dir1, b, i))) {
283 count = count1;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/reclimit/
H A Dtests.sh43 count1=$(sed 's/[^0-9]//g;' $1)
45 count=$((count1 + count2))
46 #echo_i "count1=$count1 count2=$count2 count=$count"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c377 tree mask, tree count1, bool invert)
483 if (mask && count1)
486 index = count1;
498 if (mask && count1)
505 count1, gfc_index_one_node);
506 gfc_add_modify (&loopse.pre, count1, tmp);
4180 tree count1,
4202 rse.expr = gfc_build_array_ref (tmp1, count1, NULL);
4225 rse.expr = gfc_build_array_ref (tmp1, count1, NULL);
4248 tmp = fold_build2_loc (input_location, PLUS_EXPR, TREE_TYPE (count1),
376 gfc_trans_call(gfc_code * code, bool dependency_check, tree mask, tree count1, bool invert) argument
4179 generate_loop_for_temp_to_lhs(gfc_expr *expr, tree tmp1, tree count3, tree count1, gfc_ss *lss, gfc_ss *rss, tree wheremask, bool invert) argument
4287 generate_loop_for_rhs_to_temp(gfc_expr *expr2, tree tmp1, tree count3, tree count1, gfc_ss *lss, gfc_ss *rss, tree wheremask, bool invert) argument
4609 tree count, count1; local
5417 gfc_trans_where_assign(gfc_expr *expr1, gfc_expr *expr2, tree mask, bool invert, tree count1, tree count2, gfc_code *cnext) argument
5640 tree count1, count2; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc382 tree mask, tree count1, bool invert)
501 if (mask && count1)
504 index = count1;
524 if (mask && count1)
531 count1, gfc_index_one_node);
532 gfc_add_modify (&loopse.pre, count1, tmp);
4216 tree count1,
4238 rse.expr = gfc_build_array_ref (tmp1, count1, NULL);
4261 rse.expr = gfc_build_array_ref (tmp1, count1, NULL);
4284 tmp = fold_build2_loc (input_location, PLUS_EXPR, TREE_TYPE (count1),
381 gfc_trans_call(gfc_code * code, bool dependency_check, tree mask, tree count1, bool invert) argument
4215 generate_loop_for_temp_to_lhs(gfc_expr *expr, tree tmp1, tree count3, tree count1, gfc_ss *lss, gfc_ss *rss, tree wheremask, bool invert) argument
4323 generate_loop_for_rhs_to_temp(gfc_expr *expr2, tree tmp1, tree count3, tree count1, gfc_ss *lss, gfc_ss *rss, tree wheremask, bool invert) argument
4645 tree count, count1; local
5453 gfc_trans_where_assign(gfc_expr *expr1, gfc_expr *expr2, tree mask, bool invert, tree count1, tree count2, gfc_code *cnext) argument
5676 tree count1, count2; local
[all...]
/netbsd-current/external/bsd/unbound/dist/util/data/
H A Ddname.c236 int count1 = 0, count2 = 0; local
246 if(count1++ > MAX_COMPRESS_PTRS)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dtaux.s116 lr r5, [count1]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_soc15.c842 uint64_t *count1)
885 *count1 = RREG32_PCIE(smnPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32);
889 uint64_t *count1)
934 *count1 = RREG32_PCIE(smnPCIE_PERF_COUNT1_TXCLK3) | (cnt1_of << 32);
841 soc15_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, uint64_t *count1) argument
888 vega20_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, uint64_t *count1) argument
H A Damdgpu_vi.c1017 uint64_t *count1)
1059 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32);
1016 vi_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, uint64_t *count1) argument
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_oncore.c317 u_char count1; /* cycles thru Ea after SS_TESTING, waiting for SS_HW */ member in struct:instance
2230 instance->count1 = 1;
2262 if (instance->count1) {
2263 if (instance->count1++ > 5 || instance->BEHa[130]&0x10) {
2264 instance->count1 = 0;
2278 if (instance->count1) {
2279 if (instance->count1++ > 5) {
2280 instance->count1 = 0;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Drandom.d3244 size_t count0, count1, count99;
3257 ++count1;
3280 assert(count1 < 300, text("1: ", count1, " > 300."));
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delflink.c8407 size_t count1, count2, sec_count1, sec_count2, i;
8489 count1 = 0;
8500 count1 = ssymbuf1[mid].count;
8507 for (i = 0; i < count1; i++)
8510 count1 -= sec_count1;
8540 if (count1 == 0 || count2 == 0 || count1 != count2)
8544 = (struct elf_symbol *) bfd_malloc (count1 * sizeof (*symtable1));
8551 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1 + sec_count1;
8577 qsort (symtable1, count1, sizeo
8396 size_t count1, count2, sec_count1, sec_count2, i; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delflink.c8409 size_t count1, count2, sec_count1, sec_count2, i;
8491 count1 = 0;
8502 count1 = ssymbuf1[mid].count;
8509 for (i = 0; i < count1; i++)
8512 count1 -= sec_count1;
8542 if (count1 == 0 || count2 == 0 || count1 != count2)
8546 = (struct elf_symbol *) bfd_malloc (count1 * sizeof (*symtable1));
8553 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1 + sec_count1;
8579 qsort (symtable1, count1, sizeo
8398 size_t count1, count2, sec_count1, sec_count2, i; local
[all...]

Completed in 617 milliseconds

123