Searched refs:SEPARATOR (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | trees.c | 329 # define SEPARATOR(i, last, width) \ macro 345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 357 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header() 364 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header() 370 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header() 376 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
|