Searched refs:InBuffer (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CS/7zip/Common/
H A DInBuffer.cs0 // InBuffer.cs
5 public class InBuffer class in namespace:SevenZip.Buffer
15 public InBuffer(uint bufferSize) method in class:SevenZip.Buffer.InBuffer
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
H A Dmakefile25 $O\InBuffer.obj \
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile27 $O\InBuffer.obj \
/external/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile56 $O\InBuffer.obj \
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp313 /// \param InBuffer If not 0, should be the known buffer id that contains the
315 void jumpToLoc(SMLoc Loc, unsigned InBuffer = 0);
594 void AsmParser::jumpToLoc(SMLoc Loc, unsigned InBuffer) { argument
595 CurBuffer = InBuffer ? InBuffer : SrcMgr.FindBufferContainingLoc(Loc);

Completed in 148 milliseconds