Searched refs:n_args (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | fetch_indirect_syscall_args.c | 38 const unsigned int n_args) in fetch_indirect_syscall_args() argument 43 if (umoven(tcp, addr, sizeof(*u_arg) * n_args, u_arg)) in fetch_indirect_syscall_args() 48 if (umoven(tcp, addr, sizeof(*narrow_arg) * n_args, narrow_arg)) in fetch_indirect_syscall_args() 50 for (unsigned int i = 0; i < n_args; ++i) in fetch_indirect_syscall_args()
|
D | defs.h | 861 fetch_indirect_syscall_args(struct tcb *, kernel_ulong_t addr, unsigned int n_args);
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_compilation_cache_test.cc | 82 const int n_args = state.range(0); in BM_BuildSignature() local 86 for (int i = 0; i < n_args; i++) { in BM_BuildSignature() 89 std::vector<XlaCompiler::Argument> args(n_args); in BM_BuildSignature() 90 for (int i = 0; i < n_args; i++) { in BM_BuildSignature()
|
/external/tensorflow/tensorflow/python/autograph/utils/ |
D | py_func.py | 72 n_args = len(args) 74 for i in range(n_args):
|
/external/perfetto/src/trace_processor/importers/fuchsia/ |
D | fuchsia_trace_tokenizer.cc | 323 uint32_t n_args = in ParseRecord() local 325 for (uint32_t i = 0; i < n_args; i++) { in ParseRecord() 401 uint32_t n_args = in ParseRecord() local 406 for (uint32_t i = 0; i < n_args; i++) { in ParseRecord()
|
D | fuchsia_trace_parser.cc | 97 uint32_t n_args = in ParseTracePacket() local 145 for (uint32_t i = 0; i < n_args; i++) { in ParseTracePacket()
|
/external/python/cpython2/Python/ |
D | ast.c | 669 int i, j, k, n_args = 0, n_defaults = 0, found_default = 0; in ast_for_arguments() local 685 n_args++; in ast_for_arguments() 689 args = (n_args ? asdl_seq_new(n_args, c->c_arena) : NULL); in ast_for_arguments() 690 if (!args && n_args) in ast_for_arguments()
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 4235 Py_ssize_t cnt = -1, n_args; in repeat_new() local 4238 n_args = PyTuple_GET_SIZE(args); in repeat_new() 4240 n_args += PyDict_GET_SIZE(kwds); in repeat_new() 4245 if (n_args == 2 && cnt < 0) in repeat_new()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13646 const glw::GLuint n_args = getArgumentCount(); in getArgumentStride() local 13649 for (glw::GLuint i = 0; i < n_args; ++i) in getArgumentStride()
|