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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
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.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeftree.c72 static const uch bl_order[BL_CODES] variable
722 * bl_order of the last bit length code to send.
745 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
767 int rank; /* index in bl_order */
777 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
778 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
885 * in bl_order of the last bit length code to send.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c279 local uch near bl_order[BL_CODES] variable
944 * bl_order of the last bit length code to send.
965 if (bl_tree[bl_order[max_blindex]].Len != 0) break;
982 int rank; /* index in bl_order */
993 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
994 send_bits(bl_tree[bl_order[rank]].Len, 3);
1038 * in bl_order of the last bit length code to send.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c788 static const uint8_t bl_order[BL_CODES] ALIGN1 = {
1417 * bl_order of the last bit length code to send.
1438 if (G2.bl_tree[bl_order[max_blindex]].Len != 0)
1456 int rank; /* index in bl_order */
1466 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
1467 send_bits(G2.bl_tree[bl_order[rank]].Len, 3);
1608 * in bl_order of the last bit length code to send.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1902 local uch bl_order[BL_CODES] variable
2556 * bl_order of the last bit length code to send.
2578 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
2597 int rank; /* index in bl_order */
2607 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
2608 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
2711 * in bl_order of the last bit length code to send.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c1902 local uch bl_order[BL_CODES] variable
2556 * bl_order of the last bit length code to send.
2578 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
2597 int rank; /* index in bl_order */
2607 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
2608 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
2711 * in bl_order of the last bit length code to send.

Completed in 163 milliseconds