Searched defs:arg_index (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/tools/linux/dump_syms/
H A Ddump_syms.cc59 int arg_index = 1; local
60 while (arg_index < argc && strlen(argv[arg_index]) > 0 &&
61 argv[arg_index][0] == '-') {
62 if (strcmp("-c", argv[arg_index]) == 0) {
64 } else if (strcmp("-r", argv[arg_index]) == 0) {
66 } else if (strcmp("-v", argv[arg_index]) == 0) {
71 ++arg_index;
73 if (arg_index == argc)
84 binary = argv[arg_index];
[all...]
/external/e2fsprogs/intl/
H A Dprintf-parse.c120 size_t arg_index = ARG_NONE; local
132 dp->arg_index = ARG_NONE;
153 arg_index = n - 1;
487 dp->arg_index = arg_index;
488 if (dp->arg_index == ARG_NONE)
490 dp->arg_index = arg_posn++;
491 if (dp->arg_index == ARG_NONE)
495 REGISTER_ARG (dp->arg_index, type);
H A Dprintf-parse.h33 /* arg_index value indicating that no argument is consumed. */
49 size_t arg_index; member in struct:__anon5664
H A Dwprintf-parse.h33 /* arg_index value indicating that no argument is consumed. */
49 size_t arg_index; member in struct:__anon5666
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
H A Drxtimestamp.c328 int arg_index = 0; local
334 &arg_index)) != -1) {
/external/tensorflow/tensorflow/python/eager/
H A Dpython_eager_op_gen.cc155 void AddAttrForArg(const string& attr, int arg_index) { argument
157 op_def_.input_arg(arg_index).name());
160 attr_to_args_.insert(AttrToArgMap::value_type(attr, {arg_index}));
162 iter->second.push_back(arg_index);
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h46 unsigned arg_index; member in struct:r600_sb::error_info
/external/tensorflow/tensorflow/c/eager/
H A Dc_api.cc608 int arg_index = const_inputs.size(); local
627 << arg_index; local
628 (*op_input_to_func_input)[i] = arg_index;
629 func_input_arg = signature->mutable_input_arg(arg_index++);
/external/ImageMagick/MagickCore/
H A Dopencl.c463 MagickPrivate cl_int SetOpenCLKernelArg(cl_kernel kernel,cl_uint arg_index,
466 return(openCL_library->clSetKernelArg(kernel,arg_index,arg_size,arg_value));
462 SetOpenCLKernelArg(cl_kernel kernel,cl_uint arg_index, size_t arg_size,const void *arg_value) argument
/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc661 int arg_index = iter->second; local
668 builder.Attr("index", arg_index);
681 args_by_dst_[NodeSlot(dst_node, dst_slot)] = arg_index;
682 graph_->AddEdge(args_[arg_index], 0, dst_image, dst_slot);
/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc158 int arg_index = result_.nodes.size(); local
160 AddItem(arg_def.name(), {true, arg_index, 0, is_type_list, dtypes}));
164 {true, arg_index, 0, false, {dtypes[i]}}));
165 DCHECK_EQ(arg_index, result_.nodes.size());
173 AddAttr("index", arg_index, gnode);
175 ++arg_index;
181 const int arg_index) {
185 return AddItem(node.name(), {false, arg_index, 0, false, {}});
199 AddItem(base_name, {false, arg_index, start, is_type_list, dtypes}));
203 {false, arg_index, star
180 BuildNodeOutputIndex(const NodeDef& node, AttrSlice attrs, const int arg_index) argument
[all...]
/external/v8/src/
H A Dcode-stub-assembler.cc1433 Variable& arg_index,
1449 Node* first = arg_index.value();
1500 arg_index.Bind(IntPtrAdd(arg_index.value(), SmiUntag(diff)));
1430 BuildAppendJSArray(ElementsKind kind, Node* context, Node* array, CodeStubArguments& args, Variable& arg_index, Label* bailout) argument

Completed in 410 milliseconds