Home
last modified time | relevance | path

Searched refs:qht_cmp_func_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dqht.h14 typedef bool (*qht_cmp_func_t)(const void *a, const void *b); typedef
18 qht_cmp_func_t cmp;
59 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems,
/openbmc/qemu/util/
H A Dqht.c465 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems, in qht_init()