Searched refs:length_code (Results 1 – 2 of 2) sorted by relevance
26 static unsigned char length_code[MAX_MATCH-MIN_MATCH+1]; variable50 length_code[length++] = (unsigned char)code; in tr_static_init()57 length_code[length-1] = (unsigned char)code; in tr_static_init()126 printf("%2u%s", length_code[i], SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
1322 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local1323 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()1327 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()