OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InCoder
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h
23
UInt32
InCoder
;
7zHandlerOut.cpp
820
RINOK(GetBindInfoPart(name, bind.
InCoder
, bind.InStream));
837
if (bind.
InCoder
< (UInt32)numEmptyMethods ||
844
bind.
InCoder
-= (UInt32)numEmptyMethods;
857
bind.
InCoder
++;
866
if (bind.
InCoder
>= (UInt32)_methods.Size() ||
7zUpdate.cpp
444
bind.
InCoder
= 1; bind.OutStream = 0; mode.Binds.Add(bind);
445
bind.
InCoder
= 2; bind.OutStream = 1; mode.Binds.Add(bind);
446
bind.
InCoder
= 3; bind.OutStream = 2; mode.Binds.Add(bind);
479
bind.
InCoder
= 1;
[
all
...]
7zEncode.cpp
372
bindPair.InIndex = _bindInfo.GetCoderInStreamIndex(bind.
InCoder
) + bind.InStream;
Completed in 486 milliseconds