Searched refs:kBigHashDicLimit (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c1895 #define kBigHashDicLimit ((UInt32)1 << 24) macro
1924 p->matchFinderBase.bigHash = (p->dictSize > kBigHashDicLimit);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c1896 #define kBigHashDicLimit ((UInt32)1 << 24) macro
1925 p->matchFinderBase.bigHash = (p->dictSize > kBigHashDicLimit);
/external/lzma/C/
H A DLzmaEnc.c1895 #define kBigHashDicLimit ((UInt32)1 << 24) macro
1924 p->matchFinderBase.bigHash = (p->dictSize > kBigHashDicLimit);

Completed in 56 milliseconds