Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhash-funcs.c91 void uint64_hash_func(const uint64_t *p, struct siphash *state) { in uint64_hash_func() function
99 DEFINE_HASH_OPS(uint64_hash_ops, uint64_t, uint64_hash_func, uint64_compare_func);
Dhash-funcs.h97 void uint64_hash_func(const uint64_t *p, struct siphash *state);
106 #define devt_hash_func uint64_hash_func
/systemd-251/src/busctl/
Dbusctl.c740 uint64_hash_func(&arity, state); in member_hash_func()