Home | History | Annotate | Download | only in zlib

Lines Matching refs:rank

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