Home
last modified time | relevance | path

Searched refs:hashtbl (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/surface_matching/src/
H A Dt_hash_int.cpp78 if (!hashtbl) in hashtableCreate()
82 if (!hashtbl->nodes) in hashtableCreate()
84 free(hashtbl); in hashtableCreate()
88 hashtbl->size=size; in hashtableCreate()
95 return hashtbl; in hashtableCreate()
114 free(hashtbl->nodes); in hashtableDestroy()
115 free(hashtbl); in hashtableDestroy()
122 size_t hash=hashtbl->hashfunc(key)%hashtbl->size; in hashtableInsert()
189 size_t hash=hashtbl->hashfunc(key)%hashtbl->size; in hashtableRemove()
214 size_t hash=hashtbl->hashfunc(key)%hashtbl->size; in hashtableGet()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dparse_config.h302 void s_p_hashtbl_destroy(s_p_hashtbl_t *hashtbl);
367 int s_p_parse_line_complete(s_p_hashtbl_t *hashtbl,
449 const s_p_hashtbl_t *hashtbl);
466 const s_p_hashtbl_t *hashtbl);
483 const s_p_hashtbl_t *hashtbl);
500 const s_p_hashtbl_t *hashtbl);
517 const s_p_hashtbl_t *hashtbl);
534 const s_p_hashtbl_t *hashtbl);
552 const s_p_hashtbl_t *hashtbl);
589 const char *key, const s_p_hashtbl_t *hashtbl);
[all …]
H A Dparse_config.c163 if (hashtbl == NULL) in _conf_hashtbl_lookup()
212 if (!hashtbl[0]) { in s_p_hashtbl_create()
224 return hashtbl; in s_p_hashtbl_create()
292 if (!hashtbl) in s_p_hashtbl_destroy()
295 if (hashtbl[0] && hashtbl[0]->keyvalue_re) { in s_p_hashtbl_destroy()
306 xfree(hashtbl); in s_p_hashtbl_destroy()
1502 xassert(hashtbl); in _parse_expline_adapt_table()
1549 xassert(hashtbl); in _hashtbl_plain_to_string()
1854 if (!hashtbl) in _get_check()
1938 if (!hashtbl) in s_p_get_operator()
[all …]
H A Dread_config.c3501 hashtbl)) in _validate_and_set_defaults()
3562 hashtbl); in _validate_and_set_defaults()
3564 hashtbl); in _validate_and_set_defaults()
3566 hashtbl); in _validate_and_set_defaults()
3568 hashtbl); in _validate_and_set_defaults()
3594 hashtbl)) { in _validate_and_set_defaults()
3643 hashtbl)) in _validate_and_set_defaults()
3844 hashtbl)) { in _validate_and_set_defaults()
4451 hashtbl)) in _validate_and_set_defaults()
4598 hashtbl); in _validate_and_set_defaults()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/I2Ohash/
H A DI2Ohash.h41 I2Ohash *hashtbl
52 I2Ohash *hashtbl
63 I2Ohash *hashtbl
84 I2Ohash *hashtbl,
104 I2Ohash *hashtbl,
123 I2Ohash *hashtbl,
142 I2Ohash *hashtbl,
157 I2Ohash *hashtbl
174 I2Ohash *hashtbl,
/dports/math/spooles-mpich/spooles.2.2/I2Ohash/
H A DI2Ohash.h41 I2Ohash *hashtbl
52 I2Ohash *hashtbl
63 I2Ohash *hashtbl
84 I2Ohash *hashtbl,
104 I2Ohash *hashtbl,
123 I2Ohash *hashtbl,
142 I2Ohash *hashtbl,
157 I2Ohash *hashtbl
174 I2Ohash *hashtbl,
/dports/math/spooles/spooles.2.2_SHARED/I2Ohash/
H A DI2Ohash.h41 I2Ohash *hashtbl
52 I2Ohash *hashtbl
63 I2Ohash *hashtbl
84 I2Ohash *hashtbl,
104 I2Ohash *hashtbl,
123 I2Ohash *hashtbl,
142 I2Ohash *hashtbl,
157 I2Ohash *hashtbl
174 I2Ohash *hashtbl,
/dports/math/spooles/spooles.2.2/I2Ohash/
H A DI2Ohash.h41 I2Ohash *hashtbl
52 I2Ohash *hashtbl
63 I2Ohash *hashtbl
84 I2Ohash *hashtbl,
104 I2Ohash *hashtbl,
123 I2Ohash *hashtbl,
142 I2Ohash *hashtbl,
157 I2Ohash *hashtbl
174 I2Ohash *hashtbl,
/dports/dns/dnscap/dnscap-2.0.1/src/
H A Dhashtbl.h53 typedef struct hashtbl hashtbl; typedef
54 struct hashtbl { struct
63 hashtbl* hash_create(unsigned int N, hashkey_func hasher, hashkeycmp_func cmp, hashfree_func datafr… argument
64 int hash_add(const void* key, void* data, hashtbl* tbl);
65 void* hash_find(const void* key, hashtbl* tbl);
66 void hash_remove(const void* key, hashtbl* tbl);
67 void hash_free(hashtbl* tbl);
68 void hash_destroy(hashtbl* tbl);
H A Dhashtbl.c41 hashtbl* hash_create(unsigned int N, hashkey_func hasher, hashkeycmp_func cmp, hashfree_func datafr… in hash_create()
43 hashtbl* new; in hash_create()
49 if ((new = calloc(1, sizeof(hashtbl)))) { in hash_create()
64 int hash_add(const void* key, void* data, hashtbl* tbl) in hash_add()
89 void* hash_find(const void* key, hashtbl* tbl) in hash_find()
108 void hash_remove(const void* key, hashtbl* tbl) in hash_remove()
131 void hash_free(hashtbl* tbl) in hash_free()
152 void hash_destroy(hashtbl* tbl) in hash_destroy()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/proctrack/linuxproc/
H A Dkill_tree.c107 ppids = hashtbl[idx]; in _push_to_hashtbl()
117 hashtbl[idx] = newppid; in _push_to_hashtbl()
159 xppid_t **hashtbl; in _build_hashtbl() local
211 return hashtbl; in _build_hashtbl()
232 ppid = hashtbl[i]; in _destroy_hashtbl()
240 xfree(hashtbl); in _destroy_hashtbl()
306 xppid_t **hashtbl; in kill_proc_tree() local
313 _destroy_hashtbl(hashtbl); in kill_proc_tree()
385 xppid_t **hashtbl; in proctrack_linuxproc_get_pids() local
397 _destroy_hashtbl(hashtbl); in proctrack_linuxproc_get_pids()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/surface_matching/include/opencv2/surface_matching/
H A Dt_hash_int.hpp94 void hashtableDestroy(hashtable_int *hashtbl);
95 int hashtableInsert(hashtable_int *hashtbl, KeyType key, void *data);
96 int hashtableInsertHashed(hashtable_int *hashtbl, KeyType key, void *data);
97 int hashtableRemove(hashtable_int *hashtbl, KeyType key);
98 void *hashtableGet(hashtable_int *hashtbl, KeyType key);
99 hashnode_i* hashtableGetBucketHashed(hashtable_int *hashtbl, KeyType key);
100 int hashtableResize(hashtable_int *hashtbl, size_t size);
101 hashtable_int *hashtable_int_clone(hashtable_int *hashtbl);
103 int hashtableWrite(const hashtable_int * hashtbl, const size_t dataSize, FILE* f);
104 void hashtablePrint(hashtable_int *hashtbl);
/dports/dns/dnscap/dnscap-2.0.1/plugins/rssm/
H A DMakefile.am2 CLEANFILES = $(srcdir)/hashtbl.c \
3 hashtbl.c *.gcda *.gcno *.gcov
13 nodist_rssm_la_SOURCES = hashtbl.c
14 BUILT_SOURCES = hashtbl.c
32 hashtbl.c: $(top_srcdir)/src/hashtbl.c
33 cp $(top_srcdir)/src/hashtbl.c ./
35 $(srcdir)/hashtbl.c: $(top_srcdir)/src/hashtbl.c
36 cp $(top_srcdir)/src/hashtbl.c $(srcdir)/
/dports/security/integrit/integrit-4.1/
H A DChangeLog10 hashtbl/.cvsignore, test/.cvsignore, test/bug-report, test/test,
43 * acconfig.h, configure.in, hashtbl/acconfig.h,
44 hashtbl/configure.in: Removed acconfig.h usage.
65 hashtbl/acconfig.h, hashtbl/configure.in, hashtbl/hashtbl.c,
66 hashtbl/hashtbl.h, hashtbl/hashtest.c, hashtbl/hforeach.c,
67 hashtbl/hfree.c, hashtbl/hgrow.c, hashtbl/hgrow.h,
68 hashtbl/hhash.c, hashtbl/hhash.h, hashtbl/leakfind.h,
69 hashtbl/stdint.h.in, test/bug-report, test/bug-report.m4,
113 * config.h.in, hashtbl/config.h.in: Remove config.h.in files
148 hashtbl/configure: Yuri D'Elia: stop_on_err, respect no
[all …]
H A DMakefile.in33 CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/hashtbl @CPPFLAGS@
49 $(PROG) : $(OBJ) libintegrit.a hashtbl/libhashtbl.a
65 hashtbl/libhashtbl.a : hashtbl/Makefile
67 cd hashtbl && $(MAKE)
88 elif test -r hashtbl/$$h; then \
107 cd hashtbl && $(MAKE) $@
114 cd hashtbl && $(MAKE) $@
117 stdint.h hashtbl/stdint.h
119 $(RM) -rf autom4te.cache hashtbl/autom4te.cache
126 cd hashtbl && $(MAKE) $@
H A Ddep.mak16 …srcdir}/cdb_make.h ${srcdir}/cdb_get.h ${srcdir}/cdb_put.h ${srcdir}/hashtbl/hashtbl.h ${srcdir}/e…
18 elcerror.o : ${srcdir}/elcerror.c ${srcdir}/cdb.h ${srcdir}/cdb_make.h ${srcdir}/hashtbl/hashtbl.h…
26 …c ${srcdir}/digest.h ${srcdir}/cdb.h ${srcdir}/cdb_make.h ${srcdir}/hashtbl/hashtbl.h ${srcdir}/e…
28 …h ${srcdir}/cdb.h ${srcdir}/cdb_make.h ${srcdir}/cdb_seq.h ${srcdir}/hashtbl/hashtbl.h ${srcdir}/i…
30 options.o : ${srcdir}/options.c ${srcdir}/cdb.h ${srcdir}/cdb_make.h ${srcdir}/hashtbl/hashtbl.h $…
32 rules.o : ${srcdir}/rules.c ${srcdir}/hashtbl/hashtbl.h ${srcdir}/xstrdup.h ${srcdir}/cdb.h ${srcd…
36 xml.o : ${srcdir}/xml.c ${srcdir}/cdb.h ${srcdir}/cdb_make.h ${srcdir}/hashtbl/hashtbl.h ${srcdir}…
38 xstradd.o : ${srcdir}/xstradd.c ${srcdir}/cdb.h ${srcdir}/cdb_make.h ${srcdir}/hashtbl/hashtbl.h $…
/dports/dns/dnstop/dnstop-20140915/
H A Dhashtbl.h28 } hashtbl; typedef
30 hashtbl *hash_create(int N, hashfunc *, hashkeycmp *);
31 int hash_add(const void *key, void *data, hashtbl *);
32 void *hash_find(const void *key, hashtbl *);
33 void hash_iter_init(hashtbl *);
34 void *hash_iterate(hashtbl *);
35 int hash_count(hashtbl *);
36 void hash_free(hashtbl *, void freefunc(void *));
H A Dhashtbl.c19 hashtbl
22 hashtbl *new = calloc(1, sizeof(*new)); in hash_create()
32 hash_add(const void *key, void *data, hashtbl *tbl) in hash_add()
46 hash_find(const void *key, hashtbl *tbl) in hash_find()
58 hash_count(hashtbl *tbl) in hash_count()
71 hash_free(hashtbl *tbl, void freefunc(void *)) in hash_free()
85 hash_iter_next_slot(hashtbl *tbl) in hash_iter_next_slot()
96 hash_iter_init(hashtbl *tbl) in hash_iter_init()
105 hash_iterate(hashtbl *tbl) in hash_iterate()
/dports/editors/led/led-2.0/src/
H A Dhash.c36 LIST_HEAD(, dummy) *hashtbl; in hash_alloc()
39 hashtbl = ckmalloc(sizeof(*hashtbl) * buckets); in hash_alloc()
41 LIST_INIT(&hashtbl[i]); in hash_alloc()
53 hashtab->table = hashtbl; in hash_alloc()
60 return hashtbl; in hash_alloc()
71 LIST_HEAD(, dummy) *hashtbl; in hash_stats()
77 hashtbl = table; in hash_stats()
84 item = (char *) LIST_FIRST(&hashtbl[idx]); in hash_stats()
/dports/dns/dsc/dsc-2.11.1/src/
H A Dhashtbl.h67 } hashtbl; typedef
69 hashtbl* hash_create(int N, hashfunc*, hashkeycmp*, int use_arena, hashfree*, hashfree*);
70 void hash_destroy(hashtbl*);
71 int hash_add(const void* key, void* data, hashtbl*);
72 void hash_remove(const void* key, hashtbl* tbl);
73 void* hash_find(const void* key, hashtbl*);
74 void hash_iter_init(hashtbl*);
75 void* hash_iterate(hashtbl*);
H A Dhashtbl.c42 hashtbl* hash_create(int N, hashfunc* hasher, hashkeycmp* cmp, int use_arena, hashfree* keyfree, ha… in hash_create()
44 hashtbl* new = (*(use_arena ? acalloc : xcalloc))(1, sizeof(*new)); in hash_create()
62 void hash_destroy(hashtbl* tbl) in hash_destroy()
82 int hash_add(const void* key, void* data, hashtbl* tbl) in hash_add()
98 void hash_remove(const void* key, hashtbl* tbl) in hash_remove()
118 void* hash_find(const void* key, hashtbl* tbl) in hash_find()
130 hash_iter_next_slot(hashtbl* tbl) in hash_iter_next_slot()
140 void hash_iter_init(hashtbl* tbl) in hash_iter_init()
148 void* hash_iterate(hashtbl* tbl) in hash_iterate()
/dports/math/spooles-mpich/spooles.2.2/I2Ohash/drivers/
H A Dtest_hash.c20 I2Ohash *hashtbl ; in main() local
68 hashtbl = I2Ohash_new() ; in main()
69 I2Ohash_init(hashtbl, size, nent/2, grow) ; in main()
85 I2Ohash_insert(hashtbl, key1, key2, NULL) ; in main()
88 ii+1, I2Ohash_measure(hashtbl)) ; in main()
91 I2Ohash_writeForHumanEye(hashtbl, msgFile) ; in main()
96 size, nent, I2Ohash_measure(hashtbl)) ; in main()
/dports/math/spooles-mpich/spooles.2.2_SHARED/I2Ohash/drivers/
H A Dtest_hash.c20 I2Ohash *hashtbl ; in main() local
68 hashtbl = I2Ohash_new() ; in main()
69 I2Ohash_init(hashtbl, size, nent/2, grow) ; in main()
85 I2Ohash_insert(hashtbl, key1, key2, NULL) ; in main()
88 ii+1, I2Ohash_measure(hashtbl)) ; in main()
91 I2Ohash_writeForHumanEye(hashtbl, msgFile) ; in main()
96 size, nent, I2Ohash_measure(hashtbl)) ; in main()
/dports/math/spooles/spooles.2.2_SHARED/I2Ohash/drivers/
H A Dtest_hash.c20 I2Ohash *hashtbl ; in main() local
68 hashtbl = I2Ohash_new() ; in main()
69 I2Ohash_init(hashtbl, size, nent/2, grow) ; in main()
85 I2Ohash_insert(hashtbl, key1, key2, NULL) ; in main()
88 ii+1, I2Ohash_measure(hashtbl)) ; in main()
91 I2Ohash_writeForHumanEye(hashtbl, msgFile) ; in main()
96 size, nent, I2Ohash_measure(hashtbl)) ; in main()
/dports/math/spooles/spooles.2.2/I2Ohash/drivers/
H A Dtest_hash.c20 I2Ohash *hashtbl ; in main() local
68 hashtbl = I2Ohash_new() ; in main()
69 I2Ohash_init(hashtbl, size, nent/2, grow) ; in main()
85 I2Ohash_insert(hashtbl, key1, key2, NULL) ; in main()
88 ii+1, I2Ohash_measure(hashtbl)) ; in main()
91 I2Ohash_writeForHumanEye(hashtbl, msgFile) ; in main()
96 size, nent, I2Ohash_measure(hashtbl)) ; in main()

12345678910