Searched defs:ops (Results 101 - 125 of 152) sorted by relevance

1234567

/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc234 const Operator* ops[] = { local
248 for (size_t k = 0; k < arraysize(ops); k += 2) {
249 Node* add = R.Binop(ops[k], p0, p1);
252 R.CheckPureBinop(ops[k + 1], r);
281 const Operator* ops[kNumberOps]; member in class:JSBitwiseShiftTypedLoweringTester
296 ops[idx] = op;
319 Node* add = R.Binop(R.ops[k], p0, p1);
322 R.CheckPureBinop(R.ops[k + 1], r);
341 const Operator* ops[kNumberOps]; member in class:JSBitwiseTypedLoweringTester
356 ops[id
444 const Operator* ops[] = { local
639 const Operator* ops[] = { local
687 const Operator* ops[] = { local
997 const Operator* ops[] = { local
1025 const Operator* ops[] = { local
1051 const Operator* ops[] = { local
1090 const Operator* ops[] = { local
1342 Entry ops[] = { local
[all...]
H A Dtest-run-machops.cc61 const Operator* ops[] = { local
73 for (int i = 0; ops[i] != NULL; i++) {
79 m.Return(m.NewNode(ops[i], a, b));
2661 const Operator* ops[] = { local
2673 for (int i = 0; ops[i] != NULL; i++) {
2676 m.NewNode(ops[i], m.Parameter(0), m.Parameter(1));
2772 const Operator* ops[] = {m.machine()->Float64Add(), m.machine()->Float64Sub(), local
2788 for (int i = 0; ops[i] != NULL; i++) {
2793 Node* binop = m.NewNode(ops[i], a, b);
2807 const Operator* ops[] local
[all...]
H A Dtest-simplified-lowering.cc1202 const Operator* ops[] = {t.machine()->Int32Add(), t.machine()->Int32Sub(), local
1208 for (size_t i = 0; i < arraysize(ops); i++) {
1209 CheckChangesAroundBinop(&t, ops[i], IrOpcode::kChangeTaggedToInt32,
1218 const Operator* ops[] = {t.machine()->Int32LessThan(), local
1221 for (size_t i = 0; i < arraysize(ops); i++) {
1222 CheckChangesAroundBinop(&t, ops[i], IrOpcode::kChangeTaggedToInt32,
1231 const Operator* ops[] = {t.machine()->Uint32LessThan(), local
1234 for (size_t i = 0; i < arraysize(ops); i++) {
1235 CheckChangesAroundBinop(&t, ops[i], IrOpcode::kChangeTaggedToUint32,
1244 const Operator* ops[] local
1260 const Operator* ops[] = {t.machine()->Float64Equal(), local
[all...]
/external/fio/
H A Dclient.c168 fio_client_dec_jobs_eta(client->eta_in_flight, client->ops->eta);
174 if (client->ops->removed)
175 client->ops->removed(client);
218 struct fio_client *fio_client_add_explicit(struct client_ops *ops, argument
250 client->ops = ops;
252 client->type = ops->client_type;
278 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie) argument
313 client->ops = ops;
1242 struct client_ops *ops = client->ops; local
1368 request_client_etas(struct client_ops *ops) argument
1457 fio_handle_clients(struct client_ops *ops) argument
[all...]
H A Dio_u.c404 struct prof_io_ops *ops = &td->prof_io_ops; local
406 if (ops->fill_io_u_off)
407 return ops->fill_io_u_off(td, io_u, is_random);
493 struct prof_io_ops *ops = &td->prof_io_ops; local
495 if (ops->fill_io_u_size)
496 return ops->fill_io_u_size(td, io_u, is_random);
1104 struct prof_io_ops *ops = &td->prof_io_ops; local
1106 if (ops->get_next_file)
1107 return ops->get_next_file(td);
1573 struct prof_io_ops *ops local
[all...]
/external/libnl/lib/route/
H A Daddr.c190 static int addr_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dlink.c256 static int link_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
401 struct rtnl_link_info_ops *ops; local
405 ops = rtnl_link_info_ops_lookup(kind);
406 if (ops != NULL) {
407 ops->io_refcnt++;
408 link->l_info_ops = ops;
409 err = ops->io_parse(link, li[IFLA_INFO_DATA],
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c27 static void ins__delete(struct ins_operands *ops) argument
29 free(ops->source.raw);
30 free(ops->source.name);
31 free(ops->target.raw);
32 free(ops->target.name);
36 struct ins_operands *ops)
38 return scnprintf(bf, size, "%-6.6s %s", ins->name, ops->raw);
42 struct ins_operands *ops)
44 if (ins->ops->scnprintf)
45 return ins->ops
35 ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
41 ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
50 call__parse(struct ins_operands *ops) argument
87 call__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
109 jump__parse(struct ins_operands *ops) argument
123 jump__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
164 lock__parse(struct ins_operands *ops) argument
193 lock__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
206 lock__delete(struct ins_operands *ops) argument
219 mov__parse(struct ins_operands *ops) argument
264 mov__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
277 dec__parse(struct ins_operands *ops) argument
306 dec__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
[all...]
/external/llvm/lib/IR/
H A DConstantsContext.h321 ArrayRef<Constant*> ops,
326 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
320 ExprMapKeyType(unsigned opc, ArrayRef<Constant*> ops, unsigned short flags = 0, unsigned short optionalflags = 0, ArrayRef<unsigned> inds = None) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h292 std::auto_ptr<sm4_op> ops[SM4_MAX_OPS]; member in struct:sm4_insn
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1676 int ops = node && client_->CanBeEditedByUser(node) ? local
1680 event.source_operations(), ops);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc431 int ConvertFromWeb(blink::WebDragOperationsMask ops) { argument
433 if (ops & blink::WebDragOperationCopy)
435 if (ops & blink::WebDragOperationMove)
437 if (ops & blink::WebDragOperationLink)
777 void WebContentsViewAura::EndDrag(blink::WebDragOperationsMask ops) { argument
788 screen_loc.x(), screen_loc.y(), ops);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1485 std::deque<GLHelperScaling::ScaleOp> ops; local
1486 GLHelperScaling::ScaleOp::AddOps(src, dst, scale_x, allow3, &ops);
1490 EXPECT_EQ(ops[0].scale_factor, 3);
1491 EXPECT_EQ(ops.size(), 1U);
1492 EXPECT_EQ(ops[0].scale_x, scale_x);
1493 EXPECT_EQ(ops[0].scale_size, dst);
1497 for (size_t i = 0; i < ops.size(); i++) {
1498 EXPECT_EQ(ops[i].scale_x, scale_x);
1502 EXPECT_TRUE(ops[0].scale_factor == 0 || ops[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1729 // TODO: maybe have all fixed ops act as barrier ?
2027 DLList ops[OP_LAST + 1]; member in class:nv50_ir::LocalCSE
2205 ops[ir->op].insert(ir);
2223 DLLIST_FOR_EACH(&ops[ir->op], iter)
2232 ops[ir->op].insert(ir);
2237 ops[i].clear();
/external/chromium_org/third_party/skia/tests/
H A DPathOpsOpTest.cpp1146 SkPathOp ops[] = { variable
1183 testPathOp(reporter, path, paths[index], ops[index], filename);
1184 Op(path, paths[index], ops[index], &path);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86id.c624 x86_find_match(x86_id_insn *id_insn, yasm_insn_operand **ops, argument
681 use_ops = ops;
1000 x86_match_error(x86_id_insn *id_insn, yasm_insn_operand **ops, argument
1022 i = x86_find_match(id_insn, ops, rev_ops, size_lookup, bypass);
1069 yasm_insn_operand *op, *ops[5], *rev_ops[5]; local
1090 ops[0] = ops[1] = ops[2] = ops[3] = ops[
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp1095 } ops[] = local
1145 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++)
1147 const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (reducedInputTypes);
1148 const int inTypeListSize = (ops[opNdx].extendedInputTypeCases) ? (DE_LENGTH_OF_ARRAY(extendedInputTypes)) : (DE_LENGTH_OF_ARRAY(reducedInputTypes));
1149 const MatrixOp op = ops[opNdx].op;
1150 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].desc);
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1801 } ops[] = local
1861 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++)
1863 const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (reducedInputTypes);
1864 const int inTypeListSize = (ops[opNdx].extendedInputTypeCases) ? (DE_LENGTH_OF_ARRAY(extendedInputTypes)) : (DE_LENGTH_OF_ARRAY(reducedInputTypes));
1865 const MatrixOp op = ops[opNdx].op;
1866 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].desc);
1875 if (ops[opNdx].createInputTypeGroup)
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp768 : coll(coll), ucoll(ucoll), ops(0) {}
770 /** Calls call() to set the ops field, and returns that. */
776 int32_t ops; member in class:CollPerfFunction
784 return U_SUCCESS(errorCode) ? ops : 0;
837 ops = cc.counter;
922 ops = cc.counter;
946 ops = cc.counter;
972 ops = cc.counter;
1008 ops = cc.counter;
1035 ops
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-script.c577 struct scripting_ops *ops; member in struct:script_spec
584 struct scripting_ops *ops)
590 s->ops = ops;
612 struct scripting_ops *ops)
619 s = script_spec__new(spec, ops);
628 int script_spec_register(const char *spec, struct scripting_ops *ops) argument
636 s = script_spec__findnew(spec, ops);
649 return s->ops;
661 fprintf(stderr, " %-42s [%s]\n", s->spec, s->ops
583 script_spec__new(const char *spec, struct scripting_ops *ops) argument
611 script_spec__findnew(const char *spec, struct scripting_ops *ops) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1729 // TODO: maybe have all fixed ops act as barrier ?
2027 DLList ops[OP_LAST + 1]; member in class:nv50_ir::LocalCSE
2205 ops[ir->op].insert(ir);
2223 DLLIST_FOR_EACH(&ops[ir->op], iter)
2232 ops[ir->op].insert(ir);
2237 ops[i].clear();
/external/qemu/audio/
H A Daudio.c834 cb->ops.notify (cb->opaque, cmd);
1637 cb->ops.capture (cb->opaque, cap->buf,
1915 cb->ops.destroy (cb->opaque);
2071 struct audio_capture_ops *ops,
2091 cb->ops = *ops;
2166 cb->ops.destroy (cb_opaque);
2069 AUD_add_capture( struct audsettings *as, struct audio_capture_ops *ops, void *cb_opaque ) argument
/external/qemu/ui/
H A Dvnc-android.c864 struct audio_capture_ops ops; local
871 ops.notify = audio_capture_notify;
872 ops.destroy = audio_capture_destroy;
873 ops.capture = audio_capture;
875 vs->audio_cap = AUD_add_capture(&vs->as, &ops, vs);
H A Dvnc.c856 struct audio_capture_ops ops; local
863 ops.notify = audio_capture_notify;
864 ops.destroy = audio_capture_destroy;
865 ops.capture = audio_capture;
867 vs->audio_cap = AUD_add_capture(&vs->as, &ops, vs);
/external/skia/tests/
H A DPathOpsOpTest.cpp1146 SkPathOp ops[] = { variable
1183 testPathOp(reporter, path, paths[index], ops[index], filename);
1184 Op(path, paths[index], ops[index], &path);

Completed in 817 milliseconds

1234567