Searched refs:bloomwords (Results 1 – 5 of 5) sorted by relevance
279 const size_t *bloomwords = (const void *)(hashtab+4); in gnu_lookup_filtered() local280 size_t f = bloomwords[fofs & (hashtab[2]-1)]; in gnu_lookup_filtered()
283 const size_t *bloomwords = (const void *)(hashtab+4); in gnu_lookup_filtered() local284 size_t f = bloomwords[fofs & (hashtab[2]-1)]; in gnu_lookup_filtered()
61 const size_t *bloomwords = (const void *)(ght + 4); \62 size_t f = bloomwords[gho & (ght[2] - 1)]; \789 const size_t *bloomwords = (const void *)(ght + 4); in find_sym_impl() local790 size_t f = bloomwords[gho & (ght[2] - 1)]; in find_sym_impl()
61 const size_t *bloomwords = (const void *)(ght+4); \62 size_t f = bloomwords[gho & (ght[2]-1)]; \789 const size_t *bloomwords = (const void *)(ght + 4); in find_sym_impl() local790 size_t f = bloomwords[gho & (ght[2] - 1)]; in find_sym_impl()