Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Denums.c7366 typedef int (*cfunc)(const void *, const void *); typedef
/external/python/cpython3/Objects/
Dtypeobject.c4793 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in add_methods() local
/external/python/cpython2/Objects/
Dtypeobject.c3746 PyObject *cfunc = PyCFunction_New(meth, NULL); local