Home
last modified time | relevance | path

Searched refs:f_func (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Python/
H A Dframe.c14 Py_VISIT(frame->f_func); in _PyFrame_Traverse()
145 Py_DECREF(frame->f_func); in _PyFrame_Clear()
H A Dceval.c149 PyFunctionObject *f = frame->f_func; in lltrace_resume_frame()
3209 PyObject *closure = frame->f_func->func_closure;
5428 PyGenObject *gen = (PyGenObject *)_Py_MakeCoro(frame->f_func);
5450 Py_INCREF(frame->f_func);
/third_party/python/Include/internal/
H A Dpycore_frame.h49 PyFunctionObject *f_func; /* Strong reference */ member
106 frame->f_func = func; in _PyFrame_InitializeSpecials()
/third_party/ffmpeg/libavutil/
H A Ddes.c200 static uint32_t f_func(uint32_t r, uint64_t k) in f_func() function
265 f_res = f_func(in, K[decrypt ^ i]); in des_encdec()
/third_party/python/Modules/
H A D_testinternalcapi.c508 PyList_Append(record_list, f->f_func->func_name); in record_eval()
/third_party/python/Objects/
H A Dframeobject.c871 Py_CLEAR(frame->f_func); in frame_dealloc()
1121 PyObject *closure = frame->f_func->func_closure; in _PyFrame_FastToLocalsWithError()

Completed in 15 milliseconds