Home | History | Annotate | Download | only in zlib

Lines Matching defs:rank

846     int rank;                    /* index in bl_order */
855 for (rank = 0; rank < blcodes; rank++) {
856 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
857 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);