Home
last modified time | relevance | path

Searched defs:py_functions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-python.c206 PyObject **py_functions = py->py_functions; in init_py_module() local
408 PyObject **py_functions = py_mutator->py_functions; in load_custom_mutator_py() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_cpp_function.cpp136 THPObjectPtr py_functions(PyTuple_New(num_next)); in THPCppFunction_next_functions() local
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h402 PyObject *py_functions[PY_FUNC_COUNT]; member