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

/systemd/src/libsystemd/sd-bus/
H A Dbus-bloom.c49 unsigned hash_index; local
67 for (i = 0, hash_index = 0; i < k; i++) {
73 h = siphash24(data, n, hash_keys[hash_index++].bytes);

Completed in 9 milliseconds