Lines Matching defs:ocount
614 unsigned int ocount, ncount, count, olength, tlength, tcount, length;
638 ocount = *ocurrent++ * 256;
639 ocount += *ocurrent++;
641 ocurrent += (4 * ocount);
650 INSIST(ocount > 0 && ncount > 0);
664 for (count = 0; count < ocount; count++) {
680 tcount = ocount;
710 (tcount != ncount + ocount))
755 (ocount + oncount) * sizeof(unsigned int));
760 memset(offsettable, 0, (ocount + oncount) * sizeof(unsigned int));
767 INSIST(ocount != 0);
770 INSIST(oorder < ocount);
792 while (oadded < ocount || nadded < ncount) {
794 if (oadded == ocount)
818 if (oadded < ocount) {
822 INSIST(oorder < ocount);
829 offsettable[ocount + norder] = tcurrent - offsetbase;
862 fillin_offsets(offsetbase, offsettable, ocount + oncount);
865 (ocount + oncount) * sizeof(unsigned int));