Searched defs:__hsearch (Results 1 – 2 of 2) sorted by relevance
33 struct __hsearch { struct34 size_t offset_basis; /* Initial value for FNV-1a hashing. */35 size_t index_mask; /* Bitmask for indexing the table. */36 size_t entries_used; /* Number of entries currently used. */37 ENTRY *entries; /* Hash table entries. */
34 struct __hsearch* __hsearch; member