Searched defs:storage_ptr (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.c305 static char *storage_ptr(HashmapBase *h) { function
350 (storage_ptr(h) + idx * hashmap_type_info[h->type].entry_size);
384 (storage_ptr(h) + hashmap_type_info[h->type].entry_size * n_buckets(h));

Completed in 22 milliseconds