Home
last modified time | relevance | path

Searched refs:func_new (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.h117 static av_unused void *func_ref, *func_new; variable
122 #define check_func(func, ...) (func_ref = checkasm_check_func((func_new = func), __VA_ARGS__))
172 checked_call(func_new, 0, 0, 0, 0, 0, __VA_ARGS__))
179 #define call_new(...) checked_call(func_new, __VA_ARGS__)
191 #define call_new(...) checked_call(func_new, 0, __VA_ARGS__, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0)
202 checked_call(func_new, 0, 0, 0, 0, 0, 0, 0, __VA_ARGS__,\
209 #define call_new(...) ((func_type *)func_new)(__VA_ARGS__)
250 func_type *tfunc = func_new;\
/third_party/python/Objects/clinic/
H A Dfuncobject.c.h27 func_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in func_new() function
/third_party/python/Objects/
H A Dfuncobject.c595 function.__new__ as func_new
797 func_new, /* tp_new */

Completed in 3 milliseconds