Home
last modified time | relevance | path

Searched refs:next_ptr_offset (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dhash.cpp36 int next_ptr_offset; member
45 #define NEXT_ADDR(t, e) ((void *)(((unsigned long)(e)) + (t)->next_ptr_offset))
59 hash_init(uint32_t table_size, int next_ptr_offset, in hash_init() argument
85 t->next_ptr_offset = next_ptr_offset; in hash_init()
92 t, next_ptr_offset, compare_func, hash_func)); in hash_init()
H A Dhash.h21 struct hash_table *hash_init(uint32_t table_size, int next_ptr_offset,