Home
last modified time | relevance | path

Searched refs:subtree_length (Results 1 – 9 of 9) sorted by relevance

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Tree/
H A DTree.pm282 sub total_branch_length { shift->subtree_length }
297 sub subtree_length { subroutine
/dports/databases/dbh/libdbh2-5.0.22/src/
H A Ddbh.h677 unsigned char *key, unsigned char subtree_length);
694 unsigned char *key, unsigned char subtree_length);
H A Ddbh_exported.i690 int dbh_prune (DBHashTable * dbh, unsigned char *key, unsigned char subtree_length) { in dbh_prune() argument
699 result = dbh_sweep (dbh, prune_mark_erased, key, NULL, subtree_length); in dbh_prune()
707 int dbh_unprune (DBHashTable * dbh, unsigned char *key, unsigned char subtree_length) { in dbh_unprune() argument
716 result = dbh_sweep (dbh, prune_mark_unerased, key, NULL, subtree_length); in dbh_unprune()
H A Ddbh.h.in666 * @subtree_length: number of branches to erase.
677 unsigned char *key, unsigned char subtree_length);
685 * @subtree_length: number of branches to erase.
694 unsigned char *key, unsigned char subtree_length);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/Tree/
H A DTree.t138 is $tree->total_branch_length, $tree->subtree_length,
139 "subtree_length() without attributes is an alias to total_branch_lenght()";
140 cmp_ok($total_length_orig, '>',$tree->subtree_length($a->ancestor),
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ieee802154.c3172 guint32 subtree_length; in ieee802154_create_tap_tlv_tree() local
3176 subtree_length = 4 + *length; in ieee802154_create_tap_tlv_tree()
3178 subtree_length += (4 - *length % 4); in ieee802154_create_tap_tlv_tree()
3181 …subtree = proto_tree_add_subtree(tree, tvb, offset, subtree_length, ett_ieee802154_tap_tlv, &ti, "… in ieee802154_create_tap_tlv_tree()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ieee802154.c3172 guint32 subtree_length; in ieee802154_create_tap_tlv_tree() local
3176 subtree_length = 4 + *length; in ieee802154_create_tap_tlv_tree()
3178 subtree_length += (4 - *length % 4); in ieee802154_create_tap_tlv_tree()
3181 …subtree = proto_tree_add_subtree(tree, tvb, offset, subtree_length, ett_ieee802154_tap_tlv, &ti, "… in ieee802154_create_tap_tlv_tree()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ieee802154.c3172 guint32 subtree_length; in ieee802154_create_tap_tlv_tree() local
3176 subtree_length = 4 + *length; in ieee802154_create_tap_tlv_tree()
3178 subtree_length += (4 - *length % 4); in ieee802154_create_tap_tlv_tree()
3181 …subtree = proto_tree_add_subtree(tree, tvb, offset, subtree_length, ett_ieee802154_tap_tlv, &ti, "… in ieee802154_create_tap_tlv_tree()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ieee802154.c3172 guint32 subtree_length; in ieee802154_create_tap_tlv_tree() local
3176 subtree_length = 4 + *length; in ieee802154_create_tap_tlv_tree()
3178 subtree_length += (4 - *length % 4); in ieee802154_create_tap_tlv_tree()
3181 …subtree = proto_tree_add_subtree(tree, tvb, offset, subtree_length, ett_ieee802154_tap_tlv, &ti, "… in ieee802154_create_tap_tlv_tree()