/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | symtab.h | 46 struct ht struct 72 /* Initialize the hashtable with 2 ^ order entries. */ argument
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | symtab.h | 46 struct ht struct 72 /* Initialize the hashtable with 2 ^ order entries. */ argument
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | hash.c | 43 hash_init (struct hash_table *ht, unsigned long size, in hash_init() 69 hash_load (struct hash_table *ht, void *item_table, in hash_load() 86 hash_find_slot (struct hash_table *ht, const void *key) in hash_find_slot() 121 hash_find_item (struct hash_table *ht, const void *key) in hash_find_item() 128 hash_insert (struct hash_table *ht, const void *item) in hash_insert() 137 hash_insert_at (struct hash_table *ht, const void *item, const void *slot) in hash_insert_at() 158 hash_delete (struct hash_table *ht, const void *item) in hash_delete() 165 hash_delete_at (struct hash_table *ht, const void *slot) in hash_delete_at() 179 hash_free_items (struct hash_table *ht) in hash_free_items() 195 hash_delete_items (struct hash_table *ht) in hash_delete_items() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_hashtab.c | 50 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) in drm_ht_create() 68 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list() 82 static struct hlist_node *drm_ht_find_key(struct drm_open_hash *ht, in drm_ht_find_key() 100 static struct hlist_node *drm_ht_find_key_rcu(struct drm_open_hash *ht, in drm_ht_find_key_rcu() 118 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() 149 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please() 174 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item() 188 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key() 200 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item() 207 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove()
|
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
H A D | drm_hashtab.c | 44 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()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | ht.c | 30 ISC_HT_VALID(ht) global() argument 38 TRY_NEXTTABLE(idx,ht) global() argument 65 isc_ht_t *ht; global() member 156 rehashing_in_progress(const isc_ht_t * ht) rehashing_in_progress() argument 161 hashtable_is_overcommited(isc_ht_t * ht) hashtable_is_overcommited() argument 166 rehash_bits(isc_ht_t * ht,size_t newcount) rehash_bits() argument 180 hashtable_rehash(isc_ht_t * ht,uint32_t newbits) hashtable_rehash() argument 203 hashtable_rehash_one(isc_ht_t * ht) hashtable_rehash_one() argument 237 maybe_rehash(isc_ht_t * ht,size_t newcount) maybe_rehash() argument 246 hashtable_new(isc_ht_t * ht,const uint8_t idx,const uint8_t bits) hashtable_new() argument 263 hashtable_free(isc_ht_t * ht,const uint8_t idx) hashtable_free() argument 285 isc_ht_t *ht = NULL; isc_ht_init() local 308 isc_ht_t *ht; isc_ht_destroy() local 329 isc__ht_add(isc_ht_t * ht,const unsigned char * key,const uint32_t keysize,const uint32_t hashval,const uint8_t idx,void * value) isc__ht_add() argument 351 isc_ht_add(isc_ht_t * ht,const unsigned char * key,const uint32_t keysize,void * value) isc_ht_add() argument 378 isc__ht_find(const isc_ht_t * ht,const unsigned char * key,const uint32_t keysize,const uint32_t hashval,const uint8_t idx) isc__ht_find() argument 407 isc_ht_find(const isc_ht_t * ht,const unsigned char * key,const uint32_t keysize,void ** valuep) isc_ht_find() argument 430 isc__ht_delete(isc_ht_t * ht,const unsigned char * key,const uint32_t keysize,const uint32_t hashval,const uint8_t idx) isc__ht_delete() argument 460 isc_ht_delete(isc_ht_t * ht,const unsigned char * key,const uint32_t keysize) isc_ht_delete() argument 490 isc_ht_iter_create(isc_ht_t * ht,isc_ht_iter_t ** itp) isc_ht_iter_create() argument 508 isc_ht_t *ht; isc_ht_iter_destroy() local 520 isc_ht_t *ht; isc_ht_iter_first() local 534 isc_ht_t *ht = it->ht; isc__ht_iter_next() local 578 isc_ht_t *ht; isc_ht_iter_delcurrent_next() local 618 isc_ht_count(const isc_ht_t * ht) isc_ht_count() argument [all...] |
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | ht.c | 30 #define ISC_HT_VALID(ht) ISC_MAGIC_VALID(ht, ISC_HT_MAGIC) argument 38 #define TRY_NEXTTABLE(idx, ht) (idx == ht->hindex && rehashing_in_progress(ht)) argument 65 isc_ht_t *ht; member 156 rehashing_in_progress(const isc_ht_t *ht) { in rehashing_in_progress() 161 hashtable_is_overcommited(isc_ht_t *ht) { in hashtable_is_overcommited() 166 rehash_bits(isc_ht_t *ht, size_t newcount) { in rehash_bits() 180 hashtable_rehash(isc_ht_t *ht, uint32_t newbits) { in hashtable_rehash() 203 hashtable_rehash_one(isc_ht_t *ht) { in hashtable_rehash_one() 237 maybe_rehash(isc_ht_t *ht, size_t newcount) { in maybe_rehash() 246 hashtable_new(isc_ht_t *ht, const uint8_t idx, const uint8_t bits) { in hashtable_new() [all …]
|
/netbsd-src/usr.bin/config/ |
H A D | hash.c | 98 ht_init(struct hashtab *ht, size_t sz) in ht_init() argument 115 ht_expand(struct hashtab *ht) in ht_expand() argument 209 struct hashtab *ht; intern() local 233 struct hashtab *ht; ht_new() local 241 ht_free(struct hashtab * ht) ht_free() argument 265 ht_insrep2(struct hashtab * ht,const char * nam1,const char * nam2,void * val,int replace) ht_insrep2() argument 290 ht_insrep(struct hashtab * ht,const char * nam,void * val,int replace) ht_insrep() argument 299 ht_remove2(struct hashtab * ht,const char * name1,const char * name2) ht_remove2() argument 321 ht_remove(struct hashtab * ht,const char * name) ht_remove() argument 327 ht_lookup2(struct hashtab * ht,const char * nam1,const char * nam2) ht_lookup2() argument 342 ht_lookup(struct hashtab * ht,const char * nam) ht_lookup() argument 354 ht_enumerate2(struct hashtab * ht,ht_callback2 cbfunc2,void * arg) ht_enumerate2() argument 370 ht_enumerate(struct hashtab * ht,ht_callback cbfunc,void * arg) ht_enumerate() argument [all...] |
/netbsd-src/external/bsd/top/dist/ |
H A D | hash.c | 83 string_hash(hash_table *ht, char *key) in string_hash() 225 hash_count(hash_table *ht) in hash_count() 251 hash_sizeinfo(unsigned int *sizes, int max, hash_table *ht) in hash_sizeinfo() 287 hash_add_uint(hash_table *ht, unsigned int key, void *value) in hash_add_uint() 350 hash_replace_uint(hash_table *ht, unsigned int key, void *value) in hash_replace_uint() 402 hash_lookup_uint(hash_table *ht, unsigned int key) in hash_lookup_uint() 440 hash_remove_uint(hash_table *ht, unsigned int key) in hash_remove_uint() 486 hash_first_uint(hash_table *ht, hash_pos *pos) in hash_first_uint() 621 hash_add_pid(hash_table *ht, pid_t key, void *value) in hash_add_pid() 684 hash_replace_pid(hash_table *ht, pid_t key, void *value) in hash_replace_pid() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | htable.c | 210 HTABLE_INFO *ht; in htable_grow() local 231 HTABLE_INFO *ht; in htable_enter() local 246 HTABLE_INFO *ht; in htable_find() local 261 HTABLE_INFO *ht; in htable_locate() local 277 HTABLE_INFO *ht; in htable_delete() local 308 HTABLE_INFO *ht; in htable_free() local 337 HTABLE_INFO *ht; in htable_walk() local 403 HTABLE_INFO **ht; in main() local
|
H A D | binhash.c | 217 BINHASH_INFO *ht; in binhash_grow() local 238 BINHASH_INFO *ht; in binhash_enter() local 254 BINHASH_INFO *ht; in binhash_find() local 269 BINHASH_INFO *ht; in binhash_locate() local 283 BINHASH_INFO *ht; in binhash_delete() local 312 BINHASH_INFO *ht; in binhash_free() local 341 BINHASH_INFO *ht; in binhash_walk() local 408 BINHASH_INFO **ht; in main() local
|
H A D | dict_sockmap.c | 140 #define DICT_SOCKMAP_RH_NAME(ht) (ht)->key argument 141 #define DICT_SOCKMAP_RH_HANDLE(ht) \ argument 143 #define DICT_SOCKMAP_RH_REFCOUNT(ht) \ argument
|
H A D | dict_ht.c | 99 HTABLE_INFO *ht; in dict_ht_update() local 126 HTABLE_INFO *ht; in dict_ht_sequence() local
|
H A D | nvtable.c | 115 NVTABLE_INFO *ht; in nvtable_update() local
|
H A D | known_tcp_ports.c | 95 HTABLE_INFO *ht; in filter_known_tcp_port() local 129 HTABLE_INFO **ht; in export_known_tcp_ports() local
|
H A D | attr_print0.c | 121 HTABLE_INFO **ht; in attr_vprint0() local
|
H A D | attr_print_plain.c | 122 HTABLE_INFO **ht; in attr_vprint_plain() local
|
/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | ht_test.c | 45 isc_ht_t *ht = NULL; test_ht_full() local 185 isc_ht_t *ht = NULL; test_ht_iterator() local 318 isc_ht_t *ht = NULL; ISC_RUN_TEST_IMPL() local [all...] |
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | ttm_object.c | 255 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_noref_lookup() local 275 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_lookup() local 319 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_ref_object_exists() local 356 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add() local 433 struct drm_open_hash *ht; in ttm_ref_object_release() local 453 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref() local
|
H A D | vmwgfx_validation.h | 78 struct drm_open_hash *ht; member 156 struct drm_open_hash *ht) in vmw_validation_set_ht()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/ |
H A D | postscreen_state.c | 226 HTABLE_INFO *ht; in psc_free_session_state() local
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | header_opts.c | 127 HTABLE_INFO *ht; in header_drop_init() local
|
/netbsd-src/sys/dev/videomode/ |
H A D | videomode.c | 25 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ argument
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | hosttable.c | 22 static struct host_table *ht = NULL; variable
|
/netbsd-src/usr.sbin/ldpd/ |
H A D | fsm.c | 54 run_ldp_hello(const struct ldp_pdu * pduid, const struct hello_tlv * ht, in run_ldp_hello()
|