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