Searched refs:offsetBase (Results 1 - 8 of 8) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBDataRef.h114 uint32_t Dump(offset_t startOffset, offset_t endOffset, uint64_t offsetBase, DNBDataRef::Type type, uint32_t numPerLine, const char *typeFormat = NULL);
H A DDNBDataRef.cpp327 uint64_t offsetBase,
348 str_offset += snprintf(str, sizeof(str), "0x%8.8llx:", (uint64_t)(offsetBase + (offset - startOffset)));
323 Dump( uint32_t startOffset, uint32_t endOffset, uint64_t offsetBase, DNBDataRef::Type type, uint32_t numPerLine, const char *format ) argument
/external/icu/icu4c/source/layout/
H A DContextualSubstSubtables.h43 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = FALSE);
H A DContextualSubstSubtables.cpp119 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack)
132 const CoverageTable *coverageTable = (const CoverageTable *) (offsetBase + coverageTableOffset);
118 matchGlyphCoverages(const Offset *coverageTableOffsetArray, le_uint16 glyphCount, GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1390 int32_t offsetBase = stackSize; local
1394 if (offsetBase % size)
1395 offsetBase += size - (offsetBase % size);
1399 for (offset = offsetBase; offset < stackSize; offset += size) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1390 int32_t offsetBase = stackSize; local
1394 if (offsetBase % size)
1395 offsetBase += size - (offsetBase % size);
1399 for (offset = offsetBase; offset < stackSize; offset += size) {
/external/fonttools/Lib/fontTools/
H A DcffLib.py331 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
/external/fonttools/Tools/fontTools/
H A DcffLib.py331 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

Completed in 1479 milliseconds