Home
last modified time | relevance | path

Searched defs:funcname (Results 1 – 25 of 75) 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.h32 #define NEON_OR_PORTABLE(funcname, ...) Neon##funcname(__VA_ARGS__) argument
36 #define NEON_OR_PORTABLE(funcname, ...) Portable##funcname(__VA_ARGS__) argument
/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/
Dnaive.py56 def parse_variable(srcline, funcname=None): argument
110 def _match_varid(variable, name, funcname, ignored=None): argument
126 def find_variable(filename, funcname, name, *, 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/python/cpython3/Tools/c-analyzer/cpython/
D_generate.py22 def _parse_global(line, funcname=None): argument
83 def _pop_cached(varcache, filename, funcname, name, *, argument
Dfind.py22 def _handle_id(filename, funcname, name, *, 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/python/cpython3/Python/
Ddynload_dl.c19 char funcname[258]; in _PyImport_FindSharedFuncptr() local
Ddynload_hpux.c60 char funcname[258]; in _PyImport_FindSharedFuncptr() local
Ddynload_shlib.c66 char funcname[258]; in _PyImport_FindSharedFuncptr() local
/external/deqp/modules/gles3/scripts/
Dgen-invalid-texture-funcs.py57 def __init__(self, funcname, args): argument
/external/python/cpython3/Tools/c-analyzer/c_analyzer/common/
Dinfo.py38 def __new__(cls, filename, funcname, name): argument
/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.c124 PyObject *funcname; in method_reduce() local
279 PyObject *funcname, *result; in method_repr() local
509 PyObject *funcname, *result; in instancemethod_repr() local
/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/cpython2/Lib/hotshot/
Dstats.py80 def __init__(self, filename, firstlineno, funcname): argument
/external/llvm/utils/abtest/
Dmark_armfns.py29 funcname = m.group(1) variable

123