Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3081 } trees; /* if DTREE, decoding info for trees */ member
3223 ZFREE(z, s->sub.trees.blens, s->sub.trees.nblens * sizeof(uInt));
3364 s->sub.trees.table = t = (uInt)b & 0x3fff;
3377 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
3382 s->sub.trees.nblens = t;
3384 s->sub.trees.index = 0;
3388 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10))
3391 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7;
3394 while (s->sub.trees.index < 19)
3395 s->sub.trees.blens[border[s->sub.trees.index++]] = 0;
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4175 } trees; /* if DTREE, decoding info for trees */ member
4301 s->sub.trees.blens != Z_NULL) {
4302 ZFREE(z, s->sub.trees.blens);
4303 s->sub.trees.blens = Z_NULL;
4454 s->sub.trees.table = t = (uInt)b & 0x3fff;
4467 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t,
4474 s->sub.trees.index = 0;
4479 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10))
4482 s->sub.trees.blens[border[s->sub.trees.index++]] =
4486 while (s->sub.trees.index < 19)
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py817 trees = []
882 trees.append(manifesttree)
887 trees.append(prototree)
895 trees.append(protolist)
912 trees[0].compare(trees[1])
/illumos-gate/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).
/illumos-gate/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)
/illumos-gate/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 …]
/illumos-gate/usr/src/pkg/transforms/
H A Ddefaults34 # all files in the various kernel trees, except for .conf files.
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.open42 # Ignore everything under trees that may be resynched from outside ON.
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif394 ##### Forward reference to an entry that starts sub-trees
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME32 back into solaris trees (S10 & S9U4):
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME32 back into solaris trees (S10 & S9U4):
/illumos-gate/usr/src/uts/common/
H A DMakefile.files97 inflate.o inftrees.o trees.o
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt16381 complete parse trees for ACPI tables and control methods.