/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitDestructuringArrayPattern4.js | 5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable 16 var _c = [1, 2, 3], x16 = _c[0], y16 = _c[1], z16 = _c[2], a8 = _c.slice(3); 27 declare var x16: number, y16: number, z16: number, a8: [];
|
D | declarationEmitDestructuringArrayPattern4.symbols | 14 var [x16, y16, z16, ...a8] = [1, 2, 3]; 17 >z16 : Symbol(z16, Decl(declarationEmitDestructuringArrayPattern4.ts, 3, 14))
|
D | declarationEmitDestructuringArrayPattern4.types | 26 var [x16, y16, z16, ...a8] = [1, 2, 3]; 29 >z16 : number
|
D | genericsManyTypeParameters.js | 37 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616, 57 x16 , y18 , z16 , a16 , b16 , c16, 63 …c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17… 79 x16, y18, z16, a16, b16, c16,
|
D | genericsManyTypeParameters.types | 3 …7: a215, z15: a315, a15: a415, b15: a515, c15: a615, x16: a116, y18: a216, z16: a316, a16: a416, b… 144 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616, 147 >z16 : a316 171 … , c14, x15 , y17 , z15 , a15 , b15 , c15, x16 , y18 , z16 , a16 , b16 , c16, … 291 x16 , y18 , z16 , a16 , b16 , c16, 294 >z16 : a316
|
D | genericRestParameters1.js | 61 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean] constant 214 var z16 = f11.apply(void 0, __spreadArray([42, "hello"], t1)); // [42, "hello", boolean] variable 306 declare const z16: [42, "hello", boolean];
|
D | genericsManyTypeParameters.symbols | 360 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616, 365 >z16 : Symbol(z16, Decl(genericsManyTypeParameters.ts, 35, 29)) 524 x16 , y18 , z16 , a16 , b16 , c16, 527 >z16 : Symbol(z16, Decl(genericsManyTypeParameters.ts, 35, 29))
|
D | genericRestParameters1.symbols | 228 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean] 229 >z16 : Symbol(z16, Decl(genericRestParameters1.ts, 59, 5))
|
D | genericRestParameters1.errors.txt | 68 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean]
|
D | genericRestParameters1.types | 330 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean] 331 >z16 : [42, "hello", boolean]
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitDestructuringArrayPattern4.ts | 5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
|
D | genericsManyTypeParameters.ts | 36 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616, 56 x16 , y18 , z16 , a16 , b16 , c16,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen.h | 86 enum SVGA3dSurfaceFormat z16; member
|
D | svga_screen.c | 1175 svgascreen->depth.z16 = SVGA3D_Z_D16; in svga_screen_create() 1193 svgascreen->depth.z16 = SVGA3D_Z_DF16; in svga_screen_create()
|
D | svga_format.c | 348 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.z16 : SVGA3D_Z_D16; in svga_translate_format()
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters1.ts | 63 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 765 def Z16 : AArch64Reg<16, "z16", [Q16, Z16_HI]>, DwarfRegNum<[112]>;
|
/third_party/NuttX/ |
D | README.md | 2322 | |- z16/
|
D | ReleaseNotes | 8392 as well (ARM7, ARM9, HC, SH, x86, z16, z80, etc,. See above.). 26970 - PR-932 z16: Updated toolchain to ZDS-II 5.2.2
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 1803 - crocus/gen8: add back z16 support for gen8 2196 - lima: enable z16 format
|
D | 7.10.rst | 868 - r600g: add z16 to color setup
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 991 return 261; // "z16"
|