HomeSort by relevance Sort by last modified time
    Searched defs:ush (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/zmod/
zutil.h 54 typedef unsigned short ush; typedef
55 typedef ush FAR ushf;
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/labels/
sun.c 117 u_int16_t *ush = (u_int16_t *)label; local
120 while(ush < (u_int16_t *)(&label->csum))
121 csum ^= *ush++;
129 u_int16_t *ush = ((u_int16_t *)(label + 1)) - 1; local
132 while (ush >= (u_int16_t *)label)
133 csum ^= *ush--;
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
gunzip.c 260 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 * d, /* list of base values for non-simple codes *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 48 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_length; /* reduce lazy search above this match length *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.c 101 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 dist = (distance);
    [all...]

Completed in 4380 milliseconds