Home
last modified time | relevance | path

Searched defs:_g (Results 1 - 15 of 15) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues.js29 var _g = [3, "edging", "Trimming edges"], _h = _g[0], numberC = _h === void 0 ? -1 : _h, _j = _g[1], nameC = _j === void 0 ? "noName" : _j, _k = _g[2], skillC = _k === void 0 ? "noSkill" : _k; variable
H A DdestructuringArrayBindingPatternAndAssignment1ES5.js102 var _g = [[[]], [[[[]]]]], c3 = _g[0][0][0], c4 = _g[1][0][0][0][0]; variable
H A DemptyVariableDeclarationBindingPatterns01_ES5.js60 var _g = a, _h = a; variable
H A DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js112 var _g = __read(foo(), 2), b6 = _g[0], b7 = _g[1]; variable
H A DlateBoundDestructuringImplicitAnyError.js44 var _g = strIndexed, _h = named, prop4 = _g[_h]; variable
H A DdestructuringVariableDeclaration1ES5iterable.js78 var _g = __read([3, false, { t1: false, t2: "hello" }], 3), _h = _g[0], b2 = _h === void 0 ? 3 : _h, _j = _g[1], b3 = _j === void 0 ? true : _j, _k = _g[2], b4 = _k === void 0 ? temp : _k; variable
H A DemptyVariableDeclarationBindingPatterns01_ES5iterable.js87 var _g = a, _h = __read(a, 0); variable
H A DnullPropertyName.js181 var _g: number; variable
/third_party/mesa3d/src/util/format/
H A Du_format_yuv.h63 const float _g = SATURATE(g); in util_format_rgb_float_to_yuv() local
115 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local
/third_party/popt/src/
H A Dpoptconfig.c80 glob_t _g, *pglob = &_g; variable
/third_party/python/Lib/
H A Dtypes.py25 def _g(): function
/third_party/python/Lib/test/
H A Dtest_dis.py502 def _g(x): function
/third_party/ffmpeg/libswscale/
H A Doutput.c1554 yuv2rgb_write(uint8_t *_dest, int i, int Y1, int Y2, unsigned A1, unsigned A2, const void *_r, const void *_g, const void *_b, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_write() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp47 ComponentMapping(vk::VkComponentSwizzle _r, vk::VkComponentSwizzle _g, vk::VkComponentSwizzle _b, vk::VkComponentSwizzle _a) ComponentMapping() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp47 ComponentMapping(vk::VkComponentSwizzle _r, vk::VkComponentSwizzle _g, vk::VkComponentSwizzle _b, vk::VkComponentSwizzle _a) ComponentMapping() argument

Completed in 16 milliseconds