Home
last modified time | relevance | path

Searched defs:ht (Results 126 – 150 of 7652) sorted by relevance

12345678910>>...307

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_hashtab.c45 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) in drm_ht_create()
63 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list()
77 static struct hlist_node *drm_ht_find_key(struct drm_open_hash *ht, in drm_ht_find_key()
95 static struct hlist_node *drm_ht_find_key_rcu(struct drm_open_hash *ht, in drm_ht_find_key_rcu()
113 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
144 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
169 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item()
183 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key()
195 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
202 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_hashtab.c45 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) in drm_ht_create()
63 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list()
77 static struct hlist_node *drm_ht_find_key(struct drm_open_hash *ht, in drm_ht_find_key()
95 static struct hlist_node *drm_ht_find_key_rcu(struct drm_open_hash *ht, in drm_ht_find_key_rcu()
113 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
144 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
169 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item()
183 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key()
195 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
202 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_hashtab.c45 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) in drm_ht_create()
63 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list()
77 static struct hlist_node *drm_ht_find_key(struct drm_open_hash *ht, in drm_ht_find_key()
95 static struct hlist_node *drm_ht_find_key_rcu(struct drm_open_hash *ht, in drm_ht_find_key_rcu()
113 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
144 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
169 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item()
183 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key()
195 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
202 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_hashtab.c44 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) in drm_ht_create()
57 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list()
72 drm_ht_find_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_find_key()
90 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
119 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
143 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item()
156 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key()
168 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
174 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove()
/dports/textproc/nunnimcax/NunniMCAX-1.4.1/
H A DNunniHashtable.c48 struct NunniHashtable *ht = calloc( 1, sizeof(struct NunniHashtable) ); in NunniHashtableCreate() local
55 void NunniHashtableDelete( struct NunniHashtable *ht ) { in NunniHashtableDelete()
68 int NunniHashtableIsEmpty( struct NunniHashtable *ht ) { in NunniHashtableIsEmpty()
73 int NunniHashtablePut( struct NunniHashtable *ht, char *key, char *value ) { in NunniHashtablePut()
109 const char * NunniHashtableGet( struct NunniHashtable *ht, const char *key ) { in NunniHashtableGet()
126 int NunniHashtableContains( struct NunniHashtable *ht, const char *key ) { in NunniHashtableContains()
142 int NunniHashtableSize( struct NunniHashtable *ht ) { in NunniHashtableSize()
147 int NunniHashtableKeys( struct NunniHashtable *ht, char *keys[] ) { in NunniHashtableKeys()
154 void NunniHashtableClear( struct NunniHashtable *ht, int freeup ) { in NunniHashtableClear()
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/screen/
H A Dshl_htable.c89 static void htable_init(struct htable *ht, in htable_init()
100 static void htable_clear(struct htable *ht, in htable_clear()
121 static void htable_visit(struct htable *ht, in htable_visit()
140 static void *htable_val(const struct htable *ht, in htable_val()
185 static COLD bool double_table(struct htable *ht) in double_table()
325 struct htable *ht = (void*)&htable->htable; in shl_htable_init() local
335 struct htable *ht = (void*)&htable->htable; in shl_htable_clear() local
344 struct htable *ht = (void*)&htable->htable; in shl_htable_visit() local
352 struct htable *ht = (void*)&htable->htable; in shl_htable_lookup() local
371 struct htable *ht = (void*)&htable->htable; in shl_htable_insert() local
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/screen/
H A Dshl_htable.c89 static void htable_init(struct htable *ht, in htable_init()
100 static void htable_clear(struct htable *ht, in htable_clear()
121 static void htable_visit(struct htable *ht, in htable_visit()
140 static void *htable_val(const struct htable *ht, in htable_val()
185 static COLD bool double_table(struct htable *ht) in double_table()
325 struct htable *ht = (void*)&htable->htable; in shl_htable_init() local
335 struct htable *ht = (void*)&htable->htable; in shl_htable_clear() local
344 struct htable *ht = (void*)&htable->htable; in shl_htable_visit() local
352 struct htable *ht = (void*)&htable->htable; in shl_htable_lookup() local
371 struct htable *ht = (void*)&htable->htable; in shl_htable_insert() local
[all …]
/dports/devel/libtsm/libtsm-3/src/
H A Dshl_htable.c89 static void htable_init(struct htable *ht, in htable_init()
100 static void htable_clear(struct htable *ht, in htable_clear()
121 static void htable_visit(struct htable *ht, in htable_visit()
140 static void *htable_val(const struct htable *ht, in htable_val()
185 static COLD bool double_table(struct htable *ht) in double_table()
325 struct htable *ht = (void*)&htable->htable; in shl_htable_init() local
335 struct htable *ht = (void*)&htable->htable; in shl_htable_clear() local
344 struct htable *ht = (void*)&htable->htable; in shl_htable_visit() local
352 struct htable *ht = (void*)&htable->htable; in shl_htable_lookup() local
371 struct htable *ht = (void*)&htable->htable; in shl_htable_insert() local
[all …]
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/screen/
H A Dshl_htable.c89 static void htable_init(struct htable *ht, in htable_init()
100 static void htable_clear(struct htable *ht, in htable_clear()
121 static void htable_visit(struct htable *ht, in htable_visit()
140 static void *htable_val(const struct htable *ht, in htable_val()
185 static COLD bool double_table(struct htable *ht) in double_table()
325 struct htable *ht = (void*)&htable->htable; in shl_htable_init() local
335 struct htable *ht = (void*)&htable->htable; in shl_htable_clear() local
344 struct htable *ht = (void*)&htable->htable; in shl_htable_visit() local
352 struct htable *ht = (void*)&htable->htable; in shl_htable_lookup() local
371 struct htable *ht = (void*)&htable->htable; in shl_htable_insert() local
[all …]
/dports/x11/havoc/havoc-0.3.1/tsm/
H A Dshl-htable.c89 static void htable_init(struct htable *ht, in htable_init()
100 static void htable_clear(struct htable *ht, in htable_clear()
121 static void htable_visit(struct htable *ht, in htable_visit()
140 static void *htable_val(const struct htable *ht, in htable_val()
185 static COLD bool double_table(struct htable *ht) in double_table()
325 struct htable *ht = (void*)&htable->htable; in shl_htable_init() local
335 struct htable *ht = (void*)&htable->htable; in shl_htable_clear() local
344 struct htable *ht = (void*)&htable->htable; in shl_htable_visit() local
352 struct htable *ht = (void*)&htable->htable; in shl_htable_lookup() local
371 struct htable *ht = (void*)&htable->htable; in shl_htable_insert() local
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/screen/
H A Dshl_htable.c89 static void htable_init(struct htable *ht, in htable_init()
100 static void htable_clear(struct htable *ht, in htable_clear()
121 static void htable_visit(struct htable *ht, in htable_visit()
140 static void *htable_val(const struct htable *ht, in htable_val()
185 static COLD bool double_table(struct htable *ht) in double_table()
325 struct htable *ht = (void*)&htable->htable; in shl_htable_init() local
335 struct htable *ht = (void*)&htable->htable; in shl_htable_clear() local
344 struct htable *ht = (void*)&htable->htable; in shl_htable_visit() local
352 struct htable *ht = (void*)&htable->htable; in shl_htable_lookup() local
371 struct htable *ht = (void*)&htable->htable; in shl_htable_insert() local
[all …]
/dports/devel/libcfu/libcfu-947dba4/src/
H A Dcfuhash.c181 cfuhash_table_t *ht; in _cfuhash_new() local
264 cfuhash_get_flags(cfuhash_table_t *ht) { in cfuhash_get_flags()
313 lock_hash(cfuhash_table_t *ht) { in lock_hash()
322 unlock_hash(cfuhash_table_t *ht) { in unlock_hash()
331 cfuhash_lock(cfuhash_table_t *ht) { in cfuhash_lock()
339 cfuhash_unlock(cfuhash_table_t *ht) { in cfuhash_unlock()
512 cfuhash_clear(cfuhash_table_t *ht) { in cfuhash_clear()
803 cfuhash_destroy(cfuhash_table_t *ht) { in cfuhash_destroy()
840 cfuhash_rehash(cfuhash_table_t *ht) { in cfuhash_rehash()
873 cfuhash_num_entries(cfuhash_table_t *ht) { in cfuhash_num_entries()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dhashtab.c45 void hash_init(hashtab_T *ht) in hash_init()
57 void hash_clear(hashtab_T *ht) in hash_clear()
67 void hash_clear_all(hashtab_T *ht, unsigned int off) in hash_clear_all()
88 hashitem_T *hash_find(const hashtab_T *const ht, const char_u *const key) in hash_find()
105 hashitem_T *hash_find_len(const hashtab_T *const ht, const char *const key, const size_t len) in hash_find_len()
204 int hash_add(hashtab_T *ht, char_u *key) in hash_add()
223 void hash_add_item(hashtab_T *ht, hashitem_T *hi, char_u *key, hash_T hash) in hash_add_item()
242 void hash_remove(hashtab_T *ht, hashitem_T *hi) in hash_remove()
253 void hash_lock(hashtab_T *ht) in hash_lock()
262 void hash_unlock(hashtab_T *ht) in hash_unlock()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/tests/internal/
H A Dhashtable.c54 static int ht_add(struct flb_hash *ht, char *key, char *val) in ht_add()
80 struct flb_hash *ht; in test_create_zero() local
92 struct flb_hash *ht; in test_single() local
113 struct flb_hash *ht; in test_small_table() local
130 struct flb_hash *ht; in test_medium_table() local
152 struct flb_hash *ht; in test_chaining() local
190 struct flb_hash *ht; in test_delete_all() local
224 struct flb_hash *ht; in test_random_eviction() local
249 struct flb_hash *ht; in test_less_used_eviction() local
289 struct flb_hash *ht; in test_older_eviction() local
[all …]
/dports/biology/py-deeptoolsintervals/deeptoolsintervals-0.1.9/deeptoolsintervals/tree/
H A DhashTable.c21 hashTable *ht = calloc(1, sizeof(hashTable)); in initHT() local
33 void insertHTelement(hashTable *ht, hashTableElement *e, uint64_t hash) { in insertHTelement()
43 static void rehashElement(hashTable *ht, hashTableElement *e) { in rehashElement()
52 static void rehashHT(hashTable *ht) { in rehashHT()
64 static void growHT(hashTable *ht) { in growHT()
80 int32_t addHTelement(hashTable *ht, char *s) { in addHTelement()
100 void destroyHT(hashTable *ht) { in destroyHT()
113 int strExistsHT(hashTable *ht, char *s) { in strExistsHT()
125 int32_t str2valHT(hashTable *ht, char *s) { in str2valHT()
137 char *val2strHT(hashTable *ht, int32_t val) { in val2strHT()
/dports/graphics/box/box-0.4.0/box/
H A Dhashtable.c59 BoxHT *ht = Box_Mem_Alloc(sizeof(BoxHT)); in BoxHT_New() local
65 void BoxHT_Init(BoxHT *ht, unsigned int num_entries, in BoxHT_Init()
102 void BoxHT_Destroy(BoxHT *ht) { in BoxHT_Destroy()
107 void BoxHT_Finish(BoxHT *ht) { in BoxHT_Finish()
136 BoxHTItem *BoxHT_Add(BoxHT *ht, unsigned int branch, in BoxHT_Add()
176 BoxTask BoxHT_Remove_By_HTItem(BoxHT *ht, BoxHTItem *hi) { in BoxHT_Remove_By_HTItem()
203 BoxTask BoxHT_Rename(BoxHT *ht, void *key, unsigned int key_size, in BoxHT_Rename()
221 void BoxHT_Set_Attr(BoxHT *ht, int attr_mask, int attr_set) { in BoxHT_Set_Attr()
239 int BoxHT_Iter(BoxHT *ht, int branch, in BoxHT_Iter()
292 void BoxHT_Statistics(BoxHT *ht, FILE *out) { in BoxHT_Statistics()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Drhashtable.c37 static u32 head_hashfn(struct rhashtable *ht, in head_hashfn()
47 int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held()
387 static int rhashtable_shrink(struct rhashtable *ht) in rhashtable_shrink()
409 struct rhashtable *ht; in rht_deferred_worker() local
717 struct rhashtable *ht = iter->ht; in rhashtable_walk_start_check() local
791 struct rhashtable *ht = iter->ht; in __rhashtable_walk_find_next() local
862 struct rhashtable *ht = iter->ht; in rhashtable_walk_next() local
901 struct rhashtable *ht = iter->ht; in rhashtable_walk_peek() local
933 struct rhashtable *ht; in rhashtable_walk_stop() local
1015 int rhashtable_init(struct rhashtable *ht, in rhashtable_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Drhashtable.c37 static u32 head_hashfn(struct rhashtable *ht, in head_hashfn()
47 int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held()
387 static int rhashtable_shrink(struct rhashtable *ht) in rhashtable_shrink()
409 struct rhashtable *ht; in rht_deferred_worker() local
717 struct rhashtable *ht = iter->ht; in rhashtable_walk_start_check() local
791 struct rhashtable *ht = iter->ht; in __rhashtable_walk_find_next() local
862 struct rhashtable *ht = iter->ht; in rhashtable_walk_next() local
901 struct rhashtable *ht = iter->ht; in rhashtable_walk_peek() local
933 struct rhashtable *ht; in rhashtable_walk_stop() local
1015 int rhashtable_init(struct rhashtable *ht, in rhashtable_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Drhashtable.c37 static u32 head_hashfn(struct rhashtable *ht, in head_hashfn()
47 int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held()
387 static int rhashtable_shrink(struct rhashtable *ht) in rhashtable_shrink()
409 struct rhashtable *ht; in rht_deferred_worker() local
717 struct rhashtable *ht = iter->ht; in rhashtable_walk_start_check() local
791 struct rhashtable *ht = iter->ht; in __rhashtable_walk_find_next() local
862 struct rhashtable *ht = iter->ht; in rhashtable_walk_next() local
901 struct rhashtable *ht = iter->ht; in rhashtable_walk_peek() local
933 struct rhashtable *ht; in rhashtable_walk_stop() local
1015 int rhashtable_init(struct rhashtable *ht, in rhashtable_init()
[all …]
/dports/mail/mailagent/mailagent-9a14a15/agent/filter/
H A Dhash.c64 public int ht_create(ht, n) in ht_create() argument
98 public char *ht_value(ht, skey) in ht_value() argument
132 public char *ht_put(ht, skey, val) in ht_put() argument
177 public char *ht_force(ht, skey, val) in ht_force() argument
228 public int ht_xtend(ht) in ht_xtend() argument
271 public int ht_start(ht) in ht_start() argument
294 public int ht_next(ht) in ht_next() argument
319 public char *ht_ckey(ht) in ht_ckey() argument
327 public char *ht_cvalue(ht) in ht_cvalue() argument
335 public int ht_count(ht) in ht_count() argument
/dports/net/kamailio/kamailio-5.4.5/src/lib/cds/
H A Dhash_table.c32 int ht_init(hash_table_t *ht, hash_func_t hash_func, key_cmp_func_t cmp_keys, int size) in ht_init()
52 void ht_destroy(hash_table_t *ht) in ht_destroy()
72 int ht_add(hash_table_t *ht, ht_key_t key, ht_data_t data) in ht_add()
99 ht_data_t ht_find(hash_table_t *ht, ht_key_t key) in ht_find()
122 ht_data_t ht_remove(hash_table_t *ht, ht_key_t key) in ht_remove()
149 void ht_get_statistic(hash_table_t *ht, ht_statistic_t *s) in ht_get_statistic()
166 void ht_clear_statistic(hash_table_t *ht) in ht_clear_statistic()
178 ht_element_t *get_first_ht_element(hash_table_t *ht, ht_traversal_info_t *info) in get_first_ht_element()
/dports/sysutils/liburcu/userspace-rcu-0.13.0/src/
H A Drculfhash.c348 struct cds_lfht *ht; member
358 struct cds_lfht *ht; member
1048 void _cds_lfht_add(struct cds_lfht *ht, in _cds_lfht_add()
1353 void init_table(struct cds_lfht *ht, in init_table()
1451 void fini_table(struct cds_lfht *ht, in fini_table()
1589 struct cds_lfht *ht; in _cds_lfht_new() local
1801 int cds_lfht_replace(struct cds_lfht *ht, in cds_lfht_replace()
1956 void _do_cds_lfht_grow(struct cds_lfht *ht, in _do_cds_lfht_grow()
1971 void _do_cds_lfht_shrink(struct cds_lfht *ht, in _do_cds_lfht_shrink()
1990 void _do_cds_lfht_resize(struct cds_lfht *ht) in _do_cds_lfht_resize()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
67 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
120 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
143 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
165 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
180 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
212 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
219 void completion_hash_free(HashTable *ht) in completion_hash_free()
226 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
67 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
120 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
143 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
165 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
180 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
212 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
219 void completion_hash_free(HashTable *ht) in completion_hash_free()
226 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dcompletion_hash.cc47 int completion_hash_init(HashTable *ht, uint nSize) { in completion_hash_init()
63 int completion_hash_update(HashTable *ht, const char *arKey, uint nKeyLength, in completion_hash_update()
111 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
131 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) { in completion_hash_exists()
150 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
164 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
194 void completion_hash_clean(HashTable *ht) { in completion_hash_clean()
199 void completion_hash_free(HashTable *ht) { in completion_hash_free()
204 void add_word(HashTable *ht, const char *str) { in add_word()

12345678910>>...307