Home
last modified time | relevance | path

Searched defs:t0 (Results 1 – 25 of 223) sorted by relevance

123456789

/third_party/tzdata/
Ddifftime.c27 double t1 = time1, t0 = time0; in difftime() local
40 uintmax_t t1 = time1, t0 = time0; in difftime() local
57 long double t1 = time1, t0 = time0; in difftime() local
/third_party/typescript/tests/baselines/reference/
DstrictTupleLength.js2 var t0: []; variable
24 var t0; variable
DtupleTypes.js8 var t0 = t[0]; // number variable
9 var t0: number; variable
76 var t0; variable
DdynamicNames.js99 let t0: T0; variable
178 let t0; variable
/third_party/ffmpeg/libavcodec/x86/
Dsnowdsp.c392 #define snow_vertical_compose_sse2_load_add(op,r,t0,t1,t2,t3)\ argument
398 #define snow_vertical_compose_sse2_load(r,t0,t1,t2,t3)\ argument
401 #define snow_vertical_compose_sse2_add(r,t0,t1,t2,t3)\ argument
404 #define snow_vertical_compose_r2r_sub(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
416 #define snow_vertical_compose_sra(n,t0,t1,t2,t3)\ argument
422 #define snow_vertical_compose_r2r_add(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
428 #define snow_vertical_compose_r2r_pmulhw(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
434 #define snow_vertical_compose_sse2_move(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
513 #define snow_vertical_compose_mmx_load_add(op,r,t0,t1,t2,t3)\ argument
519 #define snow_vertical_compose_mmx_load(r,t0,t1,t2,t3)\ argument
[all …]
/third_party/ffmpeg/libavcodec/
Divi_dsp.c245 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ argument
261 #define INV_HAAR4(s1, s3, s5, s7, d1, d2, d3, d4, t0, t1, t2, t3, t4) {\ 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
386 int t0, t1, t2, t3, t4; in ff_ivi_inverse_haar_4x4() local
430 int t0, t1, t2, t3, t4; in ff_ivi_row_haar4() local
452 int t0, t1, t2, t3, t4; in ff_ivi_col_haar4() local
507 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ argument
527 #define IVI_INV_SLANT4(s1, s4, s2, s3, d1, d2, d3, d4, t0, t1, t2, t3, t4) {\ argument
[all …]
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
/third_party/openssl/crypto/seed/
Dseed.c450 seed_word t0, t1; in SEED_set_key() local
510 seed_word t0, t1; in SEED_encrypt() local
555 seed_word t0, t1; in SEED_decrypt() local
/third_party/node/deps/openssl/openssl/crypto/seed/
Dseed.c450 seed_word t0, t1; in SEED_set_key() local
510 seed_word t0, t1; in SEED_encrypt() local
555 seed_word t0, t1; in SEED_decrypt() local
/third_party/musl/src/time/
Ddifftime.c3 double difftime(time_t t1, time_t t0) in difftime()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.cpp1494 Short4 t0; in DP3() local
1512 Short4 t0; in DP4() local
1636 Short4 t0 = RoundShort4(u_ * Float4(0x1000)); in TEXDP3() local
1925 …{Short4 t0; t0 = src0.x; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.x; t1 = t1 & t0; t0 … in CND() local
1926 …{Short4 t0; t0 = src0.y; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.y; t1 = t1 & t0; t0 … in CND() local
1927 …{Short4 t0; t0 = src0.z; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.z; t1 = t1 & t0; t0 … in CND() local
1928 …{Short4 t0; t0 = src0.w; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.w; t1 = t1 & t0; t0 … in CND() local
1933 …{Short4 t0 = CmpGT(Short4(0x0000), src0.x); Short4 t1; t1 = src2.x; t1 &= t0; t0 = ~t0 & src1.x; t… in CMP() local
1934 …{Short4 t0 = CmpGT(Short4(0x0000), src0.y); Short4 t1; t1 = src2.y; t1 &= t0; t0 = ~t0 & src1.y; t… in CMP() local
1935 …{Short4 t0 = CmpGT(Short4(0x0000), src0.z); Short4 t1; t1 = src2.z; t1 &= t0; t0 = ~t0 & src1.z; t… in CMP() local
[all …]
/third_party/typescript/tests/cases/compiler/
DtupleTypes.ts7 var t0 = t[0]; // number variable
8 var t0: number; variable
/third_party/node/deps/base64/base64/lib/arch/ssse3/
Denc_reshuffle.c18 const __m128i t0 = _mm_and_si128(in, _mm_set1_epi32(0x0FC0FC00)); in enc_reshuffle() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dbit_cast_test.cc34 T t0 = values[i]; in TestMarshall() local
54 T t0 = values[i]; in TestIntegral() local
/third_party/node/deps/base64/base64/lib/arch/avx2/
Denc_reshuffle.c32 const __m256i t0 = _mm256_and_si256(in, _mm256_set1_epi32(0x0FC0FC00)); in enc_reshuffle() local
/third_party/skia/src/shaders/gradients/
DSk4fGradientBase.cpp104 iter.iterate(colors, [&] (const SkColor4f& c0, const SkColor4f& c1, SkScalar t0, SkScalar t1) { in addMirrorIntervals()
120 Sk4fGradientInterval::Sk4fGradientInterval(const Sk4f& c0, SkScalar t0, in Sk4fGradientInterval()
216 [&] (const SkColor4f& c0, const SkColor4f& c1, SkScalar t0, SkScalar t1) { in init()
/third_party/ffmpeg/libavutil/ppc/
Dfloat_dsp_altivec.c43 vec_f zero, t0, t1, s0, s1, wi, wj; in ff_vector_fmul_window_altivec() local
78 vec_f d, ss0, ss1, ss2, t0, t1, edges; in ff_vector_fmul_add_altivec() local
/third_party/ffmpeg/libavcodec/ppc/
Dvorbisdsp_altivec.c36 vector bool int t0, t1; in vorbis_inverse_coupling_altivec() local
/third_party/json/tests/thirdparty/Fuzzer/test/
DCallerCalleeTest.cpp24 static F t0[256] = { variable
/third_party/openh264/codec/common/mips/
Ddeblock_msa.c53 v8i16 t0, t1, t2, t3; in DeblockLumaLt4V_msa() local
194 v8i16 t0, t1, t2, t0_con1; in DeblockLumaEq4V_msa() local
333 v8i16 t0, t1, t2, t3; in DeblockLumaLt4H_msa() local
483 v8i16 t0, t1, t2, t0_con1; in DeblockLumaEq4H_msa() local
631 v8i16 t0, t1, t2, t3; in DeblockChromaLt4V_msa() local
742 v8i16 t0, t1; in DeblockChromaEq4V_msa() local
817 v8i16 t0, t1, t2, t3; in DeblockChromaLt4H_msa() local
936 v8i16 t0, t1, t2, t3; in DeblockChromaEq4H_msa() local
/third_party/typescript/tests/cases/conformance/types/tuple/
DstrictTupleLength.ts1 var t0: []; variable
/third_party/FreeBSD/sys/crypto/rijndael/
Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
/third_party/jerryscript/tests/jerry/es2015/
Dgenerator-yield-iterator.js48 var t0 = 0, t1 = 0 variable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dintersect.inl114 typename genType::value_type t0 = dot(diff, rayNormalizedDirection); local
155 typename genType::value_type t0 = dot(diff, dir); local
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c159 int t0, t1, t2, t3, t4, t5, t6, t7; in quantize_and_encode_band_cost_SQUAD_mips() local
257 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_UQUAD_mips() local
372 int t0, t1, t2, t3, t4, t5, t6, t7; in quantize_and_encode_band_cost_SPAIR_mips() local
475 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_UPAIR7_mips() local
593 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_UPAIR12_mips() local
712 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_ESC_mips() local
808 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_ESC_mips() local
1036 int t0, t1, t2, t3, t4, t5, t6, t7; in get_band_numbits_SQUAD_mips() local
1107 int t0, t1, t2, t3, t4; in get_band_numbits_UQUAD_mips() local
1166 int t0, t1, t2, t3, t4, t5, t6, t7; in get_band_numbits_SPAIR_mips() local
[all …]

123456789