Home
last modified time | relevance | path

Searched defs:argnum (Results 1 – 5 of 5) sorted by relevance

/external/bcc/libbpf-tools/
Dksnoop.bpf.c280 static __u64 get_arg(struct pt_regs *ctx, enum arg argnum) in get_arg()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtensor_array_ops_decomposition.cc531 for (int64_t argnum = 0; argnum < original_args; ++argnum) { in ChangeFunctionInputSignature() local
/external/webp/swig/
Dlibwebp_python_wrap.c2832 #define SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags) argument
2862 SWIG_Python_ArgFail(int argnum) in SWIG_Python_ArgFail()
2922 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags) { in SWIG_Python_MustGetPtr()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx2563 #define SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags) argument
2593 SWIG_Python_ArgFail(int argnum) in SWIG_Python_ArgFail()
2653 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int argnum, int flags) { in SWIG_Python_MustGetPtr()
/external/python/cpython3/Tools/clinic/
Dclinic.py3436 def parse_arg(self, argname, argnum): argument