Home
last modified time | relevance | path

Searched refs:RunLength (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h58 Int32 RunLength, InitRL; /* must be 32-bit at least */ member
115 p->PrevSuccess + p->MinContext->Flags + ((p->RunLength >> 26) & 0x20)]
H A Darchive_ppmd7_private.h49 Int32 RunLength, InitRL; /* must be 32-bit at least */ member
H A Darchive_ppmd7.c26 ((p->RunLength >> 26) & 0x20)]
330 p->RunLength = p->InitRL = -(Int32)((p->MaxOrder < 12) ? p->MaxOrder : 12) - 1; in RestartModel()
719 p->RunLength += p->PrevSuccess; in Ppmd7_Update1_0()
730 p->RunLength++; in Ppmd7_UpdateBin()
739 p->RunLength = p->InitRL; in Ppmd7_Update2()
H A Darchive_ppmd8.c358 p->RunLength = p->InitRL = -(Int32)((p->MaxOrder < 12) ? p->MaxOrder : 12) - 1; in RestartModel()
1093 p->RunLength += p->PrevSuccess; in Ppmd8_Update1_0()
1104 p->RunLength++; in Ppmd8_UpdateBin()
1113 p->RunLength = p->InitRL; in Ppmd8_Update2()