Home
last modified time | relevance | path

Searched refs:num_arguments (Results 1 – 18 of 18) sorted by relevance

/external/bcc/tests/cc/
Dtest_usdt_probes.cc52 REQUIRE(probe->num_arguments() == 2);
134 int num_arguments; in probe_num_arguments() local
140 if (cmd_scanf(cmd, "%d", &num_arguments) != 0) { in probe_num_arguments()
144 return num_arguments; in probe_num_arguments()
178 REQUIRE(probe->num_arguments() == exp_arguments);
201 REQUIRE(probe->num_arguments() == exp_arguments);
216 REQUIRE(probe->num_arguments() == exp_arguments);
251 REQUIRE(probe->num_arguments() == exp_arguments);
/external/bcc/src/python/bcc/
Dusdt.py83 self.num_arguments = probe.num_arguments
109 self.num_arguments = probe.num_arguments
/external/bcc/tools/
Dtplist.py67 for idx in range(0, location.num_arguments):
81 print(" %d argument(s)" % probe.num_arguments)
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtf_kernel_to_llvm_pass.cc104 auto num_arguments = arguments.size(); in generateParamsArray() local
106 argument_types.reserve(num_arguments); in generateParamsArray()
115 loc, llvm_int32_type_, builder.getI32IntegerAttr(num_arguments)); in generateParamsArray()
/external/bcc/src/cc/includes/
Dbcc_usdt.h35 int num_arguments; member
Dusdt.h211 size_t num_arguments() const { return locations_.front().arguments_.size(); } in num_arguments() function
/external/bcc/src/cc/
Dbcc_usdt.h35 int num_arguments; member
Dusdt.h211 size_t num_arguments() const { return locations_.front().arguments_.size(); } in num_arguments() function
/external/flac/src/metaflac/
Doptions.c146 options->args.num_arguments = 0; in init_options()
265 FLAC__ASSERT(0 == options->args.arguments || options->args.num_arguments > 0); in free_options()
310 for(i = 0, arg = options->args.arguments; i < options->args.num_arguments; i++, arg++) { in free_options()
747 if(options->args.capacity <= options->args.num_arguments) { in append_new_argument()
757 options->args.arguments[options->args.num_arguments++] = argument; in append_new_argument()
783 for(i = 0; i < options->args.num_arguments; i++) in find_argument()
804 return options->args.arguments + (options->args.num_arguments - 1); in append_argument()
Doptions.h206 unsigned num_arguments; member
Doperations.c527 for(i = 0; i < options->args.num_arguments; i++) { in passes_filter()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h141 size_t& num_arguments, size_t& num_results);
153 const xla::HloInstruction* instr, size_t& num_arguments,
Dmhlo_to_lhlo_with_xla.cc212 llvm::SmallVectorImpl<Value>& operands, size_t& num_arguments, in CreateOperands() argument
220 num_arguments = operands.size(); in CreateOperands()
222 num_results = operands.size() - num_arguments; in CreateOperands()
236 const HloInstruction* instr, size_t& num_arguments, size_t& num_results, in CreateOpWithoutAttrs() argument
240 num_arguments, num_results)); in CreateOpWithoutAttrs()
635 size_t num_arguments, num_results; in EmitCustomCallOp() local
638 instr, num_arguments, num_results)); in EmitCustomCallOp()
643 const int32_t segments[2] = {static_cast<int32_t>(num_arguments), in EmitCustomCallOp()
/external/bcc/src/cc/usdt/
Dusdt.cc328 info.num_arguments = probe->num_arguments(); in each()
511 if (argument_index < 0 || (size_t)argument_index >= probe->num_arguments()) in bcc_usdt_get_argument()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_lhlo.cc464 auto num_arguments = entry_block.getNumArguments(); in matchAndRewrite() local
465 if (operands.size() > num_arguments) { in matchAndRewrite()
472 auto dest_arg_idx = num_arguments - operands.size(); in matchAndRewrite()
/external/oj-libjdwp/src/share/javavm/export/
Djmm.h202 int num_arguments; /* Number of supported options or arguments */ member
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py279 num_arguments = len(tf_inspect.getargspec(python_callable).args)
286 num_arguments -= 1
287 return num_arguments == len(
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp939 unsigned num_arguments,
949 unsigned num_arguments,
1193 unsigned num_arguments,
1196 unsigned num_arguments,
1199 unsigned num_arguments,
1204 unsigned num_arguments,
4689 unsigned num_arguments, in add_image_function() argument
4739 num_arguments, flags, intrinsic_id)); in add_image_function()
7405 unsigned num_arguments, in _image_prototype() argument
7429 for (unsigned i = 0; i < num_arguments; ++i) { in _image_prototype()
[all …]