Searched refs:offsetBase (Results 1 – 3 of 3) sorted by relevance
43 size_t offsetBase = 0);45 size_t offsetBase = 0);
1558 int32_t offsetBase = stackSize; in assignSlot() local1562 if (offsetBase % size) in assignSlot()1563 offsetBase += size - (offsetBase % size); in assignSlot()1567 for (offset = offsetBase; offset < stackSize; offset += size) { in assignSlot()
577 self.offsetBase = file.tell() - 1578 file.seek(self.offsetBase + offsets[-1]) # pretend we've read the whole lot588 offset = self.offsets[index] + self.offsetBase694 self.offsetBase = file.tell()696 file.seek(self.offsetBase + topSize)