Home
last modified time | relevance | path

Searched refs:RestoreMethod (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c406 p->RestoreMethod = restoreMethod; in Ppmd8_Init()
578 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in RestoreModel()
583 else if (p->RestoreMethod == PPMD8_RESTORE_METHOD_FREEZE) in RestoreModel()
588 p->RestoreMethod++; in RestoreModel()
594 if (p->RestoreMethod == PPMD8_RESTORE_METHOD_RESTART || GetUsedMemory(p) < (p->Size >> 1)) in RestoreModel()
728 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in ReduceOrder()
764 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in ReduceOrder()
888 else if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in UpdateModel()
982 || p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE in Rescale()
H A Darchive_ppmd8_private.h64 unsigned RestoreMethod; member