Home
last modified time | relevance | path

Searched refs:offsetBase (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterAccessContext.h43 size_t offsetBase = 0);
45 size_t offsetBase = 0);
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp1558 int32_t offsetBase = stackSize; in assignSlot() local
1562 if (offsetBase % size) in assignSlot()
1563 offsetBase += size - (offsetBase % size); in assignSlot()
1567 for (offset = offsetBase; offset < stackSize; offset += size) { in assignSlot()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py577 self.offsetBase = file.tell() - 1
578 file.seek(self.offsetBase + offsets[-1]) # pretend we've read the whole lot
588 offset = self.offsets[index] + self.offsetBase
694 self.offsetBase = file.tell()
696 file.seek(self.offsetBase + topSize)