Searched refs:offsetBase (Results 1 – 6 of 6) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNBDataRef.cpp | 327 uint64_t offsetBase, in Dump() argument 348 …str_offset += snprintf(str, sizeof(str), "0x%8.8llx:", (uint64_t)(offsetBase + (offset - startOffs… in Dump()
|
D | DNBDataRef.h | 114 …uint32_t Dump(offset_t startOffset, offset_t endOffset, uint64_t offsetBase, DNBDataRef::Ty…
|
/external/icu/icu4c/source/layout/ |
D | ContextualSubstSubtables.h | 43 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = FALSE);
|
D | ContextualSubstSubtables.cpp | 119 … GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack) in matchGlyphCoverages() argument 132 … const CoverageTable *coverageTable = (const CoverageTable *) (offsetBase + coverageTableOffset); in matchGlyphCoverages()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 1390 int32_t offsetBase = stackSize; in assignSlot() local 1394 if (offsetBase % size) in assignSlot() 1395 offsetBase += size - (offsetBase % size); in assignSlot() 1399 for (offset = offsetBase; offset < stackSize; offset += size) { in assignSlot()
|
/external/fonttools/Lib/fontTools/ |
D | cffLib.py | 331 self.offsetBase = file.tell() - 1 332 file.seek(self.offsetBase + offsets[-1]) # pretend we've read the whole lot 343 offset = self.offsets[index] + self.offsetBase
|