Searched refs:offsetBase (Results 1 – 3 of 3) sorted by relevance
43 size_t offsetBase = 0);45 size_t offsetBase = 0);
1560 int32_t offsetBase = stackSize; in assignSlot() local1564 if (offsetBase % size) in assignSlot()1565 offsetBase += size - (offsetBase % size); in assignSlot()1569 for (offset = offsetBase; offset < stackSize; offset += size) { in assignSlot()
331 self.offsetBase = file.tell() - 1332 file.seek(self.offsetBase + offsets[-1]) # pretend we've read the whole lot343 offset = self.offsets[index] + self.offsetBase