Home
last modified time | relevance | path

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

/third_party/weston/tools/zunitc/inc/zunitc/
Dzunitc_impl.h67 typedef void (*zucimpl_test_fn_f)(void *); typedef
78 zucimpl_test_fn_f fn_f; /**< function implementing test with
/third_party/weston/tools/zunitc/src/
Dzuc_types.h41 zucimpl_test_fn_f fn_f;
Dzunitc_impl.c175 create_test(int order, zucimpl_test_fn fn, zucimpl_test_fn_f fn_f, in create_test()