Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7.c29 #define ONE_STATE(ctx) Ppmd7Context_OneState(ctx) macro
362 s = ONE_STATE(c); in CreateSuccessors()
378 upState.Freq = ONE_STATE(c)->Freq; in CreateSuccessors()
404 *ONE_STATE(c1) = upState; in CreateSuccessors()
433 CPpmd_State *s = ONE_STATE(c); in UpdateModel()
539 *s = *ONE_STATE(c); in UpdateModel()
622 *(p->FoundState = ONE_STATE(p->MinContext)) = tmp; in Rescale()