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