Home
last modified time | relevance | path

Searched refs:trees (Results 1 – 18 of 18) sorted by relevance

/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3074 } trees; /* if DTREE, decoding info for trees */ member
3216 ZFREE(z, s->sub.trees.blens, s->sub.trees.nblens * sizeof(uInt));
3357 s->sub.trees.table = t = (uInt)b & 0x3fff;
3370 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
3375 s->sub.trees.nblens = t;
3377 s->sub.trees.index = 0;
3381 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10))
3384 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7;
3387 while (s->sub.trees.index < 19)
3388 s->sub.trees.blens[border[s->sub.trees.index++]] = 0;
[all …]
/titanic_53/usr/src/boot/lib/libz/
H A DFREEBSD-upgrade16 FAQ gzio.c trees.c
17 README infback.c trees.h
H A DMakefile33 SRCS+= trees.c
H A DChangeLog271 - Update trees.c to be able to generate modified trees.h
362 - Avoid use of "eof" parameter in trees.c to not shadow library variable
513 - Add ush casts in trees.c to avoid pedantic runtime errors
531 - Add Z_TREES flush option to inflate() to return at end of trees
581 trees.c, according to the txtvsbin.txt document [Truta]
611 - Do not initialize global static by default in trees.c, add a response
638 - Add cast in trees.c t avoid a warning [Oberhumer]
678 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
706 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
723 - Fix trees.c to update strm->data_type (no one ever noticed!)
[all …]
/titanic_53/usr/src/tools/scripts/
H A Dvalidate_pkg.py794 trees = []
859 trees.append(manifesttree)
864 trees.append(prototree)
872 trees.append(protolist)
889 trees[0].compare(trees[1])
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4177 } trees; /* if DTREE, decoding info for trees */ member
4303 s->sub.trees.blens != Z_NULL) {
4304 ZFREE(z, s->sub.trees.blens);
4305 s->sub.trees.blens = Z_NULL;
4456 s->sub.trees.table = t = (uInt)b & 0x3fff;
4469 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t,
4476 s->sub.trees.index = 0;
4481 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10))
4484 s->sub.trees.blens[border[s->sub.trees.index++]] =
4488 while (s->sub.trees.index < 19)
[all …]
/titanic_53/usr/src/cmd/filesync/
H A DREADME53 trees with a baseline snapshot, to determine which files have
55 trees back into congruency. The baseline snapshot describes
59 The files and directory trees to be compared are determined
61 format (packingrules.4) permits files and or trees to be
68 spaces. For names that appear in both trees, the files
175 the trees under all directories in order to
181 limiting our attention to specific files and trees).
/titanic_53/usr/src/boot/lib/libz/doc/
H A Dalgorithm.txt14 match distances are compressed with another tree. The trees are stored
18 it would be useful to start another block with fresh trees. (This is
84 of the first table is nine bits. Also the distance trees have 30 possible
120 At least for deflate's output that generates new trees every several 10's of
H A Drfc1951.txt194 and Huffman coding. The Huffman trees for each block are independent
199 Each block consists of two parts: a pair of Huffman code trees that
201 compressed data part. (The Huffman trees themselves are compressed
214 The code trees for each block appear in a compact form just before
537 read representation of code trees (see
795 new block with fresh trees would be useful, or when the block size
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c40 prf_data_t trees; member
44 #define g_shared_trees (krb5int_profile_shared_data.trees)
/titanic_53/usr/src/contrib/zlib/
H A DChangeLog377 - Update trees.c to be able to generate modified trees.h
468 - Avoid use of "eof" parameter in trees.c to not shadow library variable
619 - Add ush casts in trees.c to avoid pedantic runtime errors
637 - Add Z_TREES flush option to inflate() to return at end of trees
687 trees.c, according to the txtvsbin.txt document [Truta]
717 - Do not initialize global static by default in trees.c, add a response
744 - Add cast in trees.c t avoid a warning [Oberhumer]
784 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
812 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
829 - Fix trees.c to update strm->data_type (no one ever noticed!)
[all …]
/titanic_53/usr/src/pkg/transforms/
H A Ddefaults34 # all files in the various kernel trees, except for .conf files.
/titanic_53/usr/src/tools/findunref/
H A Dexception_list.open42 # Ignore everything under trees that may be resynched from outside ON.
/titanic_53/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif394 ##### Forward reference to an entry that starts sub-trees
/titanic_53/usr/src/uts/common/io/e1000api/
H A DREADME32 back into solaris trees (S10 & S9U4):
/titanic_53/usr/src/uts/common/io/e1000g/
H A DREADME32 back into solaris trees (S10 & S9U4):
/titanic_53/usr/src/uts/common/
H A DMakefile.files92 inflate.o inftrees.o trees.o
/titanic_53/usr/src/uts/intel/io/acpica/
H A Dchanges.txt16381 complete parse trees for ACPI tables and control methods.