Home
last modified time | relevance | path

Searched defs:t5 (Results 1 – 25 of 63) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DstrictFunctionTypes1.js49 const t5: B[] = coAndContraArray([b], acceptA); constant
66 var t5 = coAndContraArray([b], acceptA); variable
DbestCommonTypeOfTuple2.js16 var t5: [C1, F] variable
82 var t5; variable
DtemplateLiteralTypes2.js89 const t5 = takesLiteral(`foo.bar.${someUnion}`); // "abc" | "def" | "ghi" constant
170 var t5 = takesLiteral("foo.bar." + someUnion); // "abc" | "def" | "ghi" variable
DreadonlyTupleAndArrayElaboration.js33 const t5: [1] = [1]; variable
94 var t5 = [1]; variable
DduplicateObjectLiteralProperty_computedName.js22 const t5 = { variable
/third_party/typescript/tests/cases/fourslash/
DfindAllRefsUnionProperty.ts17 const [t0Def, t0, p0Def, p0, t1Def, t1, p1Def, p1, t2Def, t2, p2Def, p2, t3, t4, t5] = test.ranges(… constant
20 const b = { definition: { text: '(property) type: "b"', range: t1 }, ranges: [t1, t5] }; constant
/third_party/typescript/tests/cases/compiler/
DduplicateObjectLiteralProperty_computedName.ts21 const t5 = { constant
DnewOperator.ts31 var t5 = new new Date; variable
/third_party/ffmpeg/libavcodec/ppc/
Dme_cmp.c77 vector unsigned char t5 = vec_sub(vec_max(pix1v, avgv), in sad16_x2_altivec() local
101 vector unsigned char pix1v, pix3v, avgv, t5; in sad16_y2_altivec() local
154 vector unsigned char avgv, t5; in sad16_xy2_altivec() local
251 vector unsigned char t5 = vec_sub(t3, t4); in sad16_altivec() local
293 vector unsigned char t5 = vec_sub(t3, t4); in sad8_altivec() local
338 vector unsigned char t5 = vec_sub(t3, t4); in sse8_altivec() local
378 vector unsigned char t5 = vec_sub(t3, t4); in sse16_altivec() local
Dvc1dsp_altivec.c143 vector signed int t0, t1, t2, t3, t4, t5, t6, t7; in vc1_inv_trans_8x8_altivec() local
239 vector signed int t0, t1, t2, t3, t4, t5, t6, t7; in vc1_inv_trans_8x4_altivec() local
/third_party/ffmpeg/libavcodec/
Dhqxdsp.c29 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_col() local
75 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_row() local
Divi_dsp.c245 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ argument
277 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_inverse_haar_8x8() local
329 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_row_haar8() local
354 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_col_haar8() local
507 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ argument
542 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_inverse_slant_8x8() local
632 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_row_slant8() local
670 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_col_slant8() local
Dfft_template.c551 FFTDouble t1, t2, t3, t4, t5, t6, t7, t8; local
565 FFTDouble t1, t2, t3, t4, t5, t6; in fft8() local
581 FFTDouble t1, t2, t3, t4, t5, t6; in fft16() local
/third_party/flutter/skia/bench/
DStreamBench.cpp28 const char t5[] = { 1, 2, 3, 4, 5 }; in onDraw() local
/third_party/skia/bench/
DStreamBench.cpp28 const char t5[] = { 1, 2, 3, 4, 5 }; in onDraw() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAlignOf.h111 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; variable
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DWriteIndicCharts.java76 Transliterator t5 = Transliterator.getInstance("InterIndic-Tamil"); in writeIICharts() local
200 Transliterator t5 = Transliterator.getInstance("InterIndic-Tamil"); in writeCharts() local
/third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/
DbestCommonTypeOfTuple2.ts15 var t5: [C1, F] variable
/third_party/ffmpeg/libavcodec/mips/
Dvc1dsp_msa.c144 v4i32 t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_4x8_msa() local
234 v4i32 t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_8x4_msa() local
318 v8i16 t0, t1, t2, t3, t4, t5, t6, t7; in put_vc1_mspel_mc_h_v_msa() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts41 let t5: T5 = 'a'; variable
/third_party/ffmpeg/libavcodec/alpha/
Dregdef.h33 #define t5 $6 macro
/third_party/ffmpeg/libavutil/
Dtx_template.c299 FFTSample t1, t2, t3, t4, t5, t6, t7, t8; in fft4() local
313 FFTSample t1, t2, t3, t4, t5, t6; in fft8() local
328 FFTSample t1, t2, t3, t4, t5, t6; in fft16() local
/third_party/ltp/lib/
Dtst_kvercmp.c113 int t1 = 0, t2 = 0, t3 = 0, t4 = 0, t5 = 0; in tst_kvexcmp() local
/third_party/openssl/crypto/ec/
Decp_smpl.c1497 BIGNUM *t1, *t2, *t3, *t4, *t5 = NULL; in ossl_ec_GFp_simple_ladder_pre() local
1568 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_step() local
1656 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_post() local
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9itxfm_16bpp_neon.S500 .macro idct8 r0, r1, r2, r3, r4, r5, r6, r7, t0, t1, t2, t3, t4, t5
519 .macro iadst8 r0, r1, r2, r3, r4, r5, r6, r7, t0, t1, t2, t3, t4, t5

123