Searched refs:SEPARATOR (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | trees.c | 322 # define SEPARATOR(i, last, width) \ macro 338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 350 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header() 357 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header() 363 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header() 369 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
|