Home | History | Annotate | Download | only in zlib

Lines Matching full:separator

329 #  define SEPARATOR(i, last, width) \
345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
357 SEPARATOR(i, DIST_CODE_LEN-1, 20));
364 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
370 SEPARATOR(i, LENGTH_CODES-1, 20));
376 SEPARATOR(i, D_CODES-1, 10));