Home
last modified time | relevance | path

Searched defs:kTopValue (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs7 public const uint kTopValue = (1 << 24); field in SevenZip.Compression.RangeCoder.Encoder
124 public const uint kTopValue = (1 << 24); field in SevenZip.Compression.RangeCoder.Decoder
/external/lzma/C/
DPpmd7Enc.c7 #define kTopValue (1 << 24) macro
DPpmd7Dec.c7 #define kTopValue (1 << 24) macro
DBcj2.c16 #define kTopValue ((UInt32)1 << kNumTopBits) macro
DLzmaDec.c9 #define kTopValue ((UInt32)1 << kNumTopBits) macro
DLzmaEnc.c34 #define kTopValue ((UInt32)1 << kNumTopBits) macro
/external/lzma/CPP/7zip/Compress/
DRangeCoder.h14 const UInt32 kTopValue = (1 << kNumTopBits); variable