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

  /src/tests/lib/libpthread/
t_mutex.c 155 int count, count2; local in function:ATF_TC_BODY
164 count = count2 = 10000000;
167 PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex2_threadfunc, &count2));
212 int count, count2; local in function:ATF_TC_BODY
219 count = count2 = 10000000;
222 PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex3_threadfunc, &count2));
  /src/sys/external/bsd/drm/dist/shared-core/
savage_state.c 201 unsigned int count2 = 0; local in function:savage_dispatch_state
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 in function:savage_dispatch_state
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/sys/arch/acorn32/podulebus/
sbic.c 316 int count2; local in function:sbic_save_ptrs
318 SBIC_TC_GET(regs, count2);
319 if (count2 != count)
321 count, count2);
  /src/lib/libc/regex/
regcomp.c 447 int count2; local in function:p_ere_exp
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 in function:p_simp_re
1056 count2 = p_count(p);
1057 (void)REQUIRE(count <= count2, REG_BADBR);
1059 count2 = INFINITY
    [all...]

Completed in 17 milliseconds