Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DPpmd.h15 if (PPMD_32BIT is defined), the PPMD code stores internal pointers to 32-bit reference fields.
16 if (PPMD_32BIT is NOT defined), the PPMD code stores internal UInt32 offsets to reference fields.
17 if (pointer size is 64-bit), then (PPMD_32BIT) mode is not allowed,
18 if (pointer size is 32-bit), then (PPMD_32BIT) mode is optional,
19 and it's allowed to disable PPMD_32BIT mode even if pointer is 32-bit.
20 PPMD code works slightly faster in (PPMD_32BIT) mode.
22 #define PPMD_32BIT macro
103 #ifdef PPMD_32BIT
117 #endif // PPMD_32BIT

Completed in 1 milliseconds