Home
last modified time | relevance | path

Searched refs:tcount (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/hp300/dev/
H A Ddma.c218 register int tcount; local
249 if (count < (tcount = NBPG - ((int)addr & PGOFSET)))
250 tcount = count;
251 dcp->dc_count = tcount;
252 addr += tcount;
253 count -= tcount;
255 tcount >>= 2;
257 tcount >>= 1;
262 (dcp-1)->dc_count + tcount <= 65536)
269 (--dcp)->dc_count += tcount;
[all …]
/original-bsd/sbin/fsdb/
H A Dfsdb.c2914 tcount++; in puta()
3059 tcount = count;
3076 if (tcount) {
3134 if (tcount) {
3187 if (tcount) {
3271 if (tcount)
3446 if (tcount)
3532 if (tcount)
3656 tcount = 0;
3665 tcount = 0;
[all …]
/original-bsd/usr.bin/uucp/UUAIDS/
H A Duurate15 $5 ~ /sent/ {ttotal++; tcount[$2]++; tbytes[$2] += $7; \
31 tcount[i], tbytes[i], tsecs[i]; \
/original-bsd/usr.bin/pascal/src/
H A Dstab.c534 private int tcount = 1; variable
572 td->tnum = tcount;
574 ++tcount;
606 --tcount; /* see comment above */ in inittypes()
683 td->fwdptrnum = tcount;
684 putprintf("%d", 1, tcount);
685 ++tcount;
782 if (tcount == 1) {
/original-bsd/old/pcc/ccom.tahoe/
H A Dstab.c201 private int tcount = 1; variable
262 t->tnum = tcount;
263 ++tcount;
/original-bsd/old/pcc/ccom.vax/
H A Dstab.c201 private int tcount = 1; variable
262 t->tnum = tcount;
263 ++tcount;