HomeSort by relevance Sort by last modified time
    Searched refs:qint_from_int (Results 1 - 3 of 3) sorted by null

  /external/qemu/
qint.h 24 QInt *qint_from_int(int64_t value);
json-streamer.c 46 qdict_put(dict, "type", qint_from_int(type));
49 qdict_put(dict, "x", qint_from_int(x));
50 qdict_put(dict, "y", qint_from_int(y));
qint.c 25 * qint_from_int(): Create a new QInt from an int64_t
29 QInt *qint_from_int(int64_t value) function

Completed in 24 milliseconds