Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 25 of 45) sorted by relevance

12

/dragonfly/usr.bin/top/
H A Dhash.c326 bucket_t *bucket; in hash_add_uint() local
389 bucket_t *bucket; in hash_replace_uint() local
441 bucket_t *bucket; in hash_lookup_uint() local
479 bucket_t *bucket; in hash_remove_uint() local
664 bucket_t *bucket; in hash_add_pid() local
727 bucket_t *bucket; in hash_replace_pid() local
779 bucket_t *bucket; in hash_lookup_pid() local
817 bucket_t *bucket; in hash_remove_pid() local
1002 bucket_t *bucket; in hash_add_string() local
1065 bucket_t *bucket; in hash_replace_string() local
[all …]
H A Dhash.h59 typedef struct bucket { struct
61 } bucket_t; argument
/dragonfly/contrib/diffutils/lib/
H A Dhash.c57 struct hash_entry *bucket; member
176 struct hash_entry const *bucket; in hash_get_max_bucket_length() local
203 struct hash_entry const *bucket; in hash_table_ok() local
290 struct hash_entry const *bucket; in hash_get_first() local
340 struct hash_entry const *bucket; in hash_get_entries() local
372 struct hash_entry const *bucket; in hash_do_for_each() local
655 struct hash_entry *bucket; in hash_clear() local
698 struct hash_entry *bucket; in hash_free() local
862 struct hash_entry *bucket; in transfer_entries() local
1042 struct hash_entry *bucket; in hash_insert_if_absent() local
[all …]
/dragonfly/contrib/grep/lib/
H A Dhash.c57 struct hash_entry *bucket; member
176 struct hash_entry const *bucket; in hash_get_max_bucket_length() local
203 struct hash_entry const *bucket; in hash_table_ok() local
290 struct hash_entry const *bucket; in hash_get_first() local
340 struct hash_entry const *bucket; in hash_get_entries() local
372 struct hash_entry const *bucket; in hash_do_for_each() local
655 struct hash_entry *bucket; in hash_clear() local
698 struct hash_entry *bucket; in hash_free() local
862 struct hash_entry *bucket; in transfer_entries() local
1042 struct hash_entry *bucket; in hash_insert_if_absent() local
[all …]
/dragonfly/contrib/byacc/
H A Ddefs.h213 struct bucket struct
217 char *name;
218 char *tag;
220 char **argnames;
221 char **argtags;
222 int args;
225 Value_t value;
226 Index_t index;
227 Value_t prec;
228 Class_t class;
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c53 struct bucket { struct
54 char *name;
55 int hash;
56 id_t id;
H A Darchive_entry_link_resolver.c265 size_t hash, bucket; in find_entry() local
316 size_t bucket; in next_entry() local
356 size_t hash, bucket; in insert_entry() local
388 size_t i, bucket; in grow_hash() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dprint-tree.c41 struct bucket struct
44 struct bucket *next; argument
H A Dtree-phinodes.c133 size_t bucket = NUM_BUCKETS - 2; in allocate_phi_node() local
251 size_t bucket; in release_phi_node() local
/dragonfly/sys/netgraph/bridge/
H A Dng_bridge.c478 int i = 0, bucket; in ng_bridge_rcvmsg() local
784 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_get() local
802 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_put() local
903 int bucket; in ng_bridge_remove_hosts() local
934 int bucket; in ng_bridge_timeout() local
/dragonfly/sys/netgraph7/bridge/
H A Dng_bridge.c481 int i = 0, bucket; in ng_bridge_rcvmsg() local
825 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_get() local
843 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_put() local
943 int bucket; in ng_bridge_remove_hosts() local
971 int bucket; in ng_bridge_timeout() local
/dragonfly/libexec/rtld-elf/
H A Dmalloc.c138 int bucket; in malloc() local
236 morecore(int bucket) in morecore()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-phinodes.c95 size_t bucket = NUM_BUCKETS - 2; in allocate_phi_node() local
213 size_t bucket; in release_phi_node() local
/dragonfly/contrib/tcsh-6/
H A Dtc.alloc.c181 int bucket = 0; in malloc() local
252 morecore(int bucket) in morecore()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dsafe_local_iterator.h228 bucket() const { return _M_bucket; } in bucket() function
/dragonfly/lib/libc/db/hash/
H A Dhash.c696 uint32_t bucket; in hash_seq() local
856 unsigned int n, bucket; in __call_hash() local
H A Dhash_page.c515 __get_page(HTAB *hashp, char *p, uint32_t bucket, int is_bucket, int is_disk, in __get_page()
570 __put_page(HTAB *hashp, char *p, uint32_t bucket, int is_bucket, int is_bitmap) in __put_page()
/dragonfly/usr.bin/mkstr/
H A Dmkstr.c263 } *bucket[NBUCKETS]; variable
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dsafe_local_iterator.h294 bucket() const { return base()._M_get_bucket(); } in bucket() function
/dragonfly/libexec/bootpd/
H A Dhash.c323 unsigned bucket; in hash_NextEntry() local
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_bo_list.c181 struct list_head bucket[AMDGPU_BO_LIST_NUM_BUCKETS]; in amdgpu_bo_list_get_list() local
/dragonfly/sys/netinet/
H A Dtcp_syncache.c301 struct syncache_head *bucket; in syncache_init_dispatch() local
415 struct syncache_head *bucket; in syncache_destroy() local
/dragonfly/usr.bin/xstr/
H A Dxstr.c338 } bucket[BUCKETS]; variable
/dragonfly/contrib/cvs-1.12/diff/
H A Dio.c194 int i, *bucket; local
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_rssadapt.c221 bucket(int pktlen) in bucket() function

12