Home | History | Annotate | Download | only in C

Lines Matching refs:Suffix

32 #define SUFFIX(ctx) CTX((ctx)->Suffix)

304 p->MinContext->Suffix = 0;
356 while (c->Suffix)
360 c = SUFFIX(c);
409 c1->Suffix = REF(c);
431 if (p->FoundState->Freq < MAX_FREQ / 4 && p->MinContext->Suffix != 0)
433 c = SUFFIX(p->MinContext);
507 for (c = p->MaxContext; c != p->MinContext; c = SUFFIX(c))
645 (nonMasked < (unsigned)SUFFIX(p->MinContext)->NumStats - p->MinContext->NumStats) +