/minix3/external/bsd/top/dist/ |
H A D | hash.c | 230 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 D | hash.h | 59 typedef struct bucket { struct 61 } bucket_t; argument
|
/minix3/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_write_disk_set_standard_lookup.c | 53 struct bucket { struct 54 char *name; 55 int hash; 56 id_t id;
|
H A D | archive_entry_link_resolver.c | 252 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 D | defs.h | 199 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 D | symtab.c | 107 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 D | adb.c | 553 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 D | dispatch.c | 149 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 D | acache.c | 466 int bucket; in finddbent() local 1237 int bucket; in dns_acache_setdb() local 1284 int bucket; in dns_acache_putdb() local
|
H A D | rbt.c | 2322 unsigned int bucket; in unhash_node() local
|
H A D | rbtdb.c | 2032 int bucket = node->locknum; in decrement_reference() local
|
/minix3/external/bsd/bind/dist/lib/isc/ |
H A D | symtab.c | 175 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 D | xmalloc.c | 179 size_t bucket; in imalloc() local 265 morecore(size_t bucket) in morecore()
|
/minix3/usr.bin/mkstr/ |
H A D | mkstr.c | 258 } *bucket[NBUCKETS]; variable
|
/minix3/lib/libc/db/hash/ |
H A D | hash.c | 725 uint32_t bucket; in hash_seq() local 898 int n, bucket; in __call_hash() local
|
H A D | hash_page.c | 535 __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 D | DwarfAccelTable.cpp | 96 uint32_t bucket = Data[i]->HashValue % Header.bucket_count; in FinalizeTable() local
|
/minix3/external/bsd/libevent/dist/ |
H A D | bufferevent_ratelim.c | 50 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 D | xstr.c | 97 } bucket[BUCKETS]; variable
|
/minix3/external/bsd/byacc/dist/test/ |
H A D | grammar.y | 216 Symbol *bucket[SYM_MAX_HASH]; /* hash buckets */ member
|
/minix3/minix/commands/synctree/ |
H A D | synctree.c | 73 static char bucket[BUCKSIZE]; /* Put a lot of things here before sending. */ variable
|
/minix3/external/bsd/byacc/dist/test/yacc/ |
H A D | grammar.tab.c | 246 Symbol *bucket[SYM_MAX_HASH]; /* hash buckets */ member
|
/minix3/external/bsd/byacc/dist/test/btyacc/ |
H A D | grammar.tab.c | 266 Symbol *bucket[SYM_MAX_HASH]; /* hash buckets */ member
|