Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dsse_check.h20 #define SSE_OR_PORTABLE(funcname, ...) Sse##funcname(__VA_ARGS__) argument
25 #define SSE_OR_PORTABLE(funcname, ...) Portable##funcname(__VA_ARGS__) argument
Dneon_check.h39 #define NEON_OR_PORTABLE(funcname, ...) Neon##funcname(__VA_ARGS__) argument
43 #define NEON_OR_PORTABLE(funcname, ...) Portable##funcname(__VA_ARGS__) argument
/external/python/pycparser/examples/
Dfunc_calls.py22 def __init__(self, funcname): argument
33 def show_func_calls(filename, funcname): argument
/external/python/cpython3/Include/
Dmodsupport.h65 #define _PyArg_NoKeywords(funcname, kwargs) \ argument
67 #define _PyArg_NoKwnames(funcname, kwnames) \ argument
69 #define _PyArg_NoPositional(funcname, args) \ argument
75 #define _PyArg_CheckPositional(funcname, nargs, min, max) \ argument
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
Dsysv.S48 #define CALLFUNC(funcname) _ ## funcname argument
50 #define CALLFUNC(funcname) funcname argument
/external/libffi/src/m68k/
Dsysv.S48 #define CALLFUNC(funcname) _ ## funcname argument
50 #define CALLFUNC(funcname) funcname argument
/external/skia/modules/skunicode/src/
DSkUnicode_client.h23 #define SKCL_FUNC(funcname) decltype(funcname)* cl_##funcname; argument
DSkUnicode_icu.h51 #define SKICU_FUNC(funcname) decltype(funcname)* f_##funcname; argument
DSkUnicode_icu_builtin.cpp15 #define SKICU_FUNC(funcname) funcname, argument
/external/cronet/third_party/libevent/
Devent_rpcgen.py353 def GetDeclaration(self, funcname): argument
379 def AssignDeclaration(self, funcname): argument
451 def GetDeclaration(self, funcname): argument
456 def AssignDeclaration(self, funcname): argument
757 def GetDeclaration(self, funcname): argument
762 def AssignDeclaration(self, funcname): argument
865 def GetDeclaration(self, funcname): argument
874 def AssignDeclaration(self, funcname): argument
879 def AddDeclaration(self, 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
/external/deqp/modules/gles3/scripts/
Dgen-invalid-texture-funcs.py57 def __init__(self, funcname, args): argument
/external/python/cpython3/Python/
Ddynload_hpux.c60 char funcname[258]; in _PyImport_FindSharedFuncptr() local
Ddynload_shlib.c66 char funcname[258]; in _PyImport_FindSharedFuncptr() local
/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/libevent/
Devent_rpcgen.py519 def GetDeclaration(self, funcname): argument
543 def AssignDeclaration(self, funcname): argument
608 def GetDeclaration(self, funcname): argument
614 def AssignDeclaration(self, funcname): argument
1076 def GetDeclaration(self, funcname): argument
1083 def AssignDeclaration(self, funcname): argument
1219 def GetDeclaration(self, funcname): argument
1227 def AssignDeclaration(self, funcname): argument
1234 def AddDeclaration(self, funcname): argument
/external/python/cpython3/Objects/
Dclassobject.c124 PyObject *funcname; in method_reduce() local
279 PyObject *funcname, *result; in method_repr() local
509 PyObject *funcname, *result; in instancemethod_repr() local
/external/llvm/utils/abtest/
Dmark_armfns.py29 funcname = m.group(1) variable
Dmark_aarch64fns.py44 funcname = labelname variable
/external/python/cpython2/Lib/hotshot/
Dstats.py80 def __init__(self, filename, firstlineno, funcname): argument

123