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

/ast/src/cmd/codexlib/lzh/
H A Dlzh.c33 #define N_CHAR (256+60-THRESHOLD+1) macro
34 #define TREESIZE_C (N_CHAR*2)
555 q = state->node[p + N_CHAR];
572 state->child[q] = ~(p + N_CHAR);
584 = state->node[p + N_CHAR] = state->most_p = q;
734 state->child[ROOT_P] = ~(N_CHAR);
735 state->node[N_CHAR] = ROOT_P;
757 c = (~c) - N_CHAR;

Completed in 18 milliseconds