Searched defs:y10 (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitDestructuringArrayPattern2.ts | 2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypesArraysTuples.js | 42 let y10 = unboxify(x10); variable
|
D | declarationEmitDestructuringArrayPattern2.js | 14 var _a = [1, ["hello", [true]]], x10 = _a[0], _b = _a[1], y10 = _b[0], z10 = _b[1][0]; variable
|
/third_party/ffmpeg/libavfilter/ |
D | colorspacedsp_yuv2yuv_template.c | 69 int y10 = src0[src_stride[0] / sizeof(ipixel) + 2 * x] - y_off_in; in fn() local
|
D | colorspacedsp_template.c | 83 int y10 = yuv0[yuv_stride[0] / sizeof(pixel) + 2 * x] - yuv_offset[0]; in fn() local 255 int y10, y11; in fn() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fft_vsx.h | 66 vec_f y10, y13, y14, y15; in pass_vsx_interleave() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 1037 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; in lp_build_sample_image_linear() local
|