Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dhmap.h270 static inline struct hmap_node *hmap_first_nonempty_bucket__ (
481 return hmap_first_nonempty_bucket__ (map, 0); in hmap_first()
511 : hmap_first_nonempty_bucket__ (map, (node->hash & map->mask) + 1)); in hmap_next()
560 hmap_first_nonempty_bucket__ (const struct hmap *map, size_t start) in hmap_first_nonempty_bucket__() function