Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-string-input-visitor.c108 int64_t expect1[] = { 1, 2, 0, 2, 3, 4, 20, 5, 6, 7, in test_visitor_in_intList() local
122 check_ilist(v, expect1, ARRAY_SIZE(expect1)); in test_visitor_in_intList()
216 uint64_t expect1[] = { 1, 2, 0, 2, 3, 4, 20, 5, 6, 7, in test_visitor_in_uintList() local
231 check_ulist(v, expect1, ARRAY_SIZE(expect1)); in test_visitor_in_uintList()
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_fanout.c409 const int expect1[], const int expect2[]) in test_datapath() argument
440 ret = sock_fanout_read(fds, rings, expect1); in test_datapath()
/openbmc/linux/lib/
H A Dtest_scanf.c606 #define test_number_prefix(T, str, scan_fmt, expect0, expect1, n_args, fn) \ argument
608 const T expect[2] = { expect0, expect1 }; \