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

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h58 Int32 RunLength, InitRL; /* must be 32-bit at least */ member in struct:__anon1086
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 in struct:__anon1080
H A Darchive_ppmd7.c26 ((p->RunLength >> 26) & 0x20)]
330 p->RunLength = p->InitRL = -(Int32)((p->MaxOrder < 12) ? p->MaxOrder : 12) - 1;
719 p->RunLength += p->PrevSuccess;
730 p->RunLength++;
739 p->RunLength = p->InitRL;
H A Darchive_ppmd8.c358 p->RunLength = p->InitRL = -(Int32)((p->MaxOrder < 12) ? p->MaxOrder : 12) - 1;
1093 p->RunLength += p->PrevSuccess;
1104 p->RunLength++;
1113 p->RunLength = p->InitRL;

Completed in 39 milliseconds