HomeSort by relevance Sort by last modified time
    Searched full:qint_get_int (Results 1 - 5 of 5) sorted by null

  /external/qemu/
qint.h 25 int64_t qint_get_int(const QInt *qi);
qint.c 41 * qint_get_int(): Get the stored integer
43 int64_t qint_get_int(const QInt *qi) function
qdict.c 216 return qint_get_int(qobject_to_qint(obj));
233 return qint_get_int(qobject_to_qint(obj));
307 return qint_get_int(qobject_to_qint(obj));
qjson.c 132 snprintf(buffer, sizeof(buffer), "%" PRId64, qint_get_int(val));
qemu-option.c 866 qint_get_int(qobject_to_qint(obj)));

Completed in 463 milliseconds