Home
last modified time | relevance | path

Searched refs:kNumTopBits (Results 1 – 10 of 10) sorted by relevance

/external/lzma/C/
DBcj2.c15 #define kNumTopBits 24 macro
16 #define kTopValue ((UInt32)1 << kNumTopBits)
DLzmaDec.c8 #define kNumTopBits 24 macro
9 #define kTopValue ((UInt32)1 << kNumTopBits)
DLzmaEnc.c33 #define kNumTopBits 24 macro
34 #define kTopValue ((UInt32)1 << kNumTopBits)
/external/chromium_org/third_party/lzma_sdk/
DBcj2.c15 #define kNumTopBits 24 macro
16 #define kTopValue ((UInt32)1 << kNumTopBits)
DLzmaDec.c8 #define kNumTopBits 24 macro
9 #define kTopValue ((UInt32)1 << kNumTopBits)
DLzmaEnc.c33 #define kNumTopBits 24 macro
34 #define kTopValue ((UInt32)1 << kNumTopBits)
/external/lzma/CPP/7zip/Compress/
DRangeCoder.h13 const int kNumTopBits = 24; variable
14 const UInt32 kTopValue = (1 << kNumTopBits);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c9 #define kNumTopBits 24 macro
10 #define kTopValue ((UInt32)1 << kNumTopBits)
DLzmaEnc.c34 #define kNumTopBits 24 macro
35 #define kTopValue ((UInt32)1 << kNumTopBits)
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch832 +#define kNumTopBits 24
833 +#define kTopValue ((UInt32)1 << kNumTopBits)
2938 +#define kNumTopBits 24
2939 +#define kTopValue ((UInt32)1 << kNumTopBits)