Searched refs:ops (Results 226 - 250 of 323) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libdw/
H A Dlibdw.h812 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
835 Dwarf_Op **ops, size_t *nops)
/external/elfutils/elfutils/
H A Dlibdw.h812 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
835 Dwarf_Op **ops, size_t *nops)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.l162 refs|Reference|ops|access |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_parse.cpp414 insn.ops[op_num].reset(new sm4_op);
415 read_op(&*insn.ops[op_num]);
/external/oprofile/events/mips/r10000/
H A Devents24 event:0x09 counters:1 um:zero minimum:500 name:SCACHE_LOAD_STORE_CACHEOP_OPERATIONS : Secondary cache load / store and cache-ops operations
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s72 #CHECK: error: {{(instruction requires: distinct-ops)?}}
77 #CHECK: error: {{(instruction requires: distinct-ops)?}}
118 #CHECK: error: {{(instruction requires: distinct-ops)?}}
168 #CHECK: error: {{(instruction requires: distinct-ops)?}}
173 #CHECK: error: {{(instruction requires: distinct-ops)?}}
202 #CHECK: error: {{(instruction requires: distinct-ops)?}}
207 #CHECK: error: {{(instruction requires: distinct-ops)?}}
220 #CHECK: error: {{(instruction requires: distinct-ops)?}}
2375 #CHECK: error: {{(instruction requires: distinct-ops)?}}
2462 #CHECK: error: {{(instruction requires: distinct-ops)
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.h62 void EndDrag(blink::WebDragOperationsMask ops);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_drm.c195 ddev->base.ops = &pipe_loader_drm_ops;
/external/chromium_org/third_party/mesa/src/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/libnl/lib/fib_lookup/
H A Dlookup.c70 static int result_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
/external/libnl/lib/genl/
H A Dctrl.c55 static int ctrl_msg_parser(struct nl_cache_ops *ops, struct genl_cmd *cmd, argument
/external/libnl/lib/netfilter/
H A Dlog_msg.c169 static int log_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dqueue_msg.c148 static int queue_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
/external/libnl/lib/route/
H A Dclass.c30 static int class_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dcls.c38 static int cls_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dqdisc.c98 static int qdisc_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_drm.c195 ddev->base.ops = &pipe_loader_drm_ops;
/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/qemu/audio/
H A Daudio_int.h172 struct audio_capture_ops ops; member in struct:capture_callback
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/include/migration/
H A Dqemu-file.h111 QEMUFile *qemu_fopen_ops(void *opaque, const QEMUFileOps *ops);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimationsTest.cpp232 TransformOperations ops; local
233 ops.operations().append(TranslateTransformOperation::create(Length(2, WebCore::Fixed), Length(2, WebCore::Fixed), TransformOperation::TranslateX));
234 RefPtrWillBeRawPtr<AnimatableValueKeyframe> goodKeyframe = createReplaceOpKeyframe(CSSPropertyTransform, AnimatableTransform::create(ops).get());
237 ops.operations().append(TranslateTransformOperation::create(Length(50, WebCore::Percent), Length(2, WebCore::Fixed), TransformOperation::TranslateX));
238 RefPtrWillBeRawPtr<AnimatableValueKeyframe> badKeyframe = createReplaceOpKeyframe(CSSPropertyTransform, AnimatableTransform::create(ops).get());
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc893 // TODO(ncarter): Determine if we allow ModifyURL ops or not.
981 FakeServerChange ops(&trans);
982 ops.ModifyPosition(f6, other_bookmarks_id(), 0);
983 ops.ModifyPosition(u3, other_bookmarks_id(), f1); // Prev == f1 is OK here.
984 ops.ModifyPosition(f2, other_bookmarks_id(), u7);
985 ops.ModifyPosition(u7, f2, 0);
986 ops.ModifyPosition(u4, other_bookmarks_id(), f2);
987 ops.ModifyPosition(u5, f6, 0);
988 ops.Delete(f1);
990 ops
[all...]
/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp130 sm4_op& op = *insn->ops[i];
141 sm4_op& op = *insn->ops[i];
190 sm4_op& op = *insn->ops[i];

Completed in 1081 milliseconds

1234567891011>>