Searched refs:trees (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3074 } 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_41/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 792 trees = [] 857 trees.append(manifesttree) 862 trees.append(prototree) 870 trees.append(protolist) 887 trees[0].compare(trees[1])
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 4177 } 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_41/usr/src/cmd/filesync/ |
H A D | README | 53 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_41/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_file.c | 40 prf_data_t trees; member 44 #define g_shared_trees (krb5int_profile_shared_data.trees)
|
/titanic_41/usr/src/pkg/transforms/ |
H A D | defaults | 34 # all files in the various kernel trees, except for .conf files.
|
/titanic_41/usr/src/tools/findunref/ |
H A D | exception_list.open | 42 # Ignore everything under trees that may be resynched from outside ON.
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kerberos.ldif | 394 ##### Forward reference to an entry that starts sub-trees
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | README | 32 back into solaris trees (S10 & S9U4):
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | README | 32 back into solaris trees (S10 & S9U4):
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 92 inflate.o inftrees.o trees.o
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 16381 complete parse trees for ACPI tables and control methods.
|