Home
last modified time | relevance | path

Searched refs:RANK (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/test/valid/dtds/
Dxhtml1.dcl142 RANK NO
/external/pdfium/third_party/zlib_v128/
Ddeflate.c159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0)) macro
886 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) && in deflate()
/external/python/cpython2/Modules/zlib/
Ddeflate.c159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0)) macro
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
/external/zlib/src/
Ddeflate.c159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0)) macro
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&