OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPMD7_MAX_MEM_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Compress/
PpmdEncoder.cpp
48
if (v < (1 << 16) || v >
PPMD7_MAX_MEM_SIZE
|| (v & 3) != 0)
/external/lzma/C/
Ppmd7.h
20
#define
PPMD7_MAX_MEM_SIZE
(0xFFFFFFFF - 12 * 3)
7zDec.c
89
memSize >
PPMD7_MAX_MEM_SIZE
)
/external/chromium_org/third_party/lzma_sdk/
7zDec.c
89
memSize >
PPMD7_MAX_MEM_SIZE
)
Completed in 45 milliseconds