Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h92 #define Ppmd8_GetPtr(p, ptr) (ptr) macro
96 #define Ppmd8_GetPtr(p, offs) ((void *)((p)->Base + (offs))) macro
97 #define Ppmd8_GetContext(p, offs) ((CPpmd8_Context *)Ppmd8_GetPtr((p), (offs)))
98 #define Ppmd8_GetStats(p, ctx) ((CPpmd_State *)Ppmd8_GetPtr((p), ((ctx)->Stats)))
H A Darchive_ppmd8.c459 if ((Byte *)Ppmd8_GetPtr(p, SUCCESSOR(s)) >= p->UnitsStart) in CutOff()
475 if ((Byte *)Ppmd8_GetPtr(p, SUCCESSOR(s)) < p->UnitsStart) in CutOff()
517 if ((Byte *)Ppmd8_GetPtr(p, SUCCESSOR(s)) >= p->UnitsStart && order < p->MaxOrder) in RemoveBinContexts()
533 if ((Byte *)Ppmd8_GetPtr(p, SUCCESSOR(s)) >= p->UnitsStart && order < p->MaxOrder) in RemoveBinContexts()
665 upState.Symbol = *(const Byte *)Ppmd8_GetPtr(p, upBranch); in CreateSuccessors()
878 else if ((Byte *)Ppmd8_GetPtr(p, fSuccessor) < p->UnitsStart) in UpdateModel()