Home
last modified time | relevance | path

Searched refs:qint_from_int (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Djson-streamer.c46 qdict_put(dict, "type", qint_from_int(type)); in json_message_process_token()
49 qdict_put(dict, "x", qint_from_int(x)); in json_message_process_token()
50 qdict_put(dict, "y", qint_from_int(y)); in json_message_process_token()
Djson-parser.c484 obj = QOBJECT(qint_from_int(va_arg(*ap, int))); in parse_escape()
486 obj = QOBJECT(qint_from_int(va_arg(*ap, long))); in parse_escape()
489 obj = QOBJECT(qint_from_int(va_arg(*ap, long long))); in parse_escape()
522 obj = QOBJECT(qint_from_int(strtoll(token_get_value(token), NULL, 10))); in parse_literal()
Dqint.h24 QInt *qint_from_int(int64_t value);
Dqint.c29 QInt *qint_from_int(int64_t value) in qint_from_int() function