Home
last modified time | relevance | path

Searched defs:RANK (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h83 #define RANK "rank" macro
/titanic_51/usr/src/boot/lib/libz/
H A Ddeflate.c159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0)) macro
/titanic_51/usr/src/contrib/zlib/
H A Ddeflate.c153 #define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0)) macro