Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dtestutil.h74 * EXECUTE_TEST will pass fixture to execute_func() by reference, call
75 * tear_down(), and return the result of execute_func(). execute_func() should
106 # define EXECUTE_TEST(execute_func, tear_down)\
108 result = execute_func(fixture);\
/third_party/mesa3d/src/gallium/auxiliary/util/
H A 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

Completed in 9 milliseconds