RANK              887 3rdparty/zlib/deflate.c     } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
RANK              446 modules/core/include/opencv2/core/operations.hpp     const int RANK=1;
RANK              455 modules/core/include/opencv2/core/operations.hpp         nodes[i][RANK] = 0;
RANK              479 modules/core/include/opencv2/core/operations.hpp                 int rank = nodes[root][RANK], rank2 = nodes[root2][RANK];
RANK              485 modules/core/include/opencv2/core/operations.hpp                     nodes[root2][RANK] += rank == rank2;
RANK              520 modules/core/include/opencv2/core/operations.hpp         if( nodes[root][RANK] >= 0 )
RANK              521 modules/core/include/opencv2/core/operations.hpp             nodes[root][RANK] = ~nclasses++;
RANK              522 modules/core/include/opencv2/core/operations.hpp         labels[i] = ~nodes[root][RANK];