Searched defs:pzfixed (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libpz/
H A Dpzfixed.c45 pzfixed(Pz_t* pz, register Sfio_t* io, void* buf, size_t z) function
71 (*trace)(pz, pz->disc, -2, "pzfixed: siz=%I*d buf=%p z=%I*u", sizeof(siz), siz, buf, sizeof(z), z);
89 (*trace)(pz, pz->disc, -2, "pzfixed: newline terminated %u byte records", n);
96 (*trace)(pz, pz->disc, -2, "pzfixed: LEN REP BEST FREQ");
125 (*trace)(pz, pz->disc, -2, "pzfixed: %5d %8d %8ld %8ld%s", i, xp->rep[i], f, g, (g <= f) ? " *" : "");

Completed in 11 milliseconds