Home
last modified time | relevance | path

Searched defs:x18 (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuringArrayPattern4.ts9 var [x18, y18, ...a12] = [1, "hello", true]; variable
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDestructuringArrayPattern4.js19 var _e = [1, "hello", true], x18 = _e[0], y18 = _e[1], a12 = _e.slice(2); variable
DgenericRestParameters1.js44 const x18 = f10(...ns, true); // (string | number | boolean)[] constant
201 var x18 = f10.apply(void 0, __spreadArray(__spreadArray([], ns), [true])); // (string | number | bo… variable
DobjectSpread.js142 let x18 = { ...t, ...v, ...w }; variable
/third_party/ffmpeg/libavutil/aarch64/
Dasm.S116 #define x18 do_not_use_x18 macro
/third_party/ffmpeg/libavcodec/ppc/
Dfft_vsx.h61 vec_f x16, x17, x18, x19; in pass_vsx_interleave() local
287 vec_f x16, x17, x18, x19; in fft8_vsx_interleave() local
361 vec_f x16, x17, x18, x19; in fft16_vsx_interleave() local
/third_party/ffmpeg/libavfilter/
Dvf_dctdnoiz.c205 const float x18 = x10 + x13; in fdct16_1d() local
288 const float x18 = x01 - x07; in idct16_1d() local
/third_party/quickjs/
Drepl.js753 "\x18": reset, /* ^X - cancel */ property
/third_party/flutter/skia/src/core/
DSkVM.h41 x16, x17, x18, x19, x20, x21, x22, x23, enumerator
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DgeneratedContextualTyping.ts25 class x18 { member: { (): Base[]; } = function named() { return [d1, d2] } } class
/third_party/skia/src/core/
DSkVM.h69 x16, x17, x18, x19, x20, x21, x22, x23, enumerator