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

/systemd/src/basic/
H A Dhashmap.c393 unsigned initial_bucket; local
411 initial_bucket = bucket_hash(h, bucket_at(h, idx)->key);
412 return bucket_distance(h, idx, initial_bucket);

Completed in 18 milliseconds