Searched defs:maxo (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c70 ssize_t maxo; /* max object with signature */ member in struct:_pffile_s
163 pf->maxo = n <= 0 ? -1 : 0;
182 if(pf->maxo < 0) /* no construction possible */
277 for(; k < n && i < pf->maxo; k += blksz, i += 1)
345 if((seg->rmt += sz) > pf->maxo*blksz)
346 seg->rmt = ((Sfoff_t)pf->maxo)*blksz;
415 pf->maxo = here/pfx->blksz; /* can now match to here */
527 pfx->srcf->maxo = pfx->srcf->sfsz/pfx->blksz;
536 pfx->tarf->maxo = 0;

Completed in 43 milliseconds