Home
last modified time | relevance | path

Searched defs:_y (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/util/format/
Du_format_yuv.h68 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv() local
82 const int _y = y - 16; in util_format_yuv_to_rgb_float() local
110 const int _y = y - 16; in util_format_yuv_to_rgb_8unorm() local
/third_party/googletest/googlemock/test/
Dgmock-pp_test.cc64 #define GMOCK_PP_INTERNAL_VAR_TEST_2(_x, _y) 2 argument
65 #define GMOCK_PP_INTERNAL_VAR_TEST_3(_x, _y, _z) 3 argument
/third_party/typescript/tests/baselines/reference/
DduplicateClassElements.js68 set: function (_y) { argument
79 set: function (_y) { argument
97 set: function (_y) { argument
DnullPropertyName.js197 var _y: number; variable
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js123 var _y = __read([1, 2, 3, 4, "hello"]), c10 = _y.slice(3); variable
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,… variable
DsourceMapValidationDestructuringForArrayBindingPatternDefaultValues2.js118 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,… variable
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues.js137 …skill2"] : _v, _x = _w[0], primarySkillA = _x === void 0 ? "primary" : _x, _y = _w[1], secondarySk… variable
DnoImplicitAnyDestructuringVarDeclaration2.js24 var _y = { x3: 1, y3: 2, z3: 3 }, _z = _y.x3, x3 = _z === void 0 ? undefined : _z, _0 = _y.y3, y3 =… variable
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues2.js113 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,… variable
/third_party/typescript/tests/cases/compiler/
DnarrowingByTypeofInSwitch.ts250 default: const _y: {} = x; return; constant
264 default: const _y: {} = assertNever(x); return; constant
/third_party/rust/crates/rustix/tests/time/
Dtimespec.rs12 let _y = Timespec { tv_sec, tv_nsec }; in test_timespec_layout() localVariable
/third_party/typescript/tests/cases/conformance/salsa/
DlateBoundAssignmentDeclarationSupport5.ts18 const _y = inst[_str]; constant
DlateBoundAssignmentDeclarationSupport6.ts17 const _y = inst[_str]; constant
DlateBoundAssignmentDeclarationSupport4.ts16 const _y = inst[_str]; constant
/third_party/ltp/tools/sparse/sparse-src/
Dtest-sort.c14 #define MIN(_x,_y) ((_x) < (_y) ? (_x) : (_y)) argument
Dctags.c39 #define MAX(_x,_y) ((_x) > (_y) ? (_x) : (_y)) argument
/third_party/lame/misc/
Dmlame_corr.c28 long double _x = 0, _x2 = 0, _y = 0, _y2 = 0, _xy = 0; in analyze_stereo() local
51 long double _x = 0, _x2 = 0, _y = 0, _y2 = 0, _xy = 0; in analyze_dstereo() local
/third_party/jerryscript/tests/jerry/
Dfunction-prototype-bind.js98 var _y = y; variable
/third_party/node/deps/v8/src/runtime/
Druntime-typedarray.cc72 double _x = x, _y = y; in CompareNum() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c404 long _y; /* Value Y - Yavg */ member
/third_party/libwebsockets/include/libwebsockets/
Dlws-fault-injection.h245 #define lws_fi_deserialize(_x, _y) argument
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c452 long _y[NSCENAR]; /* Value Y - Yavg */ member
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h214 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
/third_party/mesa3d/src/panfrost/shared/
Dpan_tiling.c275 #define OFFSET(src, _x, _y) (void *) ((uint8_t *) src + ((_y) - orig_y) * src_stride + (((_x) - ori… argument

12