Searched refs:bl_order (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c70 local const uch bl_order[BL_CODES] variable
801 * bl_order of the last bit length code to send.
823 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
842 int rank; /* index in bl_order */
852 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
853 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
950 * in bl_order of the last bit length code to send.
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c71 local const uch bl_order[BL_CODES] variable
799 * bl_order of the last bit length code to send.
821 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
840 int rank; /* index in bl_order */
850 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
851 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
936 * in bl_order of the last bit length code to send.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1505 local uch bl_order[BL_CODES] variable
2158 * bl_order of the last bit length code to send.
2180 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
2199 int rank; /* index in bl_order */
2209 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
2210 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
2309 * in bl_order of the last bit length code to send.
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2284 local const uch bl_order[BL_CODES] = { variable
3001 * bl_order of the last bit length code to send.
3031 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
3052 int rank; /* index in bl_order */
3063 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
3064 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
3189 * and get the index in bl_order of the last bit

Completed in 107 milliseconds