Home
last modified time | relevance | path

Searched defs:hashtree (Results 1 – 9 of 9) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Containers/
H A Dhashtree.hpp90 template<class K, class V> class hashtree { class
95 inline hashtree (bool): rep (NULL) {} in hashtree() function in hashtree
106 inline hashtree (): rep (tm_new<hashtree_rep<K,V> > ()) {} in hashtree() function in hashtree
109 inline hashtree (V val): rep (tm_new<hashtree_rep<K,V> > (val)) {} in hashtree() function in hashtree
H A Dhashtree.cpp24 hashtree<K,V>::hashtree(const hashtree<K,V>& x): rep(x.rep) { in hashtree() function in hashtree
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/cmph/
H A Dhashtree.c19 hashtree_config_data_t *hashtree; in hashtree_config_new() local
38 hashtree_config_data_t *hashtree = (hashtree_config_data_t *)mph->data; in hashtree_config_set_hashfuncs() local
57 hashtree_config_data_t *hashtree = (hashtree_config_data_t *)mph->data; in hashtree_new() local
141 static void hashtree_traverse(hashtree_config_data_t *hashtree, cmph_uint8 *visited, cmph_uint32 v) in hashtree_traverse()
164 hashtree_config_data_t *hashtree = (hashtree_config_data_t *)mph->data; in hashtree_gen_edges() local
235 hashtree_data_t *hashtree = (hashtree_data_t *)malloc(sizeof(hashtree_data_t)); in hashtree_load() local
272 hashtree_data_t *hashtree = mphf->data; in hashtree_search() local
/dports/devel/tla/tla-1.3.5/src/hackerlab/hash/
H A Dhashtree.h122 struct hashtree struct
125 struct hashtree * parent; argument
146 struct hashtree * table; argument
/dports/net-p2p/libswift/libswift-dc0cbcc/ext/
H A Dseq_picker.cpp35 HashTree * hashtree() { in hashtree() function in SeqPiecePicker
H A Dvod_picker.cpp47 HashTree * hashtree() { in hashtree() function in VodPiecePicker
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/
H A DIndex.hs353 , hashtree :: Tree m -> Hash function
591 , hashtree = ht function
/dports/dns/nsd/nsd-4.3.9/
H A Dnamedb.h135 rbtree_type* hashtree; /* tree, hashed NSEC3precompiled domains */ member
/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dswift.h542 HashTree * hashtree() { in hashtree() function