Searched refs:ops (Results 76 - 100 of 110) sorted by relevance

12345

/external/llvm/lib/VMCore/
H A DConstantsContext.h318 ArrayRef<Constant*> ops,
323 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
317 ExprMapKeyType(unsigned opc, ArrayRef<Constant*> ops, unsigned short flags = 0, unsigned short optionalflags = 0, ArrayRef<unsigned> inds = ArrayRef<unsigned>()) argument
/external/oprofile/events/i386/nehalem/
H A Devents45 event:0x3D counters:0,1,2,3 um:one minimum:6000 name:UOPS_DECODED_DEC0 : Counts micro-ops decoded by decoder 0.
73 event:0xA8 counters:0,1,2,3 um:one minimum:6000 name:LSD : Counts the number of micro-ops delivered by loop stream detector
82 event:0xC2 counters:0,1,2,3 um:uops_retired minimum:6000 name:UOPS_RETIRED : Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle). Most instructions are composed of one or two microops. Some instructions are decoded into longer sequences such as repeat instructions, floating point transcendental instructions, and assists
H A Dunit_masks274 0x01 any Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle)
317 0x04 rob_read_port Counts the number of cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the out-of-order pipeline
319 0x0F any Counts all Register Allocation Table stall cycles due to: Cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the execution pipe
/external/kernel-headers/original/asm-x86/
H A Dparavirt.h318 * ops structs, so that they can be later identified and patched at
1114 #define PARA_SITE(ptype, clobbers, ops) \
1116 ops; \
/external/qemu/
H A Dvnc-android.c862 struct audio_capture_ops ops; local
869 ops.notify = audio_capture_notify;
870 ops.destroy = audio_capture_destroy;
871 ops.capture = audio_capture;
873 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/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h1083 void setTransform(const TransformOperations& ops) { SET_VAR(rareNonInheritedData.access()->m_transform, m_operations, ops); } argument
1307 static const TransformOperations& initialTransform() { DEFINE_STATIC_LOCAL(TransformOperations, ops, ()); return ops; }
/external/oprofile/events/mips/24K/
H A Devents35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0
/external/oprofile/events/mips/34K/
H A Devents35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp895 LookupResult ops(S, deleteName, loc, Sema::LookupOrdinaryName);
896 S.LookupQualifiedName(ops, record->getDecl());
899 ops.suppressDiagnostics();
902 if (ops.empty()) return false;
906 if (ops.isAmbiguous()) return false;
908 LookupResult::Filter filter = ops.makeFilter();
933 if (!ops.isSingleResult()) return false;
935 const FunctionDecl *del = cast<FunctionDecl>(ops.getFoundDecl());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/perf/
H A Dtinycc.c3008 /* unary ops */
3080 /* generic FP ops */
3097 /* string ops */
3111 /* generic asm ops */
4340 /* unary ops */
4412 /* generic FP ops */
4429 /* string ops */
4443 /* generic asm ops */
11037 /* if commutative ops, put c2 as constant */
16310 Operand ops[MAX_OPERAND
16308 Operand ops[MAX_OPERANDS], *pop; local
[all...]
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1410 int ops = data.GetFirstNode(profile_) local
1414 ops);
/external/kernel-headers/original/linux/
H A Dfs.h1346 struct super_operations *ops, unsigned long,
1811 struct tree_descr { char *name; const struct file_operations *ops; int mode; }; member in struct:tree_descr
H A Dcdrom.h933 struct cdrom_device_ops *ops; /* link to device_ops */ member in struct:cdrom_device_info
/external/openssl/ssl/
H A Dkssl.c678 struct _krb5_cc_ops FAR *ops; member in struct:_krb5_ccache
729 ((cache)->ops->get_princ,(context, cache, principal)));
/external/oprofile/events/mips/1004K/
H A Devents35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1371 if (const TransformOperations* ops = static_cast<const TransformAnimationValue*>(animationValue)->value())
1372 transformOperations = *ops;
/external/llvm/include/llvm/
H A DConstants.h937 unsigned ops, ///< The opcode for the conversion
/external/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm114 add r7, r7, r8 ;# 33 ops per 16 pels
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp459 Syscall param csops(ops) contains uninitialised byte(s)
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex833 % \indexnofonts no-ops all font-change commands.
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3383 vki_pid_t, pid, uint32_t, ops,
7999 MACXY(__NR_csops, csops), // code-signing ops

Completed in 609 milliseconds

12345