HomeSort by: relevance | last modified time | path
    Searched refs:trees (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/lib/libz/
Makefile 14 inflate.c inftrees.c trees.c uncompr.c
16 trees.h zconf.h zlib.h
  /src/common/dist/zlib/watcom/
watcom_l.mak 10 trees.c uncompr.c zutil.c
15 trees.obj uncompr.obj zutil.obj
32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
watcom_f.mak 10 trees.c uncompr.c zutil.c
15 trees.obj uncompr.obj zutil.obj
32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
  /src/common/dist/zlib/contrib/delphi/
zlibd32.mak 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
ZLib.pas 208 {$L trees.obj}
  /src/common/dist/zlib/contrib/pascal/
zlibd32.mak 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
zlibpas.pas 184 {$L trees.obj}
  /src/lib/libz/
Makefile 16 inflate.c inftrees.c trees.c uncompr.c zutil.c gzwrite.c \
  /src/sys/net/
zlib.c 463 /* used by trees.c: */
476 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
480 * The same heap array is used to build all trees.
484 /* Depth of each subtree used as tie breaker for trees of equal frequency
500 * - creating new Huffman trees less frequently may not provide fast
505 * trees more frequently.
517 ulg opt_len; /* bit length of current block with optimal trees */
518 ulg static_len; /* bit length of current block with static trees */
554 /* in trees.c */
1969 /* +++ trees.c *
3905 } trees; \/* if DTREE, decoding info for trees *\/ member in union:inflate_blocks_state::__anon7107
    [all...]
  /src/common/dist/zlib/
make_vms.com 203 $ CALL MAKE trees.OBJ "CC ''CCOPT' trees" -
204 trees.c deflate.h zutil.h zlib.h zconf.h
431 deflate.obj, trees.obj, zutil.obj, inflate.obj, \
469 trees.obj : trees.c deflate.h zutil.h zlib.h zconf.h
  /src/share/mk/
bsd.own.mk 871 # Where the system object and source trees are kept; can be configurable

Completed in 35 milliseconds