Home
last modified time | relevance | path

Searched refs:childlength (Results 1 – 4 of 4) sorted by relevance

/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/exec/
H A Dp3treeplot.pl178 my $childlength = $root->distance($child);
179 $$nexmatrix[$j] = [$rootname,$child->name(),$childlength];
180 if ($maxlength < $childlength) {$maxlength = $childlength}
188 my $childlength = $root->distance($child);
189 $$nexmatrix[$j] = [$parentname,$child->name(),$childlength];
190 if ($maxlength < $childlength) {$maxlength = $childlength}
/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/
H A DBTreeTemplate.c719 int childlength; /* len(self->data[min].child) */ in _BTree_set() local
795 childlength = d->child->len; in _BTree_set()
807 toobig = childlength > max_size; in _BTree_set()
812 toobig = childlength > max_size; in _BTree_set()
826 if (min && childlength) in _BTree_set()
901 if (childlength) in _BTree_set()
/dports/audio/libgpod/libgpod-0.8.3/src/
H A Ditdb_itunesdb.c1689 guint32 childlength; in get_mhod() local
1699 childlength = get32bint (cts, seek); in get_mhod()
1715 seek += childlength; in get_mhod()
/dports/audio/libgpod-sharp/libgpod-0.8.3/src/
H A Ditdb_itunesdb.c1689 guint32 childlength; in get_mhod() local
1699 childlength = get32bint (cts, seek); in get_mhod()
1715 seek += childlength; in get_mhod()