Home
last modified time | relevance | path

Searched refs:GlobalOffset (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DMultiStream.cpp21 if (_pos < m.GlobalOffset) in Read()
23 else if (_pos >= m.GlobalOffset + m.Size) in Read()
36 UInt64 localPos = _pos - s.GlobalOffset; in Read()
DMultiStream.h23 UInt64 GlobalOffset; member
34 s.GlobalOffset = total; in Init()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2361 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset() argument
2363 = GlobalBitOffsetsMap.find(GlobalOffset); in getLocalBitOffset()
2366 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
/external/clang/include/clang/Serialization/
DASTReader.h1204 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);