Home
last modified time | relevance | path

Searched refs:_q (Results 1 - 25 of 70) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c390 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
425 long double _q[3]; in parse_measure() local
446 _q[0] = 0.0; in parse_measure()
447 _q[1] = 0.0; in parse_measure()
448 _q[2] = 0.0; in parse_measure()
532 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars. in parse_measure()
541 _q[0] += Table[r]._y * Table[r]._x; in parse_measure()
544 _q[1] += Table[r]._lny * Table[r]._lnx; in parse_measure()
547 _q[2] += Table[r]._lny * Table[r]._x; in parse_measure()
551 /* First pass is terminated; a2 = _q[ in parse_measure()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c438 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
473 long double _q[3][NSCENAR]; in parse_measure() local
494 _q[0][i] = 0.0; in parse_measure()
495 _q[1][i] = 0.0; in parse_measure()
496 _q[2][i] = 0.0; in parse_measure()
580 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars. in parse_measure()
591 _q[0][i] += Table[r]._y[i] * Table[r]._x[i]; in parse_measure()
594 _q[1][i] += Table[r]._lny[i] * Table[r]._lnx[i]; in parse_measure()
597 _q[2][i] += Table[r]._lny[i] * Table[r]._x[i]; in parse_measure()
602 /* First pass is terminated; a2 = _q[ in parse_measure()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c662 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
697 long double _q[3][NSCENAR]; in parse_measure() local
714 _q[0][i] = 0.0; in parse_measure()
715 _q[1][i] = 0.0; in parse_measure()
716 _q[2][i] = 0.0; in parse_measure()
795 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars. in parse_measure()
806 _q[0][i] += Table[r]._y[i] * Table[r]._x; in parse_measure()
809 _q[1][i] += Table[r]._lny[i] * Table[r]._lnx; in parse_measure()
812 _q[2][i] += Table[r]._lny[i] * Table[r]._x; in parse_measure()
817 /* First pass is terminated; a2 = _q[ in parse_measure()
[all...]
/third_party/pulseaudio/src/tests/
H A Dasyncq-test.c34 static void producer(void *_q) { in producer() argument
35 pa_asyncq *q = _q; in producer()
47 static void consumer(void *_q) { in consumer() argument
48 pa_asyncq *q = _q; in consumer()
H A Dasyncmsgq-test.c40 static void the_thread(void *_q) { in the_thread() argument
41 pa_asyncmsgq *q = _q; in the_thread()
/third_party/typescript/tests/baselines/reference/
H A DprivateNameStaticFieldUnaryMutation.js47 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
53 const b = (__classPrivateFieldSet(_o = C, _a, (_q = __classPrivateFieldGet(_o, _a, "f", _C_test), _p = _q--, _q), "f", _C_test), _p);
60 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
66 const b = (__classPrivateFieldSet(_o = this.getClass(), _a, (_q = __classPrivateFieldGet(_o, _a, "f", _C_test), _p = _q--, _q), "f", _C_test), _p);
H A DstaticFieldWithInterfaceContext.js30 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
128 var _w = [(_q = /** @class */ (function () {
133 _q.x = { a: "a" },
134 _q)][0], c11 = _w === void 0 ? (_p = /** @class */ (function () {
H A DdeleteChain.js29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
42 ((_r = (_q = o6.b) === null || _q === void 0 ? void 0 : _q['c'].d) === null || _r === void 0 ? true : delete _r['e']);
H A DdestructuringVariableDeclaration1ES5.js80 var _q = { e: [1, 2, { b1: 4, b4: 0 }] }.e, e1 = _q[0], e2 = _q[1], _r = _q[2], e3 = _r === void 0 ? { b1: 1000, b4: 200 } : _r;
H A DelementAccessChain.js35 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
47 (_q = o6()) === null || _q === void 0 ? void 0 : _q["x"];
H A DnoImplicitAnyDestructuringVarDeclaration2.js22 var _q = { x1: 1, y1: 2, z1: 3 }, _r = _q.x1, x1 = _r === void 0 ? 10 : _r, _s = _q.y1, y1 = _s === void 0 ? 10 : _s, _t = _q.z1, z1 = _t === void 0 ? 10 : _t; // no error
H A DemitCompoundExponentiationAssignmentWithIndexingOnLHS2.js15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
26 var result_foo3 = (_q = foo())[_r = 0] = Math.pow(_q[_r], Math.pow(foo()[0], 2));
H A DsourceMapValidationDestructuringVariableStatementNestedObjectBindingPatternWithDefaultValues.js48 var _k = { name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }, _l = _k.name, nameC = _l === void 0 ? "noNameSpecified" : _l, _m = _k.skills, _o = _m === void 0 ? { primary: "noSkill", secondary: "noSkill" } : _m, _p = _o.primary, primaryB = _p === void 0 ? "noSkill" : _p, _q = _o.secondary, secondaryB = _q === void 0 ? "noSkill" : _q;
H A DprivateNameFieldUnaryMutation.js69 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
83 __classPrivateFieldSet(this, _C_test, (_q = __classPrivateFieldGet(this, _C_test, "f"), ++_q), "f");
93 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19;
100 const c = __classPrivateFieldSet(_q = this.getInstance(), _C_test, (_r = __classPrivateFieldGet(_q, _C_test, "f"), ++_r), "f");
H A DexternalModuleImmutableBindings.js109 for (var _p = 0, _q = []; _p < _q.length; _p++) {
110 (stuff[n]) = _q[_p];
H A DsourceMapValidationDestructuringForOfObjectBindingPattern.js109 for (var _q = 0, _r = getRobots(); _q < _r.length; _q++) {
110 var _s = _r[_q], nameA = _s.name, skillA = _s.skill;
H A DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js58 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24;
77 _q = getMultiRobotB()[0], nameMB = _q === void 0 ? "helloNoName" : _q;
H A DdestructuringSameNames.js51 var _q = { foo1: 10 }, foo1 = _q.foo1, foo1 = _q.foo1;
H A DdestructuringEvaluationOrder(target=es5).js49 var _p = [{ x: 1 }], _q = _p[0], _r = _p[1], a = __rest(_q, []), b = _r === void 0 ? a : _r;
H A DlateBoundDestructuringImplicitAnyError.js52 var _q = numIndexed, _r = symed2, prop8 = _q[_r]; variable
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprintf.cpp189 _q(q), _formatters(infos), _strings_in_buffer(strings_in_buffer), _size(size), _buffer() {
200 _buffer = std::unique_ptr<root_buffer>(new root_buffer(_q->context,
217 mapping src = { *_q, _buffer->resource_in(*_q), CL_MAP_READ, true,
235 assert(_q->device().endianness() == PIPE_ENDIAN_NATIVE);
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_dh.c20 &ossl_bignum_ffdhe##sz##_p, &ossl_bignum_ffdhe##sz##_q, \
28 &ossl_bignum_modp_##sz##_p, &ossl_bignum_modp_##sz##_q, \
36 &ossl_bignum_dh##tag##_p, &ossl_bignum_dh##tag##_q, \
/third_party/openssl/crypto/ffc/
H A Dffc_dh.c20 &ossl_bignum_ffdhe##sz##_p, &ossl_bignum_ffdhe##sz##_q, \
28 &ossl_bignum_modp_##sz##_p, &ossl_bignum_modp_##sz##_q, \
36 &ossl_bignum_dh##tag##_p, &ossl_bignum_dh##tag##_q, \
/third_party/libwebsockets/include/
H A Dlibwebsockets.h293 #define MBEDTLS_PRIVATE(_q) _q
297 #define MBEDTLS_PRIVATE_V30_ONLY(_q) MBEDTLS_PRIVATE(_q)
299 #define MBEDTLS_PRIVATE_V30_ONLY(_q) _q
/third_party/libwebsockets/lib/system/async-dns/
H A Dprivate-lib-async-dns.h95 #define LADNS_MOST_RECENT_TID(_q) \
96 q->tid[(int)(_q->tids - 1) % (int)LWS_ARRAY_SIZE(q->tid)]

Completed in 11 milliseconds

123