/netbsd-src/external/bsd/unbound/dist/util/storage/ |
H A D | lruhash.c | 67 struct lruhash* table = (struct lruhash*)calloc(1, in lruhash_create() local 99 bin_delete(struct lruhash* table, struct lruhash_bin* bin) in bin_delete() 118 bin_split(struct lruhash* table, struct lruhash_bin* newa, in bin_split() 154 lruhash_delete(struct lruhash* table) in lruhash_delete() 183 reclaim_space(struct lruhash* table, struct lruhash_entry** list) in reclaim_space() 219 bin_find_entry(struct lruhash* table, in bin_find_entry() 220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) in bin_find_entry() 222 size_t c = 0; in bin_find_entry() local 236 table_grow(struct lruhash* table) in table_grow() 271 lru_front(struct lruhash* table, struct lruhash_entry* entry) in lru_front() [all …]
|
/openbsd-src/sbin/unwind/libunbound/util/storage/ |
H A D | lruhash.c | 67 struct lruhash* table = (struct lruhash*)calloc(1, in lruhash_create() local 99 bin_delete(struct lruhash* table, struct lruhash_bin* bin) in bin_delete() 118 bin_split(struct lruhash* table, struct lruhash_bin* newa, in bin_split() 154 lruhash_delete(struct lruhash* table) in lruhash_delete() 183 reclaim_space(struct lruhash* table, struct lruhash_entry** list) in reclaim_space() 219 bin_find_entry(struct lruhash* table, in bin_find_entry() 220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) in bin_find_entry() 222 size_t c = 0; in bin_find_entry() local 236 table_grow(struct lruhash* table) in table_grow() 271 lru_front(struct lruhash* table, struct lruhash_entry* entry) in lru_front() [all …]
|
/openbsd-src/usr.sbin/unbound/util/storage/ |
H A D | lruhash.c | 67 struct lruhash* table = (struct lruhash*)calloc(1, in lruhash_create() local 99 bin_delete(struct lruhash* table, struct lruhash_bin* bin) in bin_delete() 118 bin_split(struct lruhash* table, struct lruhash_bin* newa, in bin_split() 154 lruhash_delete(struct lruhash* table) in lruhash_delete() 183 reclaim_space(struct lruhash* table, struct lruhash_entry** list) in reclaim_space() 219 bin_find_entry(struct lruhash* table, in bin_find_entry() 220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) in bin_find_entry() 222 size_t c = 0; in bin_find_entry() local 236 table_grow(struct lruhash* table) in table_grow() 271 lru_front(struct lruhash* table, struct lruhash_entry* entry) in lru_front() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | hash.c | 49 unsigned long hash; member 58 struct hash_entry **table; member 108 hash_die (struct hash_control *table) in hash_die() 129 hash_lookup (struct hash_control *table, const char *key, in hash_lookup() 132 register unsigned long hash; in hash_lookup() local 135 register unsigned int c; in hash_lookup() local 204 hash_insert (struct hash_control *table, const char *key, PTR value) in hash_insert() 208 unsigned long hash; in hash_insert() local 234 hash_jam (struct hash_control *table, const char *key, PTR value) in hash_jam() 238 unsigned long hash; in hash_jam() local [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | hash.c | 368 bfd_hash_table_init_n (struct bfd_hash_table *table, in bfd_hash_table_init_n() 411 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init() 424 bfd_hash_table_free (struct bfd_hash_table *table) in bfd_hash_table_free() 434 unsigned long hash; in bfd_hash_hash() local 436 unsigned int c; in bfd_hash_hash() local 458 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup() 463 unsigned long hash; in bfd_hash_lookup() local 503 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert() 505 unsigned long hash) in bfd_hash_insert() 568 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename() [all …]
|
H A D | merge.c | 63 struct bfd_hash_table table; member 107 struct bfd_hash_table *table, const char *string) in sec_merge_hash_newfunc() 137 sec_merge_hash_lookup (struct sec_merge_hash *table, const char *string, in sec_merge_hash_lookup() 141 unsigned long hash; in sec_merge_hash_lookup() local 142 unsigned int c; in sec_merge_hash_lookup() local 238 struct sec_merge_hash *table; in sec_merge_init() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | hash.c | 424 bfd_hash_table_init_n (struct bfd_hash_table *table, in bfd_hash_table_init_n() 480 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init() 502 bfd_hash_table_free (struct bfd_hash_table *table) in bfd_hash_table_free() 512 unsigned long hash; in bfd_hash_hash() local 514 unsigned int c; in bfd_hash_hash() local 547 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup() 552 unsigned long hash; in bfd_hash_lookup() local 604 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert() 606 unsigned long hash) in bfd_hash_insert() 680 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | hashtable.c | 67 #define HASHSTEP(r, c) ((r) * 67 + ((c) - 113)); argument 83 hash_table *table; local 100 ht_destroy (table) in ht_destroy() argument 117 ht_lookup (table, str, len, insert) in ht_lookup() argument 123 unsigned int hash = calc_hash (str, len); local 181 ht_expand (table) in ht_expand() argument 196 unsigned int index, hash, hash2; local 223 ht_forall (table, cb, v) in ht_forall() argument 244 ht_dump_statistics (table) in ht_dump_statistics() argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | hash.c | 45 unsigned long hash; member 54 struct hash_entry **table; member 138 hash_die (struct hash_control *table) in hash_die() 154 hash_lookup (struct hash_control *table, const char *key, size_t len, in hash_lookup() 157 unsigned long hash; in hash_lookup() local 159 unsigned int c; in hash_lookup() local 226 hash_insert (struct hash_control *table, const char *key, PTR value) in hash_insert() 230 unsigned long hash; in hash_insert() local 256 hash_jam (struct hash_control *table, const char *key, PTR value) in hash_jam() 260 unsigned long hash; in hash_jam() local [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | hash.c | 303 bfd_hash_table_init_n (table, newfunc, size) in bfd_hash_table_init_n() argument 336 bfd_hash_table_init (table, newfunc) in bfd_hash_table_init() argument 348 bfd_hash_table_free (table) in bfd_hash_table_free() argument 358 bfd_hash_lookup (table, string, create, copy) in bfd_hash_lookup() argument 365 register unsigned long hash; local 366 register unsigned int c; local 424 bfd_hash_replace (table, old, nw) in bfd_hash_replace() argument 450 bfd_hash_newfunc (entry, table, string) in bfd_hash_newfunc() argument 464 bfd_hash_allocate (table, size) in bfd_hash_allocate() argument 479 bfd_hash_traverse (table, func, info) in bfd_hash_traverse() argument [all …]
|
H A D | merge.c | 59 struct bfd_hash_table table; member 103 struct bfd_hash_table *table, const char *string) in sec_merge_hash_newfunc() 134 sec_merge_hash_lookup (struct sec_merge_hash *table, const char *string, in sec_merge_hash_lookup() 138 register unsigned long hash; in sec_merge_hash_lookup() local 139 register unsigned int c; in sec_merge_hash_lookup() local 241 struct sec_merge_hash *table; in sec_merge_init() local
|
H A D | linker.c | 438 struct bfd_hash_table *table, in _bfd_link_hash_newfunc() 469 (struct bfd_link_hash_table *table, in _bfd_link_hash_table_init() 488 bfd_link_hash_lookup (struct bfd_link_hash_table *table, in bfd_link_hash_lookup() 604 (struct bfd_link_hash_table *table, in bfd_link_hash_traverse() 616 bfd_link_add_undef (struct bfd_link_hash_table *table, in bfd_link_add_undef() 631 struct bfd_hash_table *table, in _bfd_generic_link_hash_newfunc() 680 _bfd_generic_link_hash_table_free (struct bfd_link_hash_table *hash) in _bfd_generic_link_hash_table_free() 824 struct bfd_hash_table table; member 831 struct bfd_hash_table *table, in archive_hash_newfunc() 860 (struct archive_hash_table *table, in archive_hash_table_init() [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | hash.c | 307 bfd_hash_table_init_n (struct bfd_hash_table *table, in bfd_hash_table_init_n() 340 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init() 353 bfd_hash_table_free (struct bfd_hash_table *table) in bfd_hash_table_free() 362 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup() 368 unsigned long hash; in bfd_hash_lookup() local 369 unsigned int c; in bfd_hash_lookup() local 426 bfd_hash_replace (struct bfd_hash_table *table, in bfd_hash_replace() 451 bfd_hash_allocate (struct bfd_hash_table *table, in bfd_hash_allocate() 466 struct bfd_hash_table *table, in bfd_hash_newfunc() 477 bfd_hash_traverse (struct bfd_hash_table *table, in bfd_hash_traverse() [all …]
|
H A D | merge.c | 60 struct bfd_hash_table table; member 104 struct bfd_hash_table *table, const char *string) in sec_merge_hash_newfunc() 133 sec_merge_hash_lookup (struct sec_merge_hash *table, const char *string, in sec_merge_hash_lookup() 137 register unsigned long hash; in sec_merge_hash_lookup() local 138 register unsigned int c; in sec_merge_hash_lookup() local 239 struct sec_merge_hash *table; in sec_merge_init() local
|
/netbsd-src/usr.sbin/mtree/ |
H A D | only.c | 58 uint32_t hash; member 62 static struct hentry *table[1024]; variable 69 uint8_t c; in hash_str() local 70 uint32_t hash = 0; in hash_str() local
|
/openbsd-src/usr.bin/openssl/ |
H A D | passwd.c | 50 int table; member 250 char *c = (strchr(passwd, '\n')); in passwd_main() local 438 char *passwd, BIO * out, int quiet, int table, int reverse, in do_passwd() 441 char *hash = NULL; in do_passwd() local
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | fnmatch_loop.c | 34 register UCHAR c; in FCT() local 343 const int32_t *table; in FCT() local 474 int32_t hash; in FCT() local 682 int32_t hash; in FCT() local
|
/openbsd-src/usr.bin/dig/lib/isc/ |
H A D | symtab.c | 41 eltlist_t * table; member 107 hash(const char *key, int case_sensitive) { in hash() function 110 int c; in hash() local
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | fnmatch_loop.c | 31 register UCHAR c; in FCT() local 340 const int32_t *table; in FCT() local 471 int32_t hash; in FCT() local 679 int32_t hash; in FCT() local
|
/netbsd-src/external/mpl/bind/dist/lib/isccc/ |
H A D | symtab.c | 61 eltlist_t *table; member 136 hash(const char *key, bool case_sensitive) { in hash() function 140 int c; hash() local [all...] |
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | symtab.c | 46 eltlist_t *table; member 113 hash(const char *key, bool case_sensitive) { in hash() function 116 int c; in hash() local
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | symtab.c | 46 eltlist_t *table; member 113 hash(const char *key, bool case_sensitive) { in hash() function 116 int c; hash() local [all...] |
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | passwd.c | 103 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local 274 char *c = (strchr(passwd, '\n')); in passwd_main() local 778 char *passwd, BIO *out, int quiet, int table, in do_passwd() 781 char *hash = NULL; in do_passwd() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | passwd.c | 93 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local 271 char *c = (strchr(passwd, '\n')); in passwd_main() local 775 char *passwd, BIO *out, int quiet, int table, in do_passwd() 778 char *hash = NULL; in do_passwd() local
|
/openbsd-src/usr.sbin/relayd/ |
H A D | relayd.c | 121 int c; in main() local 517 purge_table(struct relayd *env, struct tablelist *head, struct table *table) in purge_table() argument 1046 struct table *table; host_find() local 1059 struct table *table; table_find() local 1138 struct table *table; host_findbyname() local 1151 struct table *table; table_findbyname() local 1162 struct table *table; table_findbyconf() local 1222 pkey_find(struct relayd * env,char * hash) pkey_find() argument 1233 pkey_add(struct relayd * env,EVP_PKEY * pkey,char * hash) pkey_add() argument 1533 char c; canonicalize_host() local [all...] |