Home
last modified time | relevance | path

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

/minix3/external/bsd/top/dist/
H A Dhash.c230 register bucket_t *bucket; in hash_count() local
256 register bucket_t *bucket; in hash_sizeinfo() local
290 bucket_t *bucket; in hash_add_uint() local
353 bucket_t *bucket; in hash_replace_uint() local
405 bucket_t *bucket; in hash_lookup_uint() local
443 bucket_t *bucket; in hash_remove_uint() local
624 bucket_t *bucket; in hash_add_pid() local
687 bucket_t *bucket; in hash_replace_pid() local
739 bucket_t *bucket; in hash_lookup_pid() local
777 bucket_t *bucket; in hash_remove_pid() local
[all …]
H A Dhash.h59 typedef struct bucket { struct
61 } bucket_t; argument
/minix3/external/bsd/libarchive/dist/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.c252 int hash, bucket; in find_entry() local
307 size_t bucket; in next_entry() local
342 int hash, bucket; in insert_entry() local
375 size_t i, bucket; in grow_hash() local
/minix3/external/bsd/byacc/dist/
H A Ddefs.h199 typedef struct bucket bucket; typedef
200 struct bucket struct
202 struct bucket *link; argument
203 struct bucket *next; argument
204 char *name;
205 char *tag;
207 char **argnames;
208 char **argtags;
209 int args;
210 char *destructor;
[all …]
/minix3/external/bsd/bind/dist/lib/isccc/
H A Dsymtab.c107 free_elt(isccc_symtab_t *symtab, unsigned int bucket, elt_t *elt) { in free_elt()
200 unsigned int bucket; in isccc_symtab_lookup() local
221 unsigned int bucket; in isccc_symtab_define() local
260 unsigned int bucket; in isccc_symtab_undefine() local
/minix3/external/bsd/bind/dist/lib/dns/
H A Dadb.c553 unsigned int i, n, bucket; in grow_entries() local
710 unsigned int i, n, bucket; in grow_names() local
1002 int bucket; in kill_name() local
1111 link_name(dns_adb_t *adb, int bucket, dns_adbname_t *name) { in link_name()
1124 int bucket; in unlink_name() local
1146 link_entry(dns_adb_t *adb, int bucket, dns_adbentry_t *entry) { in link_entry()
1177 int bucket; in unlink_entry() local
1210 unsigned int bucket; in shutdown_names() local
1255 unsigned int bucket; in shutdown_entries() local
1600 int bucket; in inc_entry_refcnt() local
[all …]
H A Ddispatch.c149 unsigned int bucket; member
191 unsigned int bucket; member
625 unsigned int bucket; in linear_first() local
646 unsigned int bucket; in linear_next() local
817 unsigned int bucket) in socket_search()
853 unsigned int bucket = 0; in get_dispsocket() local
1057 in_port_t port, unsigned int bucket) in entry_search()
1226 unsigned int bucket; in udp_recv() local
1517 unsigned int bucket; in tcp_recv() local
3207 unsigned int bucket; in dns_dispatch_addresponse3() local
[all …]
H A Dacache.c466 int bucket; in finddbent() local
1237 int bucket; in dns_acache_setdb() local
1284 int bucket; in dns_acache_putdb() local
H A Drbt.c2322 unsigned int bucket; in unhash_node() local
H A Drbtdb.c2032 int bucket = node->locknum; in decrement_reference() local
/minix3/external/bsd/bind/dist/lib/isc/
H A Dsymtab.c175 unsigned int bucket; in isc_symtab_lookup() local
236 unsigned int bucket; in isc_symtab_define() local
286 unsigned int bucket; in isc_symtab_undefine() local
/minix3/libexec/ld.elf_so/
H A Dxmalloc.c179 size_t bucket; in imalloc() local
265 morecore(size_t bucket) in morecore()
/minix3/usr.bin/mkstr/
H A Dmkstr.c258 } *bucket[NBUCKETS]; variable
/minix3/lib/libc/db/hash/
H A Dhash.c725 uint32_t bucket; in hash_seq() local
898 int n, bucket; in __call_hash() local
H A Dhash_page.c535 __get_page(HTAB *hashp, char *p, uint32_t bucket, int is_bucket, int is_disk, in __get_page()
592 __put_page(HTAB *hashp, char *p, uint32_t bucket, int is_bucket, int is_bitmap) in __put_page()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp96 uint32_t bucket = Data[i]->HashValue % Header.bucket_count; in FinalizeTable() local
/minix3/external/bsd/libevent/dist/
H A Dbufferevent_ratelim.c50 ev_token_bucket_init(struct ev_token_bucket *bucket, in ev_token_bucket_init()
74 ev_token_bucket_update(struct ev_token_bucket *bucket, in ev_token_bucket_update()
/minix3/usr.bin/xstr/
H A Dxstr.c97 } bucket[BUCKETS]; variable
/minix3/external/bsd/byacc/dist/test/
H A Dgrammar.y216 Symbol *bucket[SYM_MAX_HASH]; /* hash buckets */ member
/minix3/minix/commands/synctree/
H A Dsynctree.c73 static char bucket[BUCKSIZE]; /* Put a lot of things here before sending. */ variable
/minix3/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.tab.c246 Symbol *bucket[SYM_MAX_HASH]; /* hash buckets */ member
/minix3/external/bsd/byacc/dist/test/btyacc/
H A Dgrammar.tab.c266 Symbol *bucket[SYM_MAX_HASH]; /* hash buckets */ member