Home
last modified time | relevance | path

Searched defs:y10 (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuringArrayPattern2.ts2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; variable
/third_party/typescript/tests/baselines/reference/
DmappedTypesArraysTuples.js42 let y10 = unboxify(x10); variable
DdeclarationEmitDestructuringArrayPattern2.js14 var _a = [1, ["hello", [true]]], x10 = _a[0], _b = _a[1], y10 = _b[0], z10 = _b[1][0]; variable
/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_yuv2yuv_template.c69 int y10 = src0[src_stride[0] / sizeof(ipixel) + 2 * x] - y_off_in; in fn() local
Dcolorspacedsp_template.c83 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/
Dfft_vsx.h66 vec_f y10, y13, y14, y15; in pass_vsx_interleave() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c1037 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; in lp_build_sample_image_linear() local