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

  /src/external/cddl/osnet/dist/uts/common/zmod/
inftrees.h 51 LENS,
55 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
  /src/common/dist/zlib/contrib/infback9/
inftree9.h 55 LENS,
59 extern int inflate_table9(codetype type, unsigned short FAR *lens,
  /src/common/dist/zlib/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inftree9.h 55 LENS,
59 extern int inflate_table9(codetype type, unsigned short FAR *lens,
  /src/external/gpl3/binutils/dist/zlib/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inftree9.h 55 LENS,
59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
  /src/external/gpl3/binutils.old/dist/zlib/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
  /src/external/gpl3/gdb/dist/zlib/contrib/infback9/
inftree9.h 55 LENS,
59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
  /src/external/gpl3/gdb/dist/zlib/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
inftree9.h 55 LENS,
59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
  /src/external/gpl3/gdb.old/dist/zlib/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 166 LENS,
233 unsigned have; /* number of code lengths in lens[] */
235 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
242 int netpgpv_inflate_table(codetype /*type*/, unsigned short FAR */*lens*/, unsigned /*codes*/,
754 The code lengths are lens[0..codes-1]. The result starts at *table,
756 lens shorts, which is used as a work area. type is the type of code
757 to be generated, CODES, LENS, or DISTS. On return, zero is success,
765 netpgpv_inflate_table(codetype type, unsigned short FAR *lens, unsigned codes,
805 code lengths are lens[0..codes-1]. Each length corresponds to the
817 lens[] are in the range 0..MAXBITS. The caller must assure this
    [all...]
  /src/sys/net/
zlib.c 3879 LENS, /* get lengths for stored */
4098 s->mode = LENS; /* get length of stored block */
4132 case LENS:
4399 if (s->mode != LENS)
4413 return s->mode == LENS;

Completed in 38 milliseconds