Home | History | Annotate | Download | only in main

Lines Matching refs:startofs

99            unsigned startofs, unsigned size, 
105 if (startofs > p->ofs) {
109 newblock->ofs = startofs;
110 newblock->size = p->size - (startofs - p->ofs);
133 newblock->ofs = startofs + size;
172 unsigned startofs = 0;
181 startofs = (p->ofs + mask) & ~mask;
182 if ( startofs < startSearch ) {
183 startofs = startSearch;
185 endofs = startofs+size;
194 p = SliceBlock(p,startofs,size,0,mask+1);