Lines Matching refs:c_count
497 spcl.c_count = 0;
513 spcl.c_count = 1;
631 spcl.c_count = count - i;
684 spcl.c_count = count - i;
697 spcl.c_count = 0;
735 if (spcl.c_count + blks > TP_NINDIR)
743 assert(spcl.c_count + blks <= TP_NINDIR);
746 spcl.c_addr[spcl.c_count + i] = 1;
748 spcl.c_addr[spcl.c_count + i] = 0;
749 spcl.c_count += blks;
826 spcl.c_count = howmany(mapsize * sizeof(char), TP_BSIZE);
828 for (i = 0, cp = map; i < spcl.c_count; i++, cp += TP_BSIZE)