Searched refs:kTopValue (Results 1 – 11 of 11) sorted by relevance
7 public const uint kTopValue = (1 << 24); field in SevenZip.Compression.RangeCoder.Encoder58 while (Range < kTopValue) in Encode()89 if (Range < kTopValue) in EncodeDirectBits()107 while (Range < kTopValue) in EncodeBit()124 public const uint kTopValue = (1 << 24); field in SevenZip.Compression.RangeCoder.Decoder154 while (Range < kTopValue) in Normalize()163 if (Range < kTopValue) in Normalize2()202 if (range < kTopValue) in DecodeDirectBits()
41 if (encoder.Range < Encoder.kTopValue) in Encode()96 if (rangeDecoder.Range < Decoder.kTopValue) in Decode()108 if (rangeDecoder.Range < Decoder.kTopValue) in Decode()
9 #define kTopValue ((UInt32)1 << 24) macro98 if (p->range < kTopValue) in Bcj2Dec_Decode()276 if (p->range < kTopValue && p->bufs[BCJ2_STREAM_RC] != p->lims[BCJ2_STREAM_RC]) in Bcj2Dec_Decode()287 #undef kTopValue
11 #define kTopValue ((UInt32)1 << 24) macro28 #define RC_NORM_BASE(p) if ((p)->Range < kTopValue) \299 #undef kTopValue
17 #define kTopValue ((UInt32)1 << 24) macro183 if (p->range < kTopValue) in Bcj2Enc_Encode_2()503 #undef kTopValue
11 #define kTopValue ((UInt32)1 << 24) macro41 #define RC_NORM_BASE(p) if (R->Range < kTopValue) { R->Range <<= 8; Ppmd7z_RangeEnc_ShiftLow(p);325 #undef kTopValue
12 #define kTopValue ((UInt32)1 << 24) macro22 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }70 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_INPUT_EOF; range…
44 #define kTopValue ((UInt32)1 << 24) macro724 #define RC_NORM(p) if (range < kTopValue) { range <<= 8; RangeEnc_ShiftLow(p); }
167 #define kTopValue ((UInt32)1 << 24) macro171 if (Range < kTopValue) in Normalize()
149 kTopValue equ (1 SHL 24) define162 cmp range, kTopValue
391 #define kTopValue ((UInt32)1 << 24)395 if (Range < kTopValue)