Home
last modified time | relevance | path

Searched refs:cpidx (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/util/
Dparse-options.c222 p->out[p->cpidx++] = arg - 2; in parse_long_opt()
309 ctx->cpidx = ((flags & PARSE_OPT_KEEP_ARGV0) != 0); in parse_options_start()
334 ctx->out[ctx->cpidx++] = ctx->argv[0]; in parse_options_step()
398 ctx->out[ctx->cpidx++] = ctx->argv[0]; in parse_options_step()
406 memmove(ctx->out + ctx->cpidx, ctx->argv, ctx->argc * sizeof(*ctx->out)); in parse_options_end()
407 ctx->out[ctx->cpidx + ctx->argc] = NULL; in parse_options_end()
408 return ctx->cpidx + ctx->argc; in parse_options_end()
Dparse-options.h164 int argc, cpidx; member
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td1652 PseudoInst<(outs), (ins cpinst_operand:$instid, cpinst_operand:$cpidx,