Home | History | Annotate | Download | only in util

Lines Matching refs:ofs

45 	 debug_printf("  Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
70 u_mmInit(int ofs, int size)
98 block->ofs = ofs;
114 if (startofs > p->ofs) {
118 newblock->ofs = startofs;
119 newblock->size = p->size - (startofs - p->ofs);
142 newblock->ofs = startofs + size;
194 startofs = (p->ofs + mask) & ~mask;
199 if (endofs <= (p->ofs+p->size))
219 if (p->ofs == start)
237 assert(p->ofs + p->size == q->ofs);