Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching full:separator

326 #  define SEPARATOR(i, last, width) \
342 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
354 SEPARATOR(i, DIST_CODE_LEN-1, 20));
360 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
366 SEPARATOR(i, LENGTH_CODES-1, 20));
372 SEPARATOR(i, D_CODES-1, 10));