HomeSort by: relevance | last modified time | path
    Searched defs:count1 (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/arch/prep/include/
pcipnp.h 65 uint8_t count1; member in struct:_PCIInfoPack
  /src/games/dab/
algor.cc 279 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;
  /src/external/bsd/libevent/dist/test/
regress_listener.c 79 int count1 = 2, count2 = 1; local
98 listener1 = evconnlistener_new_bind(base, acceptcb, &count1,
133 tt_int_op(count1, ==, 0);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_listener.c 79 int count1 = 2, count2 = 1; local
98 listener1 = evconnlistener_new_bind(base, acceptcb, &count1,
133 tt_int_op(count1, ==, 0);
  /src/external/bsd/unbound/dist/util/data/
dname.c 236 int count1 = 0, count2 = 0; local
246 if(count1++ > MAX_COMPRESS_PTRS)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataslab.c 925 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 += *current1++
    [all...]
name.c 494 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 < count2) ? -1 : 1)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pm.c 1750 uint64_t count0, count1; local
1760 amdgpu_asic_get_pcie_usage(adev, &count0, &count1);
1766 count0, count1, pcie_get_mps(adev->pdev));
  /src/external/gpl3/gcc/dist/gcc/
value-prof.cc 1016 the optimal paths are PROB1 and PROB2, which are equivalent to COUNT1/ALL and
1025 gcov_type count1, gcov_type count2, gcov_type all)
1079 bb2->count = profile_count::from_gcov_type (all - count1);
1085 bb3->count = profile_count::from_gcov_type (all - count1 - count2);
1125 gcov_type count1, count2; local
1153 count1 = histogram->hvalue.counters[0];
1156 if (check_counter (stmt, "interval", &count1, &all, gimple_bb (stmt)->count))
1162 if (flag_profile_correction && count1 + count2 > all)
1163 all = count1 + count2;
1165 gcc_assert (count1 + count2 <= all)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
value-prof.cc 1028 the optimal paths are PROB1 and PROB2, which are equivalent to COUNT1/ALL and
1037 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)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rdataslab.c 959 unsigned int count1, count2; local
963 count1 = get_uint16(current1);
968 if (count1 != count2) {
973 current1 += (4 * count1);
977 while (count1-- > 0) {
1003 unsigned int count1, count2; local
1008 count1 = get_uint16(current1);
1013 if (count1 != count2) {
1018 current1 += (4 * count1);
1022 while (count1-- > 0)
    [all...]
name.c 356 unsigned int l1, l2, l, count1, count2, count, nlabels; local
411 count1 = *label1++;
414 cdiff = (int)count1 - (int)count2;
416 count = count1;
  /src/external/bsd/nsd/dist/
remote.c 3267 stc_type count1, count2; local
3270 count1 = stats[0].reloadcount;
3272 /* This comparison allows roll over, the check is count2 > count1. */
3273 if((count2 > count1 && count2-count1 < 0xffff) ||
3274 (count2 < count1 && count1-count2 > 0xffff)) {
  /src/external/bsd/ntp/dist/ntpd/
refclock_oncore.c 317 u_char count1; /* cycles thru Ea after SS_TESTING, waiting for SS_HW */ member in struct:instance
2233 instance->count1 = 1;
2265 if (instance->count1) {
2266 if (instance->count1++ > 5 || instance->BEHa[130]&0x10) {
2267 instance->count1 = 0;
2281 if (instance->count1) {
2282 if (instance->count1++ > 5) {
2283 instance->count1 = 0;
  /src/external/gpl3/binutils/dist/bfd/
som.c 2758 unsigned int count1, count2; local
2763 count1 = (*sym1)->udata.i;
2765 count1 = som_symbol_data (*sym1)->reloc_count;
2773 if (count1 < count2)
2775 else if (count1 > count2)
elflink.c 8756 size_t count1, count2, sec_count1, sec_count2, i;
8838 count1 = 0;
8849 count1 = ssymbuf1[mid].count;
8856 for (i = 0; i < count1; i++)
8859 count1 -= sec_count1;
8889 if (count1 == 0 || count2 == 0 || count1 != count2)
8893 = (struct elf_symbol *) bfd_malloc (count1 * sizeof (*symtable1));
8900 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1 + sec_count1;
8930 qsort (symtable1, count1, sizeof (struct elf_symbol)
8745 size_t count1, count2, sec_count1, sec_count2, i; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 2758 unsigned int count1, count2; local
2763 count1 = (*sym1)->udata.i;
2765 count1 = som_symbol_data (*sym1)->reloc_count;
2773 if (count1 < count2)
2775 else if (count1 > count2)
elflink.c 8748 size_t count1, count2, sec_count1, sec_count2, i;
8830 count1 = 0;
8841 count1 = ssymbuf1[mid].count;
8848 for (i = 0; i < count1; i++)
8851 count1 -= sec_count1;
8881 if (count1 == 0 || count2 == 0 || count1 != count2)
8885 = (struct elf_symbol *) bfd_malloc (count1 * sizeof (*symtable1));
8892 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1 + sec_count1;
8922 qsort (symtable1, count1, sizeof (struct elf_symbol)
8737 size_t count1, count2, sec_count1, sec_count2, i; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 384 tree mask, tree count1, bool invert)
504 if (mask && count1)
507 index = count1;
527 if (mask && count1)
534 count1, gfc_index_one_node);
535 gfc_add_modify (&loopse.pre, count1, tmp);
4313 tree count1,
4335 rse.expr = gfc_build_array_ref (tmp1, count1, NULL);
4358 rse.expr = gfc_build_array_ref (tmp1, count1, NULL);
4381 tmp = fold_build2_loc (input_location, PLUS_EXPR, TREE_TYPE (count1),
4742 tree count, count1; local
5776 tree count1, count2; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 382 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),
4645 tree count, count1; local
5676 tree count1, count2; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.c 2758 unsigned int count1, count2; local
2763 count1 = (*sym1)->udata.i;
2765 count1 = som_symbol_data (*sym1)->reloc_count;
2773 if (count1 < count2)
2775 else if (count1 > count2)
elflink.c 8679 size_t count1, count2, sec_count1, sec_count2, i;
8761 count1 = 0;
8772 count1 = ssymbuf1[mid].count;
8779 for (i = 0; i < count1; i++)
8782 count1 -= sec_count1;
8812 if (count1 == 0 || count2 == 0 || count1 != count2)
8816 = (struct elf_symbol *) bfd_malloc (count1 * sizeof (*symtable1));
8823 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1 + sec_count1;
8853 qsort (symtable1, count1, sizeof (struct elf_symbol)
8668 size_t count1, count2, sec_count1, sec_count2, i; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 2758 unsigned int count1, count2; local
2763 count1 = (*sym1)->udata.i;
2765 count1 = som_symbol_data (*sym1)->reloc_count;
2773 if (count1 < count2)
2775 else if (count1 > count2)
elflink.c 8666 size_t count1, count2, sec_count1, sec_count2, i;
8748 count1 = 0;
8759 count1 = ssymbuf1[mid].count;
8766 for (i = 0; i < count1; i++)
8769 count1 -= sec_count1;
8799 if (count1 == 0 || count2 == 0 || count1 != count2)
8803 = (struct elf_symbol *) bfd_malloc (count1 * sizeof (*symtable1));
8810 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1 + sec_count1;
8836 qsort (symtable1, count1, sizeof (struct elf_symbol)
8655 size_t count1, count2, sec_count1, sec_count2, i; local
    [all...]
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 2192 unsigned int count1 = 0; local
2207 count1++;
2218 if (count1 < count2 &&

Completed in 102 milliseconds

1 2