Searched defs:ops (Results 1 - 25 of 152) sorted by last modified time

1234567

/external/yaffs2/yaffs2/
H A Dyaffs_mtdif.c79 struct mtd_oob_ops ops; local
94 ops.mode = MTD_OOB_AUTO;
95 ops.ooblen = 8; /* temp hack */
97 ops.mode = MTD_OOB_RAW;
98 ops.ooblen = YAFFS_BYTES_PER_SPARE;
100 ops.len = data ? dev->nDataBytesPerChunk : ops.ooblen;
101 ops.datbuf = (u8 *)data;
102 ops.ooboffs = 0;
103 ops
143 struct mtd_oob_ops ops; local
[all...]
H A Dyaffs_mtdif2.c125 struct mtd_oob_ops ops; local
148 ops.mode = MTD_OOB_AUTO;
149 ops.ooblen = mtd->oobsize;
150 ops.len = dev->nDataBytesPerChunk;
151 ops.ooboffs = 0;
152 ops.datbuf = (__u8 *)data;
153 ops.oobbuf = dev->spareBuffer;
154 retval = mtd->write_oob(mtd, addr, &ops);
185 struct mtd_oob_ops ops; local
204 ops
[all...]
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_secy_ops.c30 struct ieee802_1x_kay_ctx *ops; local
37 ops = kay->ctx;
38 if (!ops || !ops->enable_protect_frames) {
44 return ops->enable_protect_frames(ops->ctx, enabled);
50 struct ieee802_1x_kay_ctx *ops; local
57 ops = kay->ctx;
58 if (!ops || !ops
71 struct ieee802_1x_kay_ctx *ops; local
99 struct ieee802_1x_kay_ctx *ops; local
120 struct ieee802_1x_kay_ctx *ops; local
144 struct ieee802_1x_kay_ctx *ops; local
168 struct ieee802_1x_kay_ctx *ops; local
191 struct ieee802_1x_kay_ctx *ops; local
211 struct ieee802_1x_kay_ctx *ops; local
232 struct ieee802_1x_kay_ctx *ops; local
252 struct ieee802_1x_kay_ctx *ops; local
273 struct ieee802_1x_kay_ctx *ops; local
295 struct ieee802_1x_kay_ctx *ops; local
317 struct ieee802_1x_kay_ctx *ops; local
338 struct ieee802_1x_kay_ctx *ops; local
360 struct ieee802_1x_kay_ctx *ops; local
381 struct ieee802_1x_kay_ctx *ops; local
404 struct ieee802_1x_kay_ctx *ops; local
427 struct ieee802_1x_kay_ctx *ops; local
450 struct ieee802_1x_kay_ctx *ops; local
477 struct ieee802_1x_kay_ctx *ops; local
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_secy_ops.c30 struct ieee802_1x_kay_ctx *ops; local
37 ops = kay->ctx;
38 if (!ops || !ops->enable_protect_frames) {
44 return ops->enable_protect_frames(ops->ctx, enabled);
50 struct ieee802_1x_kay_ctx *ops; local
57 ops = kay->ctx;
58 if (!ops || !ops
71 struct ieee802_1x_kay_ctx *ops; local
99 struct ieee802_1x_kay_ctx *ops; local
120 struct ieee802_1x_kay_ctx *ops; local
144 struct ieee802_1x_kay_ctx *ops; local
168 struct ieee802_1x_kay_ctx *ops; local
191 struct ieee802_1x_kay_ctx *ops; local
211 struct ieee802_1x_kay_ctx *ops; local
232 struct ieee802_1x_kay_ctx *ops; local
252 struct ieee802_1x_kay_ctx *ops; local
273 struct ieee802_1x_kay_ctx *ops; local
295 struct ieee802_1x_kay_ctx *ops; local
317 struct ieee802_1x_kay_ctx *ops; local
338 struct ieee802_1x_kay_ctx *ops; local
360 struct ieee802_1x_kay_ctx *ops; local
381 struct ieee802_1x_kay_ctx *ops; local
404 struct ieee802_1x_kay_ctx *ops; local
427 struct ieee802_1x_kay_ctx *ops; local
450 struct ieee802_1x_kay_ctx *ops; local
477 struct ieee802_1x_kay_ctx *ops; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dautoscan.c52 const struct autoscan_ops *ops = NULL; local
71 ops = autoscan_modules[i];
76 if (ops == NULL) {
84 wpa_s->autoscan_priv = ops->init(wpa_s, params);
87 wpa_s->autoscan = ops;
90 "parameters '%s'", ops->name, params);
H A Dbgscan.c40 const struct bgscan_ops *ops = NULL; local
57 ops = bgscan_modules[i];
62 if (ops == NULL) {
68 wpa_s->bgscan_priv = ops->init(wpa_s, params, ssid);
71 wpa_s->bgscan = ops;
73 "parameters '%s'", ops->name, params);
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_secy_ops.c30 struct ieee802_1x_kay_ctx *ops; local
37 ops = kay->ctx;
38 if (!ops || !ops->enable_protect_frames) {
44 return ops->enable_protect_frames(ops->ctx, enabled);
50 struct ieee802_1x_kay_ctx *ops; local
57 ops = kay->ctx;
58 if (!ops || !ops
71 struct ieee802_1x_kay_ctx *ops; local
99 struct ieee802_1x_kay_ctx *ops; local
120 struct ieee802_1x_kay_ctx *ops; local
144 struct ieee802_1x_kay_ctx *ops; local
168 struct ieee802_1x_kay_ctx *ops; local
191 struct ieee802_1x_kay_ctx *ops; local
211 struct ieee802_1x_kay_ctx *ops; local
232 struct ieee802_1x_kay_ctx *ops; local
252 struct ieee802_1x_kay_ctx *ops; local
273 struct ieee802_1x_kay_ctx *ops; local
295 struct ieee802_1x_kay_ctx *ops; local
317 struct ieee802_1x_kay_ctx *ops; local
338 struct ieee802_1x_kay_ctx *ops; local
360 struct ieee802_1x_kay_ctx *ops; local
381 struct ieee802_1x_kay_ctx *ops; local
404 struct ieee802_1x_kay_ctx *ops; local
427 struct ieee802_1x_kay_ctx *ops; local
450 struct ieee802_1x_kay_ctx *ops; local
477 struct ieee802_1x_kay_ctx *ops; local
[all...]
/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/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c103 which mean nothing natively (are no-ops as far as regs/mem are
4441 /*--- Disassembling string ops (including REP prefixes) ---*/
4444 /* Code shared by all the string ops */
8671 that this covers only vector floating point arithmetic ops, and
8678 /* 128 bit ops */
8683 /* 256 bit ops */
10792 relevant ops are "xIsH ? InterleaveHI32x4 : InterleaveLO32x4". */
27035 static IROp ops[] = { Iop_V256to64_0, Iop_V256to64_1, local
27151 assign(tem, unop(ops[i / 2 + j], mkexpr(vX)));
27155 assign(tem, unop(ops[
[all...]
H A Dguest_arm64_toIR.c78 which mean nothing natively (are no-ops as far as regs/mem are
5635 const IROp ops[4] local
5640 putQRegLO(dd, binop(ops[ix], mkexpr(mk_get_IR_rounding_mode()), getQRegLO(nn, is64 ? Ity_I64 : Ity_I32)));
5671 const IROp ops[8] local
5676 ? unop(ops[ix], src)
5677 : binop(ops[ix], mkexpr(mk_get_IR_rounding_mode()), src);
5947 const IROp ops[8] local
5950 IROp op = ops[ix];
6615 const IROp ops[3] = { Iop_Mull8Ux8, Iop_Mull16Ux4, Iop_Mull32Ux2 }; local
6617 putQReg128(dd, binop(ops[s
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c213 struct vki_xen_mmuext_op *ops = (struct vki_xen_mmuext_op *)ARG1; local
217 struct vki_xen_mmuext_op *op = ops + i;
/external/tcpdump/
H A Dprint-forces.c964 const struct pdata_ops *ops = get_forces_pd(type); local
966 if (vflag >= 3 && ops->v != F_TLV_PDAT) {
970 ib, ops->s, EXTRACT_16BITS(&pdtlv->length),
975 ib, ops->s, EXTRACT_16BITS(&pdtlv->length),
979 chk_op_type(type, op_msk, ops->op_msk);
981 if (ops->print((const u_char *)pdtlv,
1190 const struct optlv_h *ops; local
1199 ops = get_forces_optlv_h(type);
1201 printf("%sOper TLV %s(0x%x) length %d\n", ib, ops->s, type,
1205 if (!ops
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c49 ** large file support, or if the OS is windows, these should be no-ops.
1177 ** also be no-ops, and any attempt to read the journal would return
1375 ** are harmless no-ops.)^
1380 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1800 ** They are retained for backwards compatibility but are now no-ops.
6042 ** behave as no-ops.
6105 ** xMutexInit() must be no-ops.
8744 ** macros become no-ops and have zero performance impact.
9050 ** Enter and Leave procedures no-ops.
25674 ** operations become no-ops
112103 static const u8 ops[] = {TK_GE, TK_LE}; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c49 ** large file support, or if the OS is windows, these should be no-ops.
1177 ** also be no-ops, and any attempt to read the journal would return
1375 ** are harmless no-ops.)^
1380 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1800 ** They are retained for backwards compatibility but are now no-ops.
6042 ** behave as no-ops.
6105 ** xMutexInit() must be no-ops.
8744 ** macros become no-ops and have zero performance impact.
9050 ** Enter and Leave procedures no-ops.
25692 ** operations become no-ops
112123 static const u8 ops[] = {TK_GE, TK_LE}; local
[all...]
/external/skia/tests/
H A DMatrixClipCollapseTest.cpp26 // Body methods only directly emit draw ops and saveLayer/restore pairs but call
27 // the ModelClip helper methods. Since the body methods emit the ops that cannot
28 // be collapsed (i.e., draw ops, saveLayer/restore) they also generate the
32 // The ModelClip methods output matrix and clip ops in various orders and
34 // expected matrix & clip ops. Note that, currently, the entire clip stack
60 // Extract the command ops from the input SkPicture
61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) { argument
66 ops->setCount(debugCanvas.getSize());
68 (*ops)[i] = debugCanvas.getDrawCommandAt(i)->getType();
98 // TODO: implement the rest of the draw ops
[all...]
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/skia/gm/
H A Dcircularclips.cpp41 SkRegion::Op ops[] = { local
61 for (size_t op = 0; op < SK_ARRAY_COUNT(ops); op++) {
65 canvas->clipPath(fCircle2, ops[op]);
H A Dcomplexclip2.cpp75 SkRegion::Op ops[] = { local
88 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)];
/external/regex-re2/re2/testing/
H A Dexhaustive1_test.cc16 vector<string> ops = Split(" ", local
20 ExhaustiveTest(3, 2, Explode("abc."), ops,
22 ExhaustiveTest(3, 2, Explode("abc."), ops,
28 vector<string> ops = Split(" ", local
32 ExhaustiveTest(3, 2, Split(" ", "a (a) b"), ops,
37 ExhaustiveTest(4, 3, Split(" ", "a (a)"), ops,
H A Dexhaustive3_test.cc72 vector<string> ops; // no ops local
73 ExhaustiveTest(1, 0, atoms, ops,
85 vector<string> ops; // no ops local
89 ExhaustiveTest(1, 0, atoms, ops,
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 Dexhaustive_tester.h29 const vector<string>& ops,
34 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
72 const vector<string>& ops,
26 ExhaustiveTester(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
H A Drandom_test.cc23 const vector<string>& ops,
34 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
78 vector<string> ops = Split(" ", local
91 RandomTest(10, 10, atoms, ops, 20, alphabet, "");
21 RandomTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper) argument
H A Dregexp_generator.cc34 static const char *ops[] = { local
42 static vector<string> v(ops, ops + arraysize(ops));
48 const vector<string>& ops)
49 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) {
94 // ops: the number of operators used in the sequence
97 // then nstk = 2, ops = 1, atoms = 3.
102 int ops, int atoms) {
109 if (ops
46 RegexpGenerator(int maxatoms, int maxops, const vector<string>& atoms, const vector<string>& ops) argument
101 GeneratePostfix(vector<string>* post, int nstk, int ops, int atoms) argument
137 GenerateRandomPostfix(vector<string> *post, int nstk, int ops, int atoms) argument
[all...]

Completed in 1018 milliseconds

1234567