Home
last modified time | relevance | path

Searched refs:_c2 (Results 1 - 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DunusedVariablesWithUnderscoreInBindingElement.js22 const [_a2, [[_b2, _c2]], _d2, _e2] = [1, [[2, 3]], 4, 5];
64 c2: _c2,
108 var _c = [1, [[2, 3]], 4, 5], _a2 = _c[0], _d = _c[1][0], _b2 = _d[0], _c2 = _d[1], _d2 = _c[2], _e2 = _c[3];
126 var _c = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 }, _a2 = _c.a2, _d = _c.b2.b21, _b211 = _d.b211, _b212 = _d.b212, _c2 = _c.c2, _d2 = _c.d2;
/third_party/python/Modules/cjkcodecs/
H A Dcjkcodecs.h144 Py_UCS4 _c2 = (c2); \
148 PyUnicode_WRITE(writer->kind, writer->data, writer->pos + 1, _c2); \
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c628 compare_counter_categories_and_names(const void *_c1, const void *_c2) in compare_counter_categories_and_names() argument
631 const struct intel_perf_query_counter_info *c2 = (const struct intel_perf_query_counter_info *)_c2; in compare_counter_categories_and_names()

Completed in 4 milliseconds