Home
last modified time | relevance | path

Searched refs:_g (Results 1 – 25 of 146) sorted by relevance

123456

/third_party/rust/crates/pkg-config-rs/tests/
Dtest.rs39 let _g = LOCK.lock(); in cross_disabled() localVariable
51 let _g = LOCK.lock(); in cross_enabled() localVariable
61 let _g = LOCK.lock(); in cross_enabled_if_customized() localVariable
71 let _g = LOCK.lock(); in cross_disabled_if_customized() localVariable
85 let _g = LOCK.lock(); in package_disabled() localVariable
96 let _g = LOCK.lock(); in output_ok() localVariable
110 let _g = LOCK.lock(); in escapes() localVariable
132 let _g = LOCK.lock(); in framework() localVariable
145 let _g = LOCK.lock(); in get_variable() localVariable
153 let _g = LOCK.lock(); in version() localVariable
[all …]
/third_party/typescript/tests/baselines/reference/
DunusedVariablesWithUnderscoreInForOfLoop.js39 var _g = _f[_e], a = _g[0], _b = _g[1];
51 var _g = _f[_e], a = _g[0], _b = _g[1];
62 var _g = _f[_e][0][0], a = _g[0], _b = _g[1];
DmissingAndExcessProperties.js43 var _f = {}, _g = _f.x, x = _g === void 0 ? 1 : _g, _h = _f.y, y = _h === void 0 ? 1 : _h;
47 var _a, _b, _c, _d, _e, _f, _g, _h;
52 (_f = {}, _g = _f.x, x = _g === void 0 ? 1 : _g, _h = _f.y, y = _h === void 0 ? 1 : _h);
DdestructuringVariableDeclaration2.js34 var _g = [1, 2, { c3: 4, c5: 0 }], c1 = _g[0], c2 = _g[1], _h = _g[2], c4 = _h.c3, c5 = _h.c5, c6 =… variable
DduplicateObjectLiteralProperty_computedName.js39 var _a, _b, _c, _d, _e, _f, _g; variable
76 var t7 = (_g = {
79 _g["-1"] = 0 // duplicate
81 _g);
DobjectLiteralEnumPropertyNames.js57 var _a, _b, _c, _d, _e, _f, _g, _h, _j; variable
95 var un = (_g = {},
96 _g[Nums.A] = 3,
97 _g[Nums.B] = 4,
98 _g);
DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues.js29 var _g = [3, "edging", "Trimming edges"], _h = _g[0], numberC = _h === void 0 ? -1 : _h, _j = _g[1]… variable
DdestructuringArrayBindingPatternAndAssignment2.js65 var _g = foo(1), c4 = _g[0], c5 = _g[1], c6 = _g[2]; // Error variable
DobjectRestSpread.js52_g = '' + 'other', _h = _e[_g], other = _h === void 0 ? Object.assign({}, obj) : _h, _j = _e.yetAn… variable
DletInLetConstDeclOfForOfAndForIn_ES5.js37 for (var _f = 0, _g = [1, 2, 3]; _f < _g.length; _f++) {
38 var let = _g[_f];
DdestructuringObjectBindingPatternAndAssignment4.js18 _g = _a.f // error variable
20 f = _g === void 0 ? f : _g // error
DemitCompoundExponentiationAssignmentWithIndexingOnLHS3.js16 var _a, _b, _c, _d, _e, _f, _g, _h; variable
28 (_g = object)[_h = 0] = Math.pow(_g[_h], Math.pow(object[0], 2));
DawaitAndYieldInProperty.js22 var _a, _b, _c, _d, _e, _f, _g, _h, _j;
35 this[_g] = yield 2;
40 _g = yield 1,
DelementAccessChain.js35 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; variable
43 (_h = (_g = o5.b) === null || _g === void 0 ? void 0 : _g.call(o5)["c"].d) === null || _h === void …
DemptyVariableDeclarationBindingPatterns01_ES5.js60 var _g = a, _h = a;
71 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f;
75 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f;
92 var _g = ns_4[_f];
DcallChain.js51 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o; variable
70 (_g = o3.b) === null || _g === void 0 ? void 0 : _g.call.apply(_g, __spreadArray([o3], [1, 2]))["c"…
DdeleteChain.js29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
38 ((_h = (_g = o4.b) === null || _g === void 0 ? void 0 : _g.c.d) === null || _h === void 0 ? true : …
DemitCompoundExponentiationAssignmentWithIndexingOnLHS2.js15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
23 (_g = foo())[_h = 0] = Math.pow(_g[_h], (_e = foo())[_f = 0] = Math.pow(_e[_f], 2));
DliteralTypesAndDestructuring.js36 var _g = {}.bar, bar = _g === void 0 ? 'yo' : _g; variable
DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.js25 …imarySkillA = _f === void 0 ? "noSkill" : _f, _g = _e[1], secondarySkillA = _g === void 0 ? "noSki… variable
DemitCompoundExponentiationAssignmentWithIndexingOnLHS4.js18 var _a, _b, _c, _d, _e, _f, _g, _h; variable
28 (_g = array1)[_h = incrementIdx(array1.length)] = Math.pow(_g[_h], Math.pow(array1[incrementIdx(arr…
DstaticFieldWithInterfaceContext.js30 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
74 var _s = { c: (_g = /** @class */ (function () {
79 _g.x = { a: "a" },
80 _g) }.c, c5 = _s === void 0 ? (_f = /** @class */ (function () {
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_blendline.c32 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB2() argument
40 g = DRAW_MUL(_g, _a); in SDL_BlendLine_RGB2()
45 g = _g; in SDL_BlendLine_RGB2()
124 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB555() argument
131 g = DRAW_MUL(_g, _a); in SDL_BlendLine_RGB555()
136 g = _g; in SDL_BlendLine_RGB555()
215 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB565() argument
222 g = DRAW_MUL(_g, _a); in SDL_BlendLine_RGB565()
227 g = _g; in SDL_BlendLine_RGB565()
306 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB4() argument
[all …]
/third_party/mesa3d/src/util/format/
Du_format_yuv.h63 const float _g = SATURATE(g); in util_format_rgb_float_to_yuv() local
68 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv()
69 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); in util_format_rgb_float_to_yuv()
70 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv()
115 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local
119 *g = CLAMP(_g, 0, 255); in util_format_yuv_to_rgb_8unorm()
/third_party/ffmpeg/fftools/
DMakefile10 ALLAVPROGS_G = $(AVBASENAMES:%=%$(PROGSSUF)_g$(EXESUF))
21 $(1)$(PROGSSUF)_g$(EXESUF): $$(OBJS-$(1))
24 $(1)$(PROGSSUF)_g$(EXESUF): LDFLAGS += $(LDFLAGS-$(1))
25 $(1)$(PROGSSUF)_g$(EXESUF): FF_EXTRALIBS += $(EXTRALIBS-$(1))

123456