Home
last modified time | relevance | path

Searched refs:ccount (Results 1 – 7 of 7) sorted by relevance

/dragonfly/stand/lib/
H A Dread.c98 size_t ccount, cresid; in read() local
100 ccount = imin(f->f_ralen, resid); in read()
101 if (ccount > 0) { in read()
102 bcopy(f->f_rabuf + f->f_raoffset, dest, ccount); in read()
103 f->f_raoffset += ccount; in read()
104 f->f_ralen -= ccount; in read()
105 resid -= ccount; in read()
108 dest += ccount; in read()
/dragonfly/usr.bin/window/
H A Dcompress.c527 p->ccount = 0; in cc_sweep()
548 p->ccount = 0; in cc_sweep()
739 p->ccount = 0; in cc_compress_cleanup()
763 int ccount; in cc_compress() local
769 ccount = p->ccount; in cc_compress()
818 x->ccount--; in cc_compress()
828 ccount++; in cc_compress()
834 x->ccount++; in cc_compress()
839 ccount_stat += ccount - p->ccount; in cc_compress()
843 p->ccount = ccount; in cc_compress()
[all …]
/dragonfly/games/backgammon/common_source/
H A Dfancy.c418 int ccount = 1000; /* character count */ in newpos() local
441 ccount = strlen(m); in newpos()
444 if (HO && (n = r + c * lND + lHO) < ccount) { in newpos()
446 ccount = n; in newpos()
451 if ((n = (r - curr) + c * lND + 1) < ccount) { in newpos()
453 ccount = n; in newpos()
458 ccount = n; in newpos()
463 ccount = n; in newpos()
471 ccount = n; in newpos()
477 ccount = n; in newpos()
[all …]
/dragonfly/usr.bin/tip/
H A Dcmds.c398 int c, ccount, lcount; in transmit() local
421 ccount = 0; in transmit()
440 while ((++ccount % 8) != 0) in transmit()
/dragonfly/sys/kern/
H A Dlwkt_thread.c1276 _lwkt_schedule_post(globaldata_t gd, thread_t ntd, int ccount) in _lwkt_schedule_post() argument
1280 ntd->td_preemptable(ntd, ccount); /* YYY +token */ in _lwkt_schedule_post()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf-scan.c312 int ccount = 0; in df_scan_start_dump() local
365 ccount++; in df_scan_start_dump()
373 icount + ccount, icount, ccount); in df_scan_start_dump()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf-scan.c407 int ccount = 0; in df_scan_start_dump() local
460 ccount++; in df_scan_start_dump()
468 icount + ccount, icount, ccount); in df_scan_start_dump()