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()
12 #define kMaxValForNormalize ((UInt32)0xFFFFFFFF) macro268 UInt32 limit = kMaxValForNormalize - p->pos; in MatchFinder_SetLimits()348 if (p->pos == kMaxValForNormalize) in MatchFinder_CheckLimits()