Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:rank

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