Home
last modified time | relevance | path

Searched defs:__hsearch (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dhsearch.h33 struct __hsearch { struct
34 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. */
/bionic/libc/include/
Dsearch.h34 struct __hsearch* __hsearch; member