OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRep
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp
436
CProb
IsRep
[kNumStates];
451
INIT_PROBS(
IsRep
);
495
if (RangeDec.DecodeBit(&
IsRep
[state]) != 0)
/external/lzma/C/
LzmaDec.c
104
#define
IsRep
(IsMatch + (kNumStates << kNumPosBitsMax))
105
#define IsRepG0 (
IsRep
+ kNumStates)
232
prob = probs +
IsRep
+ state;
577
prob = probs +
IsRep
+ state;
Completed in 5028 milliseconds