Searched refs:coef (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvclzparse.c46 Vchash_t coef; /* max polynomial coefficient */ member in struct:_hash_s
79 for(hs->coef = 1, n = 1; n < mmin; ++n)
80 hs->coef *= ALPHA;
212 Vchash_t coef; local
222 coef = hs->coef;
232 ky = fk; fk = fknext(coef, ks, ns, fk);
407 fk = fknext(coef, ks, ns, fk);
408 fm = cmap ? fknextm(coef, ks, ns, fm, cmap) : 0;
418 fk = fknext(coef, k
[all...]
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c84 Vchash_t coef; /* high coefficient of hashf */ member in struct:_prefix_s
430 { k = pfnext(dt, pfx->blksz, k, pfx->coef);
517 pfx->coef = 1; /* highest coef in hashing blocks */
519 pfx->coef *= PF_COEF;

Completed in 9 milliseconds