HomeSort by: relevance | last modified time | path
    Searched refs:ccount (Results 1 - 8 of 8) sorted by relevancy

  /src/games/backgammon/common_source/
fancy.c 430 int ccount = 1000; /* character count */ local
453 ccount = (int)strlen(m);
456 if (HO && (n = r + c * lND + lHO) < ccount) {
458 ccount = n;
463 if ((n = (r - curr) + c * lND + 1) < ccount) {
465 ccount = n;
468 if (c >= curc && (n = (r - curr) + (c - curc) * lND) < ccount) {
470 ccount = n;
473 if (c < curc && (n = (r - curr) + (curc - c) * lBC) < ccount) {
475 ccount = n
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_raidz.c 603 uint64_t *p, *src, pcount, ccount, i; local
611 ccount = rm->rm_col[c].rc_size / sizeof (src[0]);
614 ASSERT(ccount == pcount);
615 for (i = 0; i < ccount; i++, src++, p++) {
619 ASSERT(ccount <= pcount);
620 for (i = 0; i < ccount; i++, src++, p++) {
765 uint64_t *dst, *src, xcount, ccount, count, i; local
790 ccount = rm->rm_col[c].rc_size / sizeof (src[0]);
791 count = MIN(ccount, xcount);
804 uint64_t *dst, *src, xcount, ccount, count, mask, i local
1231 uint64_t ccount; local
    [all...]
  /src/usr.bin/tip/
cmds.c 293 int ccount, lcount; local
317 ccount = 0;
336 while ((++ccount % 8) != 0)
  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-config.c 154 XTREG( 87,348,32, 4, 4,0x02ea,0x000f,-2, 2,0x1000,ccount, 0,0,0,0,0,0)
  /src/external/gpl3/gdb/dist/gdb/
xtensa-config.c 154 XTREG( 87,348,32, 4, 4,0x02ea,0x000f,-2, 2,0x1000,ccount, 0,0,0,0,0,0)
  /src/external/gpl3/gcc/dist/gcc/
df-scan.cc 312 int ccount = 0;
366 ccount++;
374 icount + ccount, icount, ccount);
311 int ccount = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
df-scan.cc 312 int ccount = 0;
366 ccount++;
374 icount + ccount, icount, ccount);
311 int ccount = 0; local
  /src/sys/net/
bpf.c 2498 BPF_EXT(ccount);

Completed in 42 milliseconds