Home
last modified time | relevance | path

Searched refs:setBlockInfo (Results 1 – 6 of 6) sorted by relevance

/external/xz-java/src/org/tukaani/xz/index/
DIndexDecoder.java194 setBlockInfo(info, recordOffset + left); in locateBlock()
197 public void setBlockInfo(BlockInfo info, int blockNumber) {
DBlockInfo.java36 index.setBlockInfo(this, blockNumber + 1); in setNext()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; } in setBlockInfo() function
/external/xz-java/src/org/tukaani/xz/
DSeekableXZInputStream.java1117 index.setBlockInfo(info, blockNumber);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp836 Stream.setBlockInfo(&BlockInfo); in AnalyzeBitcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp381 this->Stream.setBlockInfo(&BlockInfo); in BitcodeReaderBase()