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

/ast/src/cmd/codexlib/lzh/
H A Dlzh.c84 ui4 n_max; member in struct:State_s
535 reconst(state, 0, state->n_max * 2 - 1);
661 set_c_d0(State_t* state, ui4 n_max, ui4 maxmatch, ui4 snp) argument
667 state->n_max = n_max;
670 state->n1 = (state->n_max >= 256 + state->maxmatch - THRESHOLD + 1)
671 ? 512 : state->n_max - 1;
677 for (i = 0, j = state->n_max * 2 - 2; i < state->n_max; i++, j--)
685 state->edge[1] = state->n_max
[all...]

Completed in 15 milliseconds