Home
last modified time | relevance | path

Searched refs:execute_func (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/test/
Dtestutil.h106 # define EXECUTE_TEST(execute_func, tear_down)\ argument
108 result = execute_func(fixture);\
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c72 static const tc_execute execute_func[TC_NUM_CALLS]; variable
211 iter += execute_func[call->call_id](pipe, call, last); in tc_batch_execute()
4363 static const tc_execute execute_func[TC_NUM_CALLS] = { variable