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

  /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
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
  /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
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
  /src/common/dist/zlib/
Makefile.in 56 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o
60 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo
176 trees.o: $(SRCDIR)trees.c
177 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)trees.c
236 trees.lo: $(SRCDIR)trees.c
238 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/trees.o $(SRCDIR)trees.c
239 -@mv objs/trees.o $
    [all...]
Makefile.in 56 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o
60 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo
176 trees.o: $(SRCDIR)trees.c
177 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)trees.c
236 trees.lo: $(SRCDIR)trees.c
238 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/trees.o $(SRCDIR)trees.c
239 -@mv objs/trees.o $
    [all...]
  /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::__anon0201f1530a0a
    [all...]
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::__anon0201f1530a0a
    [all...]

Completed in 29 milliseconds