Searched defs:kTopValue (Results 1 – 9 of 9) 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 | Bcj2.c | 11 #define kTopValue ((UInt32)1 << 24)  macro | 
| D | Ppmd7Enc.c | 9 #define kTopValue (1 << 24)  macro | 
| D | Ppmd7Dec.c | 9 #define kTopValue (1 << 24)  macro | 
| D | Bcj2Enc.c | 22 #define kTopValue ((UInt32)1 << 24)  macro | 
| D | LzmaDec.c | 12 #define kTopValue ((UInt32)1 << kNumTopBits)  macro | 
| D | LzmaEnc.c | 30 #define kTopValue ((UInt32)1 << kNumTopBits)  macro | 
| /external/lzma/CPP/7zip/Bundles/LzmaSpec/ | ||
| D | LzmaSpec.cpp | 167 #define kTopValue ((UInt32)1 << 24)  macro | 
| /external/lzma/Asm/x86/ | ||
| D | LzmaDecOpt.asm | 148 kTopValue               equ (1 SHL 24)  define |