Home
last modified time | relevance | path

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

/openbmc/qemu/qobject/
H A Dqnum.c188 bool qnum_is_equal(const QObject *x, const QObject *y) in qnum_is_equal() function
210 return qnum_is_equal(y, x); in qnum_is_equal()
H A Dqobject-internal.h34 bool qnum_is_equal(const QObject *x, const QObject *y);
H A Dqobject.c49 [QTYPE_QNUM] = qnum_is_equal,