Home
last modified time | relevance | path

Searched defs:funcname (Results 1 – 25 of 63) sorted by relevance

123

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dcpu_check.h49 #define NEON_OR_PORTABLE(funcname, ...) Portable##funcname(__VA_ARGS__) argument
51 #define NEON_OR_PORTABLE(funcname, ...) \ argument
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Dcpu_check.h49 #define NEON_OR_PORTABLE(funcname, ...) Portable##funcname(__VA_ARGS__) argument
51 #define NEON_OR_PORTABLE(funcname, ...) \ argument
/external/python/cpython2/Python/
Ddynload_dl.c22 char funcname[258]; in _PyImport_GetDynLoadFunc() local
Ddynload_atheos.c22 char funcname[258]; in _PyImport_GetDynLoadFunc() local
Ddynload_hpux.c28 char funcname[258]; in _PyImport_GetDynLoadFunc() local
Ddynload_os2.c25 char funcname[258]; in _PyImport_GetDynLoadFunc() local
Ddynload_next.c38 char funcname[258]; in _PyImport_GetDynLoadFunc() local
Ddynload_shlib.c74 char funcname[258]; in _PyImport_GetDynLoadFunc() local
Ddynload_beos.c164 char funcname[258]; in _PyImport_GetDynLoadFunc() local
Ddynload_win.c170 char funcname[258], *import_python; local
/external/python/cpython3/Python/
Ddynload_dl.c19 char funcname[258]; in _PyImport_FindSharedFuncptr() local
Ddynload_hpux.c25 char funcname[258]; in _PyImport_FindSharedFuncptr() local
Ddynload_shlib.c62 char funcname[258]; in _PyImport_FindSharedFuncptr() local
/external/libffi/src/m68k/
Dsysv.S48 #define CALLFUNC(funcname) _ ## funcname argument
50 #define CALLFUNC(funcname) funcname argument
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
Dsysv.S48 #define CALLFUNC(funcname) _ ## funcname argument
50 #define CALLFUNC(funcname) funcname argument
/external/deqp/modules/gles3/scripts/
Dgen-invalid-texture-funcs.py57 def __init__(self, funcname, args): argument
/external/python/cpython3/Include/
Dmodsupport.h64 #define _PyArg_NoKeywords(funcname, kwargs) \ argument
66 #define _PyArg_NoPositional(funcname, args) \ argument
/external/python/cpython2/Lib/hotshot/
Dstats.py80 def __init__(self, filename, firstlineno, funcname): argument
/external/llvm/utils/abtest/
Dmark_armfns.py29 funcname = m.group(1) variable
Dmark_aarch64fns.py44 funcname = labelname variable
/external/python/cpython2/Modules/
Dmathmodule.c758 math_2(PyObject *args, double (*func) (double, double), char *funcname) in math_2()
790 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
796 #define FUNC1A(funcname, func, docstring) \ argument
802 #define FUNC2(funcname, func, docstring) \ argument
1275 loghelper(PyObject* arg, double (*func)(double), char *funcname) in loghelper()
/external/python/cpython3/Objects/
Dclassobject.c80 PyObject *funcname; in method_reduce() local
246 PyObject *funcname, *result; in method_repr() local
535 PyObject *funcname, *result; in instancemethod_repr() local
/external/libevent/
Devent_rpcgen.py437 def GetDeclaration(self, funcname): argument
463 def AssignDeclaration(self, funcname): argument
522 def GetDeclaration(self, funcname): argument
527 def AssignDeclaration(self, funcname): argument
958 def GetDeclaration(self, funcname): argument
963 def AssignDeclaration(self, funcname): argument
1085 def GetDeclaration(self, funcname): argument
1092 def AssignDeclaration(self, funcname): argument
1097 def AddDeclaration(self, funcname): argument
/external/python/cpython3/Lib/
Dgenericpath.py140 def _check_arg_types(funcname, *args): argument
/external/python/cpython3/Modules/
Dmathmodule.c1000 math_2(PyObject *args, double (*func) (double, double), const char *funcname) in math_2()
1032 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
1038 #define FUNC1A(funcname, func, docstring) \ argument
1044 #define FUNC2(funcname, func, docstring) \ argument
1887 loghelper(PyObject* arg, double (*func)(double), const char *funcname) in loghelper()

123