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

  /src/common/dist/zlib/
zutil.h 47 typedef unsigned short ush; typedef in typeref:typename:unsigned short
48 typedef ush FAR ushf;
  /src/sys/net/
zlib.c 98 typedef unsigned short ush; typedef in typeref:typename:unsigned short
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 13 milliseconds