Home
last modified time | relevance | path

Searched defs:ht (Results 51 – 75 of 7012) sorted by relevance

12345678910>>...281

/dports/devel/avr-gcc/gcc-10.2.0/libcpp/include/
H A Dsymtab.h46 struct ht struct
72 /* Initialize the hashtable with 2 ^ order entries. */ argument
/dports/lang/gnat_util/gcc-6-20180516/libcpp/include/
H A Dsymtab.h46 struct ht struct
72 /* Initialize the hashtable with 2 ^ order entries. */ argument
/dports/devel/riscv64-gcc/gcc-8.3.0/libcpp/include/
H A Dsymtab.h46 struct ht struct
72 /* Initialize the hashtable with 2 ^ order entries. */ argument
/dports/lang/gcc11/gcc-11.2.0/libcpp/include/
H A Dsymtab.h46 struct ht struct
72 /* Initialize the hashtable with 2 ^ order entries. */ argument
/dports/lang/gcc10-devel/gcc-10-20211008/libcpp/include/
H A Dsymtab.h46 struct ht struct
72 /* Initialize the hashtable with 2 ^ order entries. */ argument
/dports/lang/gcc9/gcc-9.4.0/libcpp/include/
H A Dsymtab.h46 struct ht struct
72 /* Initialize the hashtable with 2 ^ order entries. */ argument
/dports/lang/gcc9-aux/gcc-9.1.0/libcpp/include/
H A Dsymtab.h46 struct ht struct
72 /* Initialize the hashtable with 2 ^ order entries. */ argument
/dports/devel/mingw32-gcc/gcc-4.8.1/libcpp/include/
H A Dsymtab.h46 struct ht struct
72 /* Initialize the hashtable with 2 ^ order entries. */ argument
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/adt/
H A Dhashtable.c104 freeHashTable(HashTable ht) in freeHashTable()
131 unlinkHashTable(HashTable ht) in unlinkHashTable()
156 storeHashTable(HashTable ht, FileObj file) in storeHashTable()
260 infoHashTable(HashTable ht) in infoHashTable()
353 #define EMPTY(ht, i) \ argument
360 deleteHashTable(HashTable ht, Any name) in deleteHashTable()
394 clearHashTable(HashTable ht) in clearHashTable()
415 emptyHashTable(HashTable ht) in emptyHashTable()
421 getBucketsHashTable(HashTable ht) in getBucketsHashTable()
515 printStatisticsHashTable(HashTable ht) in printStatisticsHashTable()
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-hashlist.c37 HashListTable *ht = NULL; in HashListTableInit() local
82 void HashListTableFree(HashListTable *ht) in HashListTableFree()
108 void HashListTablePrint(HashListTable *ht) in HashListTablePrint()
116 int HashListTableAdd(HashListTable *ht, void *data, uint16_t datalen) in HashListTableAdd()
157 int HashListTableRemove(HashListTable *ht, void *data, uint16_t datalen) in HashListTableRemove()
248 void *HashListTableLookup(HashListTable *ht, void *data, uint16_t datalen) in HashListTableLookup()
273 uint32_t HashListTableGenericHash(HashListTable *ht, void *data, uint16_t datalen) in HashListTableGenericHash()
290 HashListTableBucket *HashListTableGetListHead(HashListTable *ht) in HashListTableGetListHead()
313 HashListTable *ht = HashListTableInit(1024, NULL, NULL, NULL); in HashListTableTestInit02() local
337 HashListTable *ht = HashListTableInit(0, HashListTableGenericHash, NULL, NULL); in HashListTableTestInit04() local
[all …]
/dports/devel/idutils/idutils-4.6/libidu/
H A Didu-hash.c44 hash_init (struct hash_table* ht, unsigned long size, in hash_init()
82 hash_find_slot (struct hash_table* ht, void const *key) in hash_find_slot()
117 hash_find_item (struct hash_table* ht, void const *key) in hash_find_item()
124 hash_insert (struct hash_table* ht, void *item) in hash_insert()
154 hash_delete (struct hash_table* ht, void const *item) in hash_delete()
161 hash_delete_at (struct hash_table* ht, void const *slot) in hash_delete_at()
175 hash_free_items (struct hash_table* ht) in hash_free_items()
191 hash_delete_items (struct hash_table* ht) in hash_delete_items()
205 hash_free (struct hash_table* ht, int free_items) in hash_free()
220 hash_map (struct hash_table *ht, hash_map_func_t map) in hash_map()
[all …]
/dports/devel/radare2/radare2-5.1.1/shlr/sdb/src/
H A Dsdbht.c11 HtPP *ht = ht_pp_new ((HtPPDupValue)strdup, (HtPPKvFreeFunc)sdbkv_fini, (HtPPCalcSizeV)strlen); in sdb_ht_new() local
18 static bool sdb_ht_internal_insert(HtPP* ht, const char* key, const char* value, bool update) { in sdb_ht_internal_insert()
42 SDB_API bool sdb_ht_insert(HtPP* ht, const char* key, const char* value) { in sdb_ht_insert()
46 SDB_API bool sdb_ht_insert_kvp(HtPP* ht, SdbKv *kvp, bool update) { in sdb_ht_insert_kvp()
50 SDB_API bool sdb_ht_update(HtPP *ht, const char *key, const char* value) { in sdb_ht_update()
54 SDB_API SdbKv* sdb_ht_find_kvp(HtPP* ht, const char* key, bool* found) { in sdb_ht_find_kvp()
58 SDB_API char* sdb_ht_find(HtPP* ht, const char* key, bool* found) { in sdb_ht_find()
62 SDB_API void sdb_ht_free(HtPP *ht) { in sdb_ht_free()
66 SDB_API bool sdb_ht_delete(HtPP* ht, const char *key) { in sdb_ht_delete()
/dports/sysutils/watchman/watchman-4.5.0/
H A Dht.c22 w_ht_t *ht = calloc(1, sizeof(*ht)); in w_ht_new() local
39 void w_ht_free_entries(w_ht_t *ht) in w_ht_free_entries()
61 void w_ht_free(w_ht_t *ht) in w_ht_free()
100 static void resize(w_ht_t *ht, uint32_t newsize) in resize()
150 static inline uint32_t ideal_size(w_ht_t *ht) in ideal_size()
240 static inline void delete_bucket(w_ht_t *ht, in delete_bucket()
285 bool w_ht_del(w_ht_t *ht, w_ht_val_t key) in w_ht_del()
290 uint32_t w_ht_size(w_ht_t *ht) in w_ht_size()
295 uint32_t w_ht_num_buckets(w_ht_t *ht) in w_ht_num_buckets()
300 bool w_ht_first(w_ht_t *ht, w_ht_iter_t *iter) in w_ht_first()
[all …]
/dports/graphics/box/box-0.4.0/box/
H A Dhashtable.h39 typedef struct ht { struct
40 struct ht *next, **link_to_this; argument
41 struct {
44 } allocated;
45 void *key, *object;
46 size_t key_size, object_size;
199 #define BoxHT_New_Default(ht, num_entries) \ argument
206 #define BoxHT_Init_Default(ht, num_entries) \ argument
213 #define BoxHT_Insert(ht, key, key_size) \ argument
221 #define BoxHT_Insert_Obj(ht, key, key_size, object, object_size) \ argument
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.c46 hash_init (struct hash_table *ht, unsigned long size, in hash_init()
95 hash_load (struct hash_table *ht, void *item_table, in hash_load()
127 hash_find_slot (struct hash_table *ht, const void *key) in hash_find_slot()
236 hash_find_item (struct hash_table *ht, const void *key) in hash_find_item()
252 hash_insert (struct hash_table *ht, const void *item) in hash_insert()
297 hash_delete (struct hash_table *ht, const void *item) in hash_delete()
327 hash_free_items (struct hash_table *ht) in hash_free_items()
361 hash_delete_items (struct hash_table *ht) in hash_delete_items()
375 hash_free (struct hash_table *ht, int free_items) in hash_free()
407 hash_map (struct hash_table *ht, hash_map_func_t map) in hash_map()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/util/
H A Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]

12345678910>>...281