HomeSort by relevance Sort by last modified time
    Searched refs:InIndex (Results 1 - 11 of 11) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 34 CNum InIndex;
55 if (BindPairs[i].InIndex == inStreamIndex)
7zEncode.cpp 34 bp.InIndex = mixerBp.InIndex;
350 bindPair.InIndex = numInStreams + coderStreamsInfo.NumInStreams;
372 bindPair.InIndex = _bindInfo.GetCoderInStreamIndex(bind.InCoder) + bind.InStream;
389 int inIndex = _bindInfo.InStreams[0];
393 _bindInfo.FindInStream(inIndex, coderIndex, coderStreamIndex);
398 inIndex = _bindInfo.BindPairs[binder].InIndex;
418 bindPair.InIndex = numInStreams + i;
7zDecode.cpp 24 bindPair.InIndex = (UInt32)folder.BindPairs[i].InIndex;
57 return (a1.InIndex == a2.InIndex) &&
7zIn.cpp 70 if (BoolVector_GetAndSet(v, BindPairs[i].InIndex))
102 mask[inStreamToCoder[bp.InIndex]] |= (1 << outStreamToCoder[bp.OutIndex]);
470 bp.InIndex = ReadNum();
    [all...]
7zOut.cpp 292 WriteNumber(bindPair.InIndex);
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.cpp 83 destBindPair.InIndex = _srcOutToDestInMap[srcBindPair.OutIndex];
84 destBindPair.OutIndex = _srcInToDestOutMap[srcBindPair.InIndex];
CoderMixer2.h 15 UInt32 InIndex;
66 if (BindPairs[i].InIndex == inStream)
CoderMixer2MT.cpp 124 _bindInfo.FindInStream(bindPair.InIndex, inCoderIndex, inCoderStreamIndex);
  /external/lzma/C/
7z.h 35 UInt32 InIndex;
7zDec.c 293 f->BindPairs[0].InIndex != 1 ||
318 f->BindPairs[0].InIndex != 5 || f->BindPairs[0].OutIndex != 0 ||
319 f->BindPairs[1].InIndex != 4 || f->BindPairs[1].OutIndex != 1 ||
320 f->BindPairs[2].InIndex != 3 || f->BindPairs[2].OutIndex != 2)
7zArcIn.c 61 if (p->BindPairs[i].InIndex == inStreamIndex)
589 RINOK(SzReadNumber32(sd, &bp->InIndex));
590 if (bp->InIndex >= numInStreams)
592 inStreamUsed[bp->InIndex] = True;
    [all...]

Completed in 392 milliseconds