Home | History | Annotate | Download | only in src

Lines Matching refs:RANK

158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&