Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/hexagon/
H A Dunaligned_pc.c84 typedef void (*test_fn)(void); typedef
88 test_fn tests[] = { test_return, test_endloop, test_multi_cof, test_done }; in main()
/openbmc/qemu/rust/qemu-api/src/
H A Dvmstate.rs203 …($struct_name:ty, $field_name:ident $([0 .. $num:ident $(* $factor:expr)?])? $(, $test_fn:expr)? $…
210 $(field_exists: $crate::vmstate_exist_fn!($struct_name, $test_fn),)?
456 ($struct_name:ty, $test_fn:expr) => {{
467 Some(test_cb_builder__::<$struct_name, _>(phantom__(&$test_fn)))
481 …dent $([0 .. $num:ident $(* $factor:expr)?])?, $vmsd:expr, $type:ty $(, $test_fn:expr)? $(,)?) => {
494 $(field_exists: $crate::vmstate_exist_fn!($struct_name, $test_fn),)?
561 ($struct_name:ty, $test_name:expr, $test_fn:expr $(,)?) => {
564 field_exists: $crate::vmstate_exist_fn!($struct_name, $test_fn),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dcompar_fn_t.patch18 + [void test_fn(void) { qsort(NULL, 0, 0, (__compar_fn_t)NULL); }],