Searched defs:kTopValue (Results 1 – 7 of 7) sorted by relevance
| /external/lzma/CS/7zip/Compress/RangeCoder/ | ||
| D | RangeCoder.cs | 7 public const uint kTopValue = (1 << 24); field in SevenZip.Compression.RangeCoder.Encoder |
| /external/lzma/C/ | ||
| D | Ppmd7Enc.c | 7 #define kTopValue (1 << 24) macro |
| D | Ppmd7Dec.c | 7 #define kTopValue (1 << 24) macro |
| D | Bcj2.c | 16 #define kTopValue ((UInt32)1 << kNumTopBits) macro |
| D | LzmaDec.c | 9 #define kTopValue ((UInt32)1 << kNumTopBits) macro |
| D | LzmaEnc.c | 34 #define kTopValue ((UInt32)1 << kNumTopBits) macro |
| /external/lzma/CPP/7zip/Compress/ | ||
| D | RangeCoder.h | 14 const UInt32 kTopValue = (1 << kNumTopBits); variable |