Searched refs:outStreamIndex (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp27 UInt32 outStreamIndex = 0; local
36 for (UInt32 j = 0; j < coderStreamsInfo.NumOutStreams; j++, outStreamIndex++)
37 if (folder.FindBindPairForOutStream(outStreamIndex) < 0)
38 bindInfo.OutStreams.Add(outStreamIndex);
H A D7zItem.h73 int FindBindPairForOutStream(CNum outStreamIndex) const
76 if (BindPairs[i].OutIndex == outStreamIndex)
/external/chromium_org/third_party/lzma_sdk/
H A D7zIn.c74 int SzFolder_FindBindPairForOutStream(CSzFolder *p, UInt32 outStreamIndex) argument
78 if (p->BindPairs[i].OutIndex == outStreamIndex)
/external/lzma/C/
H A D7zIn.c74 int SzFolder_FindBindPairForOutStream(CSzFolder *p, UInt32 outStreamIndex) argument
78 if (p->BindPairs[i].OutIndex == outStreamIndex)

Completed in 490 milliseconds