tot               161 kern/test/tt3.c 	unsigned char tot;
tot               186 kern/test/tt3.c 				tot = 0;
tot               188 kern/test/tt3.c 					tot += m1->m[i][k] * m2->m[k][j];
tot               190 kern/test/tt3.c 				m3->m[i][j] = tot;
tot               194 kern/test/tt3.c 		tot = 0;
tot               196 kern/test/tt3.c 			tot += m3->m[i][i];
tot               199 kern/test/tt3.c 		kprintf("{%lu: %u}", num, (unsigned) tot);
tot               111 user/sbin/mksfs/disk.c 	uint32_t tot=0;
tot               125 user/sbin/mksfs/disk.c 	while (tot < BLOCKSIZE) {
tot               126 user/sbin/mksfs/disk.c 		len = write(fd, cdata + tot, BLOCKSIZE - tot);
tot               136 user/sbin/mksfs/disk.c 		tot += len;
tot               144 user/sbin/mksfs/disk.c 	uint32_t tot=0;
tot               158 user/sbin/mksfs/disk.c 	while (tot < BLOCKSIZE) {
tot               159 user/sbin/mksfs/disk.c 		len = read(fd, cdata + tot, BLOCKSIZE - tot);
tot               169 user/sbin/mksfs/disk.c 		tot += len;
tot               298 user/testbin/malloctest/malloctest.c 	size_t tot=0;
tot               313 user/testbin/malloctest/malloctest.c 		tot += sizeof(struct test3);
tot               323 user/testbin/malloctest/malloctest.c 	printf("Allocated %lu bytes\n", (unsigned long) tot);
tot                18 user/uw-testbin/pidcheck/pidcheck.c volatile int tot;
tot                40 user/uw-testbin/pidcheck/pidcheck.c     tot = 0;
tot                42 user/uw-testbin/pidcheck/pidcheck.c       tot++;