Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
HDcompress.c179 if (tt.tt_token_max > cc_token_max) in ccinit()
180 tt.tt_token_max = cc_token_max; in ccinit()
183 if (tt.tt_token_min > tt.tt_token_max) { in ccinit()
253 (cc_ntoken + tt.tt_token_max - tt.tt_token_min + 1) * in ccinit()
259 for (i = tt.tt_token_min; i <= tt.tt_token_max; i++) in ccinit()
391 for (i = tt.tt_token_min; i <= tt.tt_token_max; i++) { in cc_sweep_phase()
HDtt.h96 int tt_token_max; /* maximum token size */ member
HDttzapple.c512 tt.tt_token_max = TOKEN_MAX; in tt_zapple()