Home
last modified time | relevance | path

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

/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/lib/
H A Dtreemerge.c145 RmTrie *count_tree = user_data; in rm_tm_count_art_callback() local
175 int old_count = GPOINTER_TO_INT(rm_trie_search(count_tree, path)); in rm_tm_count_art_callback()
182 rm_trie_insert(count_tree, path, GINT_TO_POINTER(new_count)); in rm_tm_count_art_callback()
189 static bool rm_tm_count_files(RmTrie *count_tree, const RmCfg *const cfg) { in rm_tm_count_files() argument
269 rm_trie_iter(&file_tree, NULL, true, false, rm_tm_count_art_callback, count_tree); in rm_tm_count_files()
280 rm_tm_count_art_callback(&file_tree, node, 0, count_tree); in rm_tm_count_files()
541 rm_trie_init(&self->count_tree); in rm_tm_new()
543 if(!rm_tm_count_files(&self->count_tree, session->cfg)) { in rm_tm_new()
586 int file_count = GPOINTER_TO_INT(rm_trie_search(&self->count_tree, dirname)); in rm_tm_feed()
991 GPOINTER_TO_UINT(rm_trie_search(&self->count_tree, parent_dir)); in rm_tm_cluster_up()
[all …]
/dports/science/py-ase/ase-3.22.0/ase/
H A Dformula.py62 self._count = _count or count_tree(self._tree)
444 def count_tree(tree: Tree) -> Dict[str, int]: function
449 return {symb: n * N for symb, n in count_tree(tree).items()}
452 for symb, n in count_tree(tree).items():
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_conncount.c385 count_tree(struct net *net, in count_tree() function
512 return count_tree(net, data, key, tuple, zone); in nf_conncount_count()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnf_conncount.c385 count_tree(struct net *net, in count_tree() function
512 return count_tree(net, data, key, tuple, zone); in nf_conncount_count()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnf_conncount.c385 count_tree(struct net *net, in count_tree() function
512 return count_tree(net, data, key, tuple, zone); in nf_conncount_count()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-enip.c2788 proto_tree *count_tree; in dissect_cpf() local
2814 count_tree = proto_item_add_subtree( count_item, ett_count_tree ); in dissect_cpf()
2831 …proto_item* type_item = proto_tree_add_item_ret_uint( count_tree, hf_enip_cpf_typeid, tvb, offset,… in dissect_cpf()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-enip.c2788 proto_tree *count_tree; in dissect_cpf() local
2814 count_tree = proto_item_add_subtree( count_item, ett_count_tree ); in dissect_cpf()
2831 …proto_item* type_item = proto_tree_add_item_ret_uint( count_tree, hf_enip_cpf_typeid, tvb, offset,… in dissect_cpf()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-enip.c2788 proto_tree *count_tree; in dissect_cpf() local
2814 count_tree = proto_item_add_subtree( count_item, ett_count_tree ); in dissect_cpf()
2831 …proto_item* type_item = proto_tree_add_item_ret_uint( count_tree, hf_enip_cpf_typeid, tvb, offset,… in dissect_cpf()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-enip.c2788 proto_tree *count_tree; in dissect_cpf() local
2814 count_tree = proto_item_add_subtree( count_item, ett_count_tree ); in dissect_cpf()
2831 …proto_item* type_item = proto_tree_add_item_ret_uint( count_tree, hf_enip_cpf_typeid, tvb, offset,… in dissect_cpf()