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

  /src/common/dist/zlib/
zutil.h 47 typedef unsigned short ush; typedef
48 typedef ush FAR ushf;
  /src/external/gpl3/binutils/dist/zlib/
zutil.h 41 typedef unsigned short ush; typedef
42 typedef ush FAR ushf;
  /src/external/gpl3/binutils.old/dist/zlib/
zutil.h 41 typedef unsigned short ush; typedef
42 typedef ush FAR ushf;
  /src/external/gpl3/gdb/dist/zlib/
zutil.h 41 typedef unsigned short ush; typedef
42 typedef ush FAR ushf;
  /src/external/gpl3/gdb.old/dist/zlib/
zutil.h 41 typedef unsigned short ush; typedef
42 typedef ush FAR ushf;
  /src/external/lgpl3/mpfr/dist/src/
rint.c 211 int ush; local
224 ush = idiff == 0 ? 0 : GMP_NUMB_BITS - idiff;
226 if (rj == 0 && ush < sh)
229 if it is representable in r, i.e. if its sh - ush bits
232 (MPFR_LIMB_ONE << ush))) != 0)
236 sh = ush;
  /src/external/cddl/osnet/dist/uts/common/zmod/
zutil.h 54 typedef unsigned short ush; typedef
55 typedef ush FAR ushf;
  /src/external/lgpl3/mpfr/dist/tests/
tfprintf.c 158 unsigned short ush = 1; local
203 check_vfprintf (fout, "a. %hi, b. %*f, c. %Re%hn", ush, 3, f, mpfr, &ush);
204 check_length (3, ush, 45 + DPLEN, hu);
tprintf.c 285 unsigned short ush = 1; local
324 check_vprintf ("a. %hi, b. %*f, c. %Re%hn", ush, 3, f, mpfr, &ush);
325 check_length (3, ush, 45 + DPLEN, hu);
  /src/sys/net/
zlib.c 98 typedef unsigned short ush; typedef
99 typedef ush FAR ushf;
338 ush freq; /* frequency count */
339 ush code; /* bit string */
342 ush dad; /* father node in Huffman tree */
343 ush len; /* length of bit string */
360 typedef ush Pos;
473 ush bl_count[MAX_BITS+1];
527 ush bi_buf;
591 ush dist = (distance);
    [all...]

Completed in 26 milliseconds