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

/ast/src/cmd/codexlib/lzh/
H A Dlzh.c96 int most_p; member in struct:State_s
551 reconst(state, ROOT_P, state->most_p + 1);
569 r = state->most_p + 1;
571 state->node[~(state->child[r] = state->child[state->most_p])] = r;
573 state->child[state->most_p] = q;
574 state->freq[r] = state->freq[state->most_p];
576 state->block[r] = state->block[state->most_p];
577 if (state->most_p == ROOT_P)
582 state->parent[r] = state->parent[q] = state->most_p;
584 = state->node[p + N_CHAR] = state->most_p
[all...]

Completed in 697 milliseconds