Searched refs:ptr_map_next (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.c515 static inline void **ptr_map_next(ptr_map *map, void **slot) { return ++slot == map->end ? map->members : slot; } function
599 for (depth = 0, slot = map->members + hash; depth < PTR_SET_DEPTH; depth++, slot = ptr_map_next(map, slot)) {
678 for (next_slot = ptr_map_next(map, slot); 1; next_slot = ptr_map_next(map, next_slot)) {

Completed in 71 milliseconds