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

/ast/src/cmd/codexlib/lzh/
H A Dlzh.c18 #define NC (UCHAR_MAX+MATCH_MAX-THRESHOLD+2) /* alphbet 0..NC-1 */ macro
19 #define CBIT 9 /* $\lfloor \log_2 NC \rfloor + 1$ */
77 ui1 c_len[NC];
79 ui2 left[2 * NC - 1];
80 ui2 right[2 * NC - 1];
412 while (i < NC)
414 if (make_table(state, NC, state->c_len, 12, state->c_table, elementsof(state->c_table)))
881 while (j >= NC)

Completed in 243 milliseconds