Searched refs:offsetBase (Results 1 – 5 of 5) sorted by relevance
43 size_t offsetBase = 0);45 size_t offsetBase = 0);
245 uint64_t offsetBase, DNBDataRef::Type type, in Dump() argument262 (uint64_t)(offsetBase + (offset - startOffset))); in Dump()
110 uint32_t Dump(offset_t startOffset, offset_t endOffset, uint64_t offsetBase,
660 self.offsetBase = file.tell() - 1661 file.seek(self.offsetBase + offsets[-1]) # pretend we've read the whole lot671 offset = self.offsets[index] + self.offsetBase836 self.offsetBase = file.tell()838 file.seek(self.offsetBase + topSize)
1640 int32_t offsetBase = stackSize; in assignSlot() local1644 if (offsetBase % size) in assignSlot()1645 offsetBase += size - (offsetBase % size); in assignSlot()1649 for (offset = offsetBase; offset < stackSize; offset += size) { in assignSlot()