Searched defs:ush (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h43 typedef unsigned short ush; typedef
44 typedef ush FAR ushf;
/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.h54 typedef unsigned short ush; typedef
55 typedef ush FAR ushf;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c260 typedef unsigned short ush; typedef
351 ush n; /* literal, length base, or distance base */
379 static ush cplens[] =
384 static ush cplext[] =
388 static ush cpdist[] =
393 static ush cpdext[] =
478 static ush mask_bits[] =
530 static int huft_build (unsigned *, unsigned, unsigned, ush *, ush *,
545 ush *
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c48 typedef unsigned short ush; typedef
49 typedef ush FAR ushf;
186 ush freq; /* frequency count */
187 ush code; /* bit string */
190 ush dad; /* father node in Huffman tree */
191 ush len; /* length of bit string */
208 typedef ush Pos;
321 ush bl_count[MAX_BITS+1];
375 ush bi_buf;
498 ush good_lengt
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c101 typedef unsigned short ush; typedef
102 typedef ush FAR ushf;
331 ush freq; /* frequency count */
332 ush code; /* bit string */
335 ush dad; /* father node in Huffman tree */
336 ush len; /* length of bit string */
353 typedef ush Pos;
483 ush bl_count[MAX_BITS+1];
551 ush bi_buf;
616 ush dis
[all...]

Completed in 75 milliseconds