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

1 2

  /src/external/bsd/libevent/dist/test/
regress_listener.c 79 int count1 = 2, count2 = 1; local
101 listener2 = evconnlistener_new_bind(base, acceptcb, &count2,
134 tt_int_op(count2, ==, 0);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_listener.c 79 int count1 = 2, count2 = 1; local
101 listener2 = evconnlistener_new_bind(base, acceptcb, &count2,
134 tt_int_op(count2, ==, 0);
  /src/sys/external/bsd/drm/dist/shared-core/
savage_state.c 201 unsigned int count2 = 0; local
216 count2 = count - (SAVAGE_SCEND_S3D + 1 - start);
233 count2 = count -
246 bci_size = count + (count + 254) / 255 + count2 + (count2 + 254) / 255;
267 count = count2;
268 count2 = 0;
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_state.c 215 unsigned int count2 = 0; local
230 count2 = count - (SAVAGE_SCEND_S3D + 1 - start);
247 count2 = count -
260 bci_size = count + (count + 254) / 255 + count2 + (count2 + 254) / 255;
281 count = count2;
282 count2 = 0;
  /src/tests/lib/libpthread/
t_mutex.c 155 int count, count2; local
164 count = count2 = 10000000;
167 PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex2_threadfunc, &count2));
212 int count, count2; local
219 count = count2 = 10000000;
222 PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex3_threadfunc, &count2));
  /src/external/bsd/unbound/dist/util/data/
dname.c 236 int count1 = 0, count2 = 0; local
256 if(count2++ > MAX_COMPRESS_PTRS)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataslab.c 925 unsigned int count1, count2; local
933 count2 = *current2++ * 256;
934 count2 += *current2++;
936 if (count1 != count2) {
942 current2 += (4 * count2);
976 unsigned int count1, count2; local
985 count2 = *current2++ * 256;
986 count2 += *current2++;
988 if (count1 != count2) {
994 current2 += (4 * count2);
    [all...]
name.c 494 unsigned int l1, l2, l, count1, count2, count, nlabels; local
552 count2 = *label2++;
558 INSIST(count1 <= 63 && count2 <= 63);
560 cdiff = (int)count1 - (int)count2;
564 count = count2;
764 unsigned int l1, l2, l, count1, count2, count; local
789 count2 = *label2++;
792 INSIST(count1 <= 63 && count2 <= 63);
794 if (count1 != count2) {
795 return ((count1 < count2) ? -1 : 1)
    [all...]
  /src/sys/arch/acorn32/podulebus/
sbic.c 316 int count2; local
318 SBIC_TC_GET(regs, count2);
319 if (count2 != count)
321 count, count2);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c 441 int count2; local
582 count2 = p_count(p);
583 REQUIRE(count <= count2, REG_BADBR);
585 count2 = INFINITY;
587 count2 = count;
588 repeat(p, pos, count, count2);
665 int count2; local
753 count2 = p_count(p);
754 REQUIRE(count <= count2, REG_BADBR);
756 count2 = INFINITY
    [all...]
  /src/external/bsd/nvi/dist/regex/
regcomp.c 362 int count2; local
475 count2 = p_count(p);
476 (void)REQUIRE(count <= count2, REG_BADBR);
478 count2 = INFINITY;
480 count2 = count;
481 repeat(p, pos, count, count2, 0);
571 int count2; local
666 count2 = p_count(p);
667 (void)REQUIRE(count <= count2, REG_BADBR);
669 count2 = INFINITY
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
value-prof.cc 1017 COUNT2/ALL respectively within roundoff error). This generates the
1025 gcov_type count1, gcov_type count2, gcov_type all)
1085 bb3->count = profile_count::from_gcov_type (all - count1 - count2);
1125 gcov_type count1, count2; local
1154 count2 = histogram->hvalue.counters[1];
1162 if (flag_profile_correction && count1 + count2 > all)
1163 all = count1 + count2;
1165 gcc_assert (count1 + count2 <= all);
1192 prob2 = profile_probability::probability_in_gcov_type (count2, all
1202 result = gimple_mod_subtract (stmt, prob1, prob2, i, count1, count2, all)
    [all...]
ipa-fnsummary.cc 4547 unsigned int i, count2, j; local
4607 count2 = streamer_read_uhwi (&ib);
4610 vec_safe_reserve_exact (info->conds, count2);
4611 for (j = 0; j < count2; j++)
4666 count2 = streamer_read_uhwi (&ib);
4668 if (info && count2)
4669 info->size_time_table.reserve_exact (count2);
4670 for (j = 0; j < count2; j++)
4683 count2 = streamer_read_uhwi (&ib);
4684 for (j = 0; j < count2; j++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
value-prof.cc 1029 COUNT2/ALL respectively within roundoff error). This generates the
1037 gcov_type count1, gcov_type count2, gcov_type all)
1097 bb3->count = profile_count::from_gcov_type (all - count1 - count2);
1137 gcov_type count1, count2; local
1166 count2 = histogram->hvalue.counters[1];
1174 if (flag_profile_correction && count1 + count2 > all)
1175 all = count1 + count2;
1177 gcc_assert (count1 + count2 <= all);
1201 prob2 = profile_probability::probability_in_gcov_type (count2, all);
1210 result = gimple_mod_subtract (stmt, prob1, prob2, i, count1, count2, all)
    [all...]
ipa-fnsummary.cc 4433 unsigned int i, count2, j; local
4493 count2 = streamer_read_uhwi (&ib);
4496 vec_safe_reserve_exact (info->conds, count2);
4497 for (j = 0; j < count2; j++)
4552 count2 = streamer_read_uhwi (&ib);
4554 if (info && count2)
4555 info->size_time_table.reserve_exact (count2);
4556 for (j = 0; j < count2; j++)
4569 count2 = streamer_read_uhwi (&ib);
4570 for (j = 0; j < count2; j++
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rdataslab.c 959 unsigned int count1, count2; local
966 count2 = get_uint16(current2);
968 if (count1 != count2) {
974 current2 += (4 * count2);
1003 unsigned int count1, count2; local
1011 count2 = get_uint16(current2);
1013 if (count1 != count2) {
1019 current2 += (4 * count2);
name.c 356 unsigned int l1, l2, l, count1, count2, count, nlabels; local
412 count2 = *label2++;
414 cdiff = (int)count1 - (int)count2;
418 count = count2;
  /src/lib/libc/regex/
regcomp.c 447 int count2; local
661 count2 = p_count(p);
662 (void)REQUIRE(count <= count2, REG_BADBR);
664 count2 = INFINITY;
666 count2 = count;
667 repeat(p, pos, count, count2);
889 int count2; local
1056 count2 = p_count(p);
1057 (void)REQUIRE(count <= count2, REG_BADBR);
1059 count2 = INFINITY
    [all...]
  /src/external/bsd/nsd/dist/
remote.c 3267 stc_type count1, count2; local
3271 count2 = stats[xfrd->nsd->child_count+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/nvi/dist/vi/
vi.h 24 u_long count2; /* Second count (only used by z). */ member in struct:_vicmd
  /src/external/bsd/ntp/dist/ntpd/
refclock_oncore.c 318 u_char count2; /* cycles thru Ea after count, to check for @@Ea */ member in struct:instance
2204 instance->count2 = 1;
2419 if (instance->count2) {
2420 if (instance->count2++ > 5) { /* this delay to check on @@Ay command */
2421 instance->count2 = 0;
  /src/external/gpl3/binutils/dist/bfd/
som.c 2758 unsigned int count1, count2; local
2768 count2 = (*sym2)->udata.i;
2770 count2 = som_symbol_data (*sym2)->reloc_count;
2773 if (count1 < count2)
2775 else if (count1 > count2)
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 2758 unsigned int count1, count2; local
2768 count2 = (*sym2)->udata.i;
2770 count2 = som_symbol_data (*sym2)->reloc_count;
2773 if (count1 < count2)
2775 else if (count1 > count2)
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 5555 tree count1, tree count2,
5717 index = count2;
5729 /* Increment count2. */
5731 gfc_array_index_type, count2,
5733 gfc_add_modify (&body, count2, tmp);
5776 tree count1, count2; local
5937 count2 = gfc_create_var (gfc_array_index_type, "count2");
5939 gfc_add_modify (block, count2, gfc_index_zero_node);
5943 count1, count2,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 5455 tree count1, tree count2,
5617 index = count2;
5629 /* Increment count2. */
5631 gfc_array_index_type, count2,
5633 gfc_add_modify (&body, count2, tmp);
5676 tree count1, count2; local
5837 count2 = gfc_create_var (gfc_array_index_type, "count2");
5839 gfc_add_modify (block, count2, gfc_index_zero_node);
5843 count1, count2,
    [all...]

Completed in 64 milliseconds

1 2