HomeSort by relevance Sort by last modified time
    Searched full:arg_index (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/test/Transforms/LoopStrengthReduce/
2005-09-12-UsesOutOutsideOfLoop.ll 7 %arg_index.1.ph = phi i32 [ 1, %entry ], [ %arg_index.1.ph.be, %then.5 ] ; <i32> [#uses=1]
10 %arg_index.1.1 = add i32 0, %arg_index.1.ph ; <i32> [#uses=2]
17 %tmp.19993 = add i32 %arg_index.1.1, 2 ; <i32> [#uses=0]
26 %arg_index.1.ph.be = add i32 %arg_index.1.1, 2 ; <i32> [#uses=1]
  /external/google-breakpad/src/tools/linux/dump_syms/
dump_syms.cc 59 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...]
  /art/runtime/arch/arm/
quick_entrypoints_cc_arm.cc 36 uint32_t arg_index = 0; // Index into argument array. local
42 core_reg_args[gpr_index++] = args[arg_index++];
45 for (uint32_t shorty_index = 1; shorty[shorty_index] != '\0'; ++shorty_index, ++arg_index) {
57 fp_reg_args[fpr_double_index++] = args[arg_index];
58 fp_reg_args[fpr_double_index++] = args[arg_index + 1];
60 ++arg_index;
74 fp_reg_args[fpr_index++] = args[arg_index];
86 core_reg_args[gpr_index++] = args[arg_index];
88 ++arg_index;
92 core_reg_args[gpr_index++] = args[arg_index];
    [all...]
  /external/e2fsprogs/intl/
vasnprintf.c 226 if (!(dp->arg_index == ARG_NONE))
235 if (!(dp->arg_index != ARG_NONE))
240 switch (a.arg[dp->arg_index].type)
243 *a.arg[dp->arg_index].a.a_count_schar_pointer = length;
246 *a.arg[dp->arg_index].a.a_count_short_pointer = length;
249 *a.arg[dp->arg_index].a.a_count_int_pointer = length;
252 *a.arg[dp->arg_index].a.a_count_longint_pointer = length;
256 *a.arg[dp->arg_index].a.a_count_longlongint_pointer = length;
265 arg_type type = a.arg[dp->arg_index].type;
455 local_wcslen (a.arg[dp->arg_index].a.a_wide_string)
    [all...]
printf-parse.h 33 /* arg_index value indicating that no argument is consumed. */
49 size_t arg_index; member in struct:__anon10890
wprintf-parse.h 33 /* arg_index value indicating that no argument is consumed. */
49 size_t arg_index; member in struct:__anon10892
printf-parse.c 120 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);
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
decorators.py 35 arg_index = arg_spec.args.index(name)
37 default_index = arg_index + defaults_length - len(arg_spec.args)
42 return (name, arg_index, default)
  /external/dbus-binding-generator/chromeos-dbus-bindings/
header_generator.cc 65 int arg_index) {
66 string name = arg_name.empty() ? std::to_string(arg_index) : arg_name;
header_generator.h 66 // the |arg_index| counter.
69 int arg_index);
  /external/bison/lib/
printf-parse.h 43 /* arg_index value indicating that no argument is consumed. */
65 size_t arg_index; member in struct:__anon6595
95 size_t arg_index; member in struct:__anon6597
123 size_t arg_index; member in struct:__anon6599
151 size_t arg_index; member in struct:__anon6601
printf-parse.c 139 size_t arg_index = ARG_NONE; local
151 dp->arg_index = ARG_NONE;
172 arg_index = n - 1;
567 dp->arg_index = arg_index;
568 if (dp->arg_index == ARG_NONE)
570 dp->arg_index = arg_posn++;
571 if (dp->arg_index == ARG_NONE)
575 REGISTER_ARG (dp->arg_index, type);
vasnprintf.c     [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_svm_20.hpp 34 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint arg_index, const void* arg_value);
opencl_svm_hsa_extension.hpp 150 cl_uint /* arg_index */,
  /system/core/metricsd/
metrics_client.cc 175 int arg_index = optind; local
187 if ((arg_index + expected_args) != argc) {
201 arg_index,
205 return SendCrosEvent(argv, arg_index);
  /toolchain/binutils/binutils-2.25/binutils/
ar.c 612 int arg_index, status = 0;
661 arg_index = optind;
663 while (arg_index < argc)
666 status |= ranlib_only (argv[arg_index]);
668 status |= ranlib_touch (argv[arg_index]);
669 ++arg_index;
680 int arg_index;
741 arg_index = 0;
763 xexit (ranlib_only (argv[arg_index]));
781 posname = argv[arg_index++]
609 int arg_index, status = 0; local
677 int arg_index; local
    [all...]
  /system/tools/aidl/
type_namespace.cpp 116 const AidlArgument& a, int arg_index, const string& filename) const {
119 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
type_cpp.cpp 581 int arg_index,
585 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
594 return ::android::aidl::TypeNamespace::GetArgType(a, arg_index, filename);
type_cpp.h 127 int arg_index,
  /external/v8/tools/
js2c.py 106 arg_index = [0] # Wrap state into array, to work around Python "scoping"
110 if arg_index[0] >= len(macro.args):
114 mapping[macro.args[arg_index[0]]] = replacement
115 arg_index[0] += 1
  /art/runtime/interpreter/
interpreter_common.cc 729 size_t arg_index = 0; local
    [all...]
  /external/opencv3/modules/core/src/opencl/runtime/
opencl_core.cpp 212 cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint arg_index, const void* arg_value) =
  /external/v8/src/compiler/
linkage.h 290 // Can be used to translate {arg_index} (i.e. index of the call node input) as
  /system/netd/server/
CommandListener.cpp 611 for (int arg_index = 2; arg_index < argc; arg_index++) {
612 if (!inet_aton(argv[arg_index], &tmp_addr)) {
    [all...]

Completed in 1051 milliseconds

1 2