Home
last modified time | relevance | path

Searched refs:visit_type_int64 (Results 1 – 25 of 82) sorted by relevance

1234

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-string-input-visitor.c168 visit_type_int64(v, NULL, &tail->value, &error_abort); in test_visitor_in_intList()
172 visit_type_int64(v, NULL, &tail->value, &error_abort); in test_visitor_in_intList()
189 visit_type_int64(v, NULL, &tail->value, &err); in test_visitor_in_intList()
191 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-string-input-visitor.c192 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
194 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
206 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
208 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-string-input-visitor.c191 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
193 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
205 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
207 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-string-input-visitor.c192 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
194 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
206 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
208 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-string-input-visitor.c192 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
194 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
206 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
208 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-string-input-visitor.c191 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
193 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
205 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
207 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-string-input-visitor.c191 visit_type_int64(v, NULL, &val, &error_abort);
193 visit_type_int64(v, NULL, &val, &error_abort);
205 visit_type_int64(v, NULL, &val, &err);
207 visit_type_int64(v, NULL, &val, &err);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-string-input-visitor.c192 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
194 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
206 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
208 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-string-input-visitor.c191 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
193 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList()
205 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
207 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
/dports/emulators/qemu60/qemu-6.0.0/
H A Diothread.c230 visit_type_int64(v, name, field, errp); in iothread_get_poll_param()
241 if (!visit_type_int64(v, name, &value, errp)) { in iothread_set_poll_param()
/dports/emulators/qemu5/qemu-5.2.0/
H A Diothread.c230 visit_type_int64(v, name, field, errp); in iothread_get_poll_param()
241 if (!visit_type_int64(v, name, &value, errp)) { in iothread_set_poll_param()
/dports/emulators/qemu42/qemu-4.2.1/
H A Diothread.c234 visit_type_int64(v, name, field, errp); in iothread_get_poll_param()
246 visit_type_int64(v, name, &value, &local_err); in iothread_set_poll_param()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Diothread.c234 visit_type_int64(v, name, field, errp); in iothread_get_poll_param()
246 visit_type_int64(v, name, &value, &local_err); in iothread_set_poll_param()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Diothread.c234 visit_type_int64(v, name, field, errp); in iothread_get_poll_param()
246 visit_type_int64(v, name, &value, &local_err); in iothread_set_poll_param()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Diothread.c234 visit_type_int64(v, name, field, errp); in iothread_get_poll_param()
246 visit_type_int64(v, name, &value, &local_err); in iothread_set_poll_param()
/dports/emulators/qemu/qemu-6.2.0/
H A Diothread.c239 visit_type_int64(v, name, field, errp); in iothread_get_param()
249 if (!visit_type_int64(v, name, &value, errp)) { in iothread_set_param()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Diothread.c217 visit_type_int64(v, name, field, errp); in iothread_get_poll_param()
229 visit_type_int64(v, name, &value, &local_err); in iothread_set_poll_param()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A Diothread.c240 visit_type_int64(v, name, field, errp); in iothread_get_param()
251 if (!visit_type_int64(v, name, &value, errp)) { in iothread_set_param()
/dports/emulators/qemu42/qemu-4.2.1/include/qapi/
H A Dvisitor.h545 void visit_type_int64(Visitor *v, const char *name, int64_t *obj,
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/qapi/
H A Dvisitor.h56 void visit_type_int64(Visitor *v, int64_t *obj, const char *name, Error **errp);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qapi/
H A Dvisitor.h545 void visit_type_int64(Visitor *v, const char *name, int64_t *obj,
/dports/emulators/qemu5/qemu-5.2.0/include/qapi/
H A Dvisitor.h570 bool visit_type_int64(Visitor *v, const char *name, int64_t *obj,
/dports/emulators/qemu-utils/qemu-4.2.1/include/qapi/
H A Dvisitor.h545 void visit_type_int64(Visitor *v, const char *name, int64_t *obj,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qapi/
H A Dvisitor.h545 void visit_type_int64(Visitor *v, const char *name, int64_t *obj,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qapi/
H A Dvisitor.h545 void visit_type_int64(Visitor *v, const char *name, int64_t *obj,

1234