Searched refs:SEPARATOR (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/libkern/zlib/ |
| H A D | trees.c | 356 # define SEPARATOR(i, last, width) \ macro 373 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 379 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 385 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header() 391 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header() 397 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header() 403 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
|