Home
last modified time | relevance | path

Searched refs:hash_next (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgl_linkedhash_list.c63 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 Dgl_anyhash_list2.h114 gl_hash_entry_t next = node->hash_next; in hash_resize()
117 node->hash_next = new_table[bucket]; in hash_resize()
H A Dgl_anyhash_list1.h25 struct gl_hash_entry *hash_next; /* chain of entries in same bucket */ member
H A Dgl_anylinked_list2.h243 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 Dutil.c364 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 Dinitiator.h113 struct initiator_cmd_t *hash_next; member
/netbsd-src/external/bsd/top/dist/
H A Dhash.m4c651 /* its okay for ll_item to be null: hash_next will detect it */
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A DChangeLog629 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 DChangeLog-20006809 * symtab.h (struct minimal_symbol): New fields `hash_next',
H A DChangeLog-20026710 (struct symbol): Add `hash_next' pointer.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20006809 * symtab.h (struct minimal_symbol): New fields `hash_next',
H A DChangeLog-20026710 (struct symbol): Add `hash_next' pointer.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.117683 versus using hash_next to increase efficiency.
H A DChangeLog-1999952 * cse.c (struct cse_reg_info): Add hash_next member,
H A DChangeLog-200532899 * cse.c (cse_reg_info): Remove hash_next, next, regno. Add
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.117683 versus using hash_next to increase efficiency.