Searched refs:kMaxValForNormalize (Results 1 – 3 of 3) sorted by relevance
28 static final int kMaxValForNormalize = (1 << 30) - 1; field in BinTree68 if (_pos == kMaxValForNormalize) in MovePos()82 if (historySize > kMaxValForNormalize - 256) in Create()
28 const UInt32 kMaxValForNormalize = ((UInt32)1 << 31) - 1; field in SevenZip.Compression.LZ.BinTree68 if (_pos == kMaxValForNormalize) in MovePos()82 if (historySize > kMaxValForNormalize - 256) in Create()
19 #define kMaxValForNormalize ((UInt32)0) macro415 UInt32 n = kMaxValForNormalize - p->pos; in MatchFinder_SetLimits()755 if (p->pos == kMaxValForNormalize) in MatchFinder_CheckLimits()