Searched refs:ops (Results 151 - 175 of 323) sorted by relevance

1234567891011>>

/external/libnl/lib/route/
H A Dcls_obj.c214 struct rtnl_cls_ops *ops = cls->c_ops; local
216 if (!ops) {
220 ops = __rtnl_cls_lookup_ops(cls->c_kind);
221 if (ops == NULL)
224 cls->c_ops = ops;
227 if (!ops->co_size)
230 if (!(cls->c_subdata = nl_data_alloc(NULL, ops->co_size)))
H A Dqdisc_obj.c245 struct rtnl_qdisc_ops *ops; local
247 ops = rtnl_qdisc_lookup_ops(qdisc);
248 if (ops && ops->qo_get_opts)
249 return ops->qo_get_opts(qdisc);
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Duperf.cpp343 long ops; local
361 ops = testFunction->getOperationsPerIteration();
362 if (ops < 1) {
427 fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops);
429 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events);
433 fprintf(stdout,"= %s end %f %i %li\n", name, t, (int)loops, ops);
435 fprintf(stdout,"= %s end %f %i %li %li\n", name, t, (int)loops, ops, events);
441 if (loops == 0 || ops == 0) {
446 name, avg_t, (int)loops, (avg_t*1E9)/(loops*ops));
448 name, min_t, (int)loops, (min_t*1E9)/(loops*ops));
[all...]
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp352 long ops; local
370 ops = testFunction->getOperationsPerIteration();
371 if (ops < 1) {
436 fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops);
438 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events);
442 fprintf(stdout,"= %s end %f %i %li\n", name, t, (int)loops, ops);
444 fprintf(stdout,"= %s end %f %i %li %li\n", name, t, (int)loops, ops, events);
450 if (loops == 0 || ops == 0) {
455 name, avg_t, (int)loops, (avg_t*1E9)/(loops*ops));
457 name, min_t, (int)loops, (min_t*1E9)/(loops*ops));
[all...]
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.h98 // The calculated ScaleOps are added to |ops|.
103 std::deque<ScaleOp>* ops) {
109 ops->push_back(ScaleOp(3, scale_x, dst));
116 ops->push_back(ScaleOp(0, scale_x, dst << num_downscales));
120 ops->push_back(ScaleOp(2, scale_x, dst << num_downscales));
99 AddOps(int src, int dst, bool scale_x, bool allow3, std::deque<ScaleOp>* ops) argument
/external/chromium_org/v8/test/webkit/fast/js/
H A Dfunction-toString-parentheses.js104 var ops = binaryOperators[i];
105 for (j = 0; j < ops.length; ++j) {
106 var op = ops[j];
109 testLeftAssociativeSame(ops[0], op);
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp131 Operators ops; local
132 return ops;
136 Operators ops; local
137 return ops;
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture.js100 var ops = window.chrome.skiaBenchmarking.getOps({
108 if (!ops)
109 console.error('Failed to get picture ops.');
111 return ops;
/external/libnl/lib/
H A Dmsg.c831 struct nl_cache_ops *ops; local
840 ops = nl_cache_ops_associate(nlmsg_get_proto(msg),
842 if (ops == NULL)
846 return nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p);
901 struct nl_cache_ops *ops; local
907 ops = nl_cache_ops_associate(nlmsg_get_proto(msg), nlh->nlmsg_type);
908 if (ops) {
909 mt = nl_msgtype_lookup(ops, nlh->nlmsg_type);
913 snprintf(buf, sizeof(buf), "%s::%s", ops->co_name, mt->mt_name);
990 struct nl_cache_ops *ops; local
[all...]
/external/qemu/
H A Dsavevm.c172 const QEMUFileOps *ops; member in struct:QEMUFile
319 if (s->file->ops->put_buffer || s->file->ops->writev_buffer) {
624 QEMUFile *qemu_fopen_ops(void *opaque, const QEMUFileOps *ops) argument
631 f->ops = ops;
656 return f->ops->writev_buffer || f->ops->put_buffer;
663 * put_buffer ops.
673 if (f->ops
1683 SaveVMHandlers *ops; member in struct:SaveStateEntry
1731 register_savevm_live(DeviceState *dev, const char *idstr, int instance_id, int version_id, SaveVMHandlers *ops, void *opaque) argument
1787 SaveVMHandlers *ops = g_malloc0(sizeof(SaveVMHandlers)); 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 Dlibfio.c213 struct ioengine_ops *ops = td->io_ops; local
215 if (ops && ops->terminate)
216 ops->terminate(td);
/external/deqp/modules/gles2/functional/
H A Des2fStencilTests.cpp180 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops);
205 void StencilCase::executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops) argument
215 for (vector<StencilOp>::const_iterator i = ops.begin(); i != ops.end(); i++)
300 // Get ops for stencil values
301 vector<vector<StencilOp> > ops(numStencilValues+2);
305 genOps(ops[ndx], stencilBits, depthBits, deMin32(ndx*stencilStep, (1<<stencilBits)-1));
308 genOps(ops[numStencilValues+0], stencilBits, depthBits, 1<<stencilBits);
309 genOps(ops[numStencilValues+1], stencilBits, depthBits, -1);
320 DE_ASSERT(ops
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fStencilTests.cpp183 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops);
208 void StencilCase::executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops) argument
218 for (vector<StencilOp>::const_iterator i = ops.begin(); i != ops.end(); i++)
303 // Get ops for stencil values
304 vector<vector<StencilOp> > ops(numStencilValues+2);
308 genOps(ops[ndx], stencilBits, depthBits, deMin32(ndx*stencilStep, (1<<stencilBits)-1));
311 genOps(ops[numStencilValues+0], stencilBits, depthBits, 1<<stencilBits);
312 genOps(ops[numStencilValues+1], stencilBits, depthBits, -1);
323 DE_ASSERT(ops
[all...]
/external/oprofile/events/x86-64/family10/
H A Dunit_masks50 0x01 Add pipe ops excluding load ops and SSE move ops
51 0x02 Multiply pipe ops excluding load ops and SSE move ops
52 0x04 Store pipe ops excluding load ops and SSE move ops
53 0x08 Add pipe load ops an
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableValueTestHelper.cpp103 TransformOperations ops = animTransform.transformOperations(); local
109 for (unsigned i = 0; i < ops.size(); i++) {
110 const TransformOperation* op = ops.at(i);
145 if (i < ops.size() - 1)
H A DCompositorAnimations.cpp377 OwnPtr<blink::WebFilterOperations> ops = adoptPtr(blink::Platform::current()->compositorSupport()->createFilterOperations()); local
378 bool converted = toWebFilterOperations(toAnimatableFilterOperations(value)->operations(), ops.get());
381 blink::WebFilterKeyframe filterKeyframe(keyframes[i]->offset(), ops.release());
393 OwnPtr<blink::WebTransformOperations> ops = adoptPtr(blink::Platform::current()->compositorSupport()->createTransformOperations()); local
394 toWebTransformOperations(toAnimatableTransform(value)->transformOperations(), ops.get());
396 blink::WebTransformKeyframe transformKeyframe(keyframes[i]->offset(), ops.release());
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c64 sdev->base.ops = &pipe_loader_sw_ops;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr.h180 struct pb_fence_ops *ops,
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c64 sdev->base.ops = &pipe_loader_sw_ops;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr.h180 struct pb_fence_ops *ops,
/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive_tester.cc147 const vector<string>& ops,
159 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
145 ExhaustiveTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument
H A Dpossible_match_test.cc170 const vector<string>& ops,
173 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
167 PossibleMatchTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet) argument
/external/qemu/audio/
H A Daudio.h73 struct capture_ops ops; member in struct:CaptureState
102 struct audio_capture_ops *ops,
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.cc147 const vector<string>& ops,
159 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
145 ExhaustiveTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument

Completed in 3551 milliseconds

1234567891011>>