HomeSort by: relevance | last modified time | path
    Searched defs:bl_order (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
trees.c 73 local const uch bl_order[BL_CODES] variable in typeref:typename:local const uch[]
798 * bl_order of the last bit length code to send.
818 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
835 int rank; /* index in bl_order */
845 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
846 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
1022 * in bl_order of the last bit length code to send.
  /src/sys/net/
zlib.c 2040 local const uch bl_order[BL_CODES] variable in typeref:typename:local const uch[]
2890 * bl_order of the last bit length code to send.
2911 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
2929 int rank; /* index in bl_order */
2939 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
2940 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
3044 * in bl_order of the last bit length code to send.

Completed in 47 milliseconds