Lines Matching refs:ofs
42 fprintf(stderr, " Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
50 fprintf(stderr, " FREE Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
60 mmInit(unsigned ofs, unsigned size)
88 block->ofs = ofs;
104 if (startofs > p->ofs) {
108 newblock->ofs = startofs;
109 newblock->size = p->size - (startofs - p->ofs);
132 newblock->ofs = startofs + size;
180 startofs = (p->ofs + mask) & ~mask;
185 if (endofs <= (p->ofs+p->size))
205 if (p->ofs == start)
223 assert(p->ofs + p->size == q->ofs);