Searched refs:hash_next (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | gl_linkedhash_list.c | 63 node->h.hash_next = list->table[bucket]; in add_to_bucket() 74 for (p = &list->table[bucket]; ; p = &(*p)->hash_next) in remove_from_bucket() 78 *p = node->h.hash_next; in remove_from_bucket()
|
H A D | gl_anyhash_list2.h | 114 gl_hash_entry_t next = node->hash_next; in hash_resize() 117 node->hash_next = new_table[bucket]; in hash_resize()
|
H A D | gl_anyhash_list1.h | 25 struct gl_hash_entry *hash_next; /* chain of entries in same bucket */ member
|
H A D | gl_anylinked_list2.h | 243 node = (gl_list_node_t) node->h.hash_next) in gl_linked_search_from_to() 284 node = (gl_list_node_t) node->h.hash_next) in gl_linked_search_from_to() 398 node = (gl_list_node_t) node->h.hash_next) in gl_linked_indexof_from_to() 413 node = (gl_list_node_t) node->h.hash_next) in gl_linked_indexof_from_to()
|
/netbsd-src/external/bsd/iscsi/dist/src/lib/ |
H A D | util.c | 364 cmd->hash_next = NULL; in hash_insert() 374 cmd->hash_next = h->bucket[i]; in hash_insert() 401 while ((curr->key != key) && (curr->hash_next != NULL)) { in hash_remove() 403 curr = curr->hash_next; in hash_remove() 412 h->bucket[i] = h->bucket[i]->hash_next; in hash_remove() 417 prev->hash_next = curr->hash_next; in hash_remove() 418 if (prev->hash_next == NULL) { in hash_remove()
|
/netbsd-src/external/bsd/iscsi/dist/include/ |
H A D | initiator.h | 113 struct initiator_cmd_t *hash_next; member
|
/netbsd-src/external/bsd/top/dist/ |
H A D | hash.m4c | 651 /* its okay for ll_item to be null: hash_next will detect it */
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | ChangeLog | 629 hash_next, hash_remove, hash_value_for_key, hash_is_key_in_hash, 2550 (hash_next, hash_value_for_key, hash_is_key_in_hash) 2555 * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2000 | 6809 * symtab.h (struct minimal_symbol): New fields `hash_next',
|
H A D | ChangeLog-2002 | 6710 (struct symbol): Add `hash_next' pointer.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2000 | 6809 * symtab.h (struct minimal_symbol): New fields `hash_next',
|
H A D | ChangeLog-2002 | 6710 (struct symbol): Add `hash_next' pointer.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog.11 | 7683 versus using hash_next to increase efficiency.
|
H A D | ChangeLog-1999 | 952 * cse.c (struct cse_reg_info): Add hash_next member,
|
H A D | ChangeLog-2005 | 32899 * cse.c (cse_reg_info): Remove hash_next, next, regno. Add
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.11 | 7683 versus using hash_next to increase efficiency.
|