Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 25 of 994) sorted by relevance

12345678910>>...40

/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_testing_test.cc28 namespace ti = absl::types_internal;
126 using props = ti::PropertiesOfT<profile>; in TYPED_TEST_P()
127 using arch_props = ti::PropertiesOfArchetypeT<arch>; in TYPED_TEST_P()
128 using expected_props = ti::PropertiesOfT<expected_profile>; in TYPED_TEST_P()
171 case ti::default_constructible::maybe: in TYPED_TEST_P()
182 case ti::default_constructible::yes: in TYPED_TEST_P()
193 case ti::default_constructible::nothrow: in TYPED_TEST_P()
209 case ti::default_constructible::trivial: in TYPED_TEST_P()
233 case ti::move_constructible::maybe: in TYPED_TEST_P()
244 case ti::move_constructible::yes: in TYPED_TEST_P()
[all …]
/third_party/abseil-cpp/absl/types/internal/
Dconformance_testing_test.cc28 namespace ti = absl::types_internal;
126 using props = ti::PropertiesOfT<profile>; in TYPED_TEST_P()
127 using arch_props = ti::PropertiesOfArchetypeT<arch>; in TYPED_TEST_P()
128 using expected_props = ti::PropertiesOfT<expected_profile>; in TYPED_TEST_P()
171 case ti::default_constructible::maybe: in TYPED_TEST_P()
182 case ti::default_constructible::yes: in TYPED_TEST_P()
193 case ti::default_constructible::nothrow: in TYPED_TEST_P()
209 case ti::default_constructible::trivial: in TYPED_TEST_P()
233 case ti::move_constructible::maybe: in TYPED_TEST_P()
244 case ti::move_constructible::yes: in TYPED_TEST_P()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Dyo_BJ.txt7 "Diami ti Awon Orílɛ́ède Arabu",
11 "Wansa ti Orílɛ́ède Àngólà",
15 "Dɔla ti Orílɛ́ède Ástràlìá",
19 "Dina ti Orílɛ́ède Báránì",
23 "Faransi ti Orílɛ́ède Bùùrúndì",
27 "Pula ti Orílɛ́ède Bɔ̀tìsúwánà",
31 "Dɔla ti Orílɛ́ède Kánádà",
35 "Faransi ti Orílɛ́ède Kóngò",
39 "Faransi ti Orílɛ́ède Siwisi",
43 "Reminibi ti Orílɛ́ède sháínà",
[all …]
Dyo.txt7 "Diami ti Awon Orílẹ́ède Arabu",
11 "Wansa ti Orílẹ́ède Àngólà",
15 "Dọla ti Orílẹ́ède Ástràlìá",
19 "Dina ti Orílẹ́ède Báránì",
23 "Faransi ti Orílẹ́ède Bùùrúndì",
27 "Pula ti Orílẹ́ède Bọ̀tìsúwánà",
31 "Dọla ti Orílẹ́ède Kánádà",
35 "Faransi ti Orílẹ́ède Kóngò",
39 "Faransi ti Orílẹ́ède Siwisi",
43 "Reminibi ti Orílẹ́ède ṣáínà",
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_debugobj.py10 ti = debugobj.ObjectTreeItem('label', 22)
11 self.assertEqual(ti.labeltext, 'label')
12 self.assertEqual(ti.object, 22)
13 self.assertEqual(ti.setfunction, None)
19 ti = debugobj.ClassTreeItem('label', 0)
20 self.assertTrue(ti.IsExpandable())
26 ti = debugobj.AtomicObjectTreeItem('label', 0)
27 self.assertFalse(ti.IsExpandable())
33 ti = debugobj.SequenceTreeItem('label', ())
34 self.assertFalse(ti.IsExpandable())
[all …]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c44 uint ti = ctx->ti; in emit_instruction() local
46 ti += tgsi_build_full_instruction(inst, in emit_instruction()
47 ctx->tokens_out + ti, in emit_instruction()
49 ctx->max_tokens_out - ti); in emit_instruction()
50 ctx->ti = ti; in emit_instruction()
58 uint ti = ctx->ti; in emit_declaration() local
60 ti += tgsi_build_full_declaration(decl, in emit_declaration()
61 ctx->tokens_out + ti, in emit_declaration()
63 ctx->max_tokens_out - ti); in emit_declaration()
64 ctx->ti = ti; in emit_declaration()
[all …]
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info.hpp91 static inline void both(TurnInfo& ti, operation_type const op) in both()
93 ti.operations[0].operation = op; in both()
94 ti.operations[1].operation = op; in both()
99 static inline void ui_else_iu(bool condition, TurnInfo& ti) in ui_else_iu()
101 ti.operations[0].operation = condition in ui_else_iu()
103 ti.operations[1].operation = condition in ui_else_iu()
109 static inline void uu_else_ii(bool condition, TurnInfo& ti) in uu_else_ii()
111 both(ti, condition ? operation_union : operation_intersection); in uu_else_ii()
169 static inline void assign_point(TurnInfo& ti, in assign_point()
173 ti.method = method; in assign_point()
[all …]
/third_party/openssl/crypto/des/
Dcfb64ede.c26 DES_LONG ti[2]; in DES_ede3_cfb64_encrypt() local
36 ti[0] = v0; in DES_ede3_cfb64_encrypt()
37 ti[1] = v1; in DES_ede3_cfb64_encrypt()
38 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt()
39 v0 = ti[0]; in DES_ede3_cfb64_encrypt()
40 v1 = ti[1]; in DES_ede3_cfb64_encrypt()
58 ti[0] = v0; in DES_ede3_cfb64_encrypt()
59 ti[1] = v1; in DES_ede3_cfb64_encrypt()
60 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt()
61 v0 = ti[0]; in DES_ede3_cfb64_encrypt()
[all …]
Dcfb64enc.c25 DES_LONG ti[2]; in DES_cfb64_encrypt() local
33 ti[0] = v0; in DES_cfb64_encrypt()
35 ti[1] = v1; in DES_cfb64_encrypt()
36 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
38 v0 = ti[0]; in DES_cfb64_encrypt()
40 v0 = ti[1]; in DES_cfb64_encrypt()
53 ti[0] = v0; in DES_cfb64_encrypt()
55 ti[1] = v1; in DES_cfb64_encrypt()
56 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
58 v0 = ti[0]; in DES_cfb64_encrypt()
[all …]
Dofb64enc.c26 DES_LONG ti[2]; in DES_ofb64_encrypt() local
33 ti[0] = v0; in DES_ofb64_encrypt()
34 ti[1] = v1; in DES_ofb64_encrypt()
40 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
42 t = ti[0]; in DES_ofb64_encrypt()
44 t = ti[1]; in DES_ofb64_encrypt()
52 v0 = ti[0]; in DES_ofb64_encrypt()
53 v1 = ti[1]; in DES_ofb64_encrypt()
58 t = v0 = v1 = ti[0] = ti[1] = 0; in DES_ofb64_encrypt()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c78 nouveau_teximage_free(struct gl_context *ctx, struct gl_texture_image *ti) in nouveau_teximage_free() argument
80 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage_free()
87 struct gl_texture_image *ti, in nouveau_map_texture_image() argument
94 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_map_texture_image()
150 nouveau_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *ti, in nouveau_unmap_texture_image() argument
153 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_unmap_texture_image()
259 struct gl_texture_image *ti = t->Image[0][level]; in teximage_fits() local
261 if (!ti || !to_nouveau_teximage(ti)->surface.bo) in teximage_fits()
268 (s->bo && s->format == ti->TexFormat && in teximage_fits()
269 s->width == ti->Width && s->height == ti->Height); in teximage_fits()
[all …]
/third_party/boost/libs/smart_ptr/test/
Dsp_typeinfo_test.cpp21 boost::detail::sp_typeinfo_ const & ti = BOOST_SP_TYPEID_( int ); in main() local
24 BOOST_TEST( *pti == ti ); in main()
26 BOOST_TEST( ti == ti ); in main()
27 BOOST_TEST( !( ti != ti ) ); in main()
28 BOOST_TEST( !ti.before( ti ) ); in main()
30 char const * nti = ti.name(); in main()
45 BOOST_TEST( ti != tv ); in main()
46 BOOST_TEST( !( ti == tv ) ); in main()
48 BOOST_TEST( ti.before( tv ) != tv.before( ti ) ); in main()
/third_party/boost/libs/core/test/
Dtypeinfo_test.cpp21 boost::core::typeinfo const & ti = BOOST_CORE_TYPEID( int ); in main() local
24 BOOST_TEST( *pti == ti ); in main()
26 BOOST_TEST( ti == ti ); in main()
27 BOOST_TEST( !( ti != ti ) ); in main()
28 BOOST_TEST( !ti.before( ti ) ); in main()
30 char const * nti = ti.name(); in main()
45 BOOST_TEST( ti != tv ); in main()
46 BOOST_TEST( !( ti == tv ) ); in main()
48 BOOST_TEST( ti.before( tv ) != tv.before( ti ) ); in main()
Dsp_typeinfo_test.cpp23 boost::detail::sp_typeinfo const & ti = BOOST_SP_TYPEID( int ); in main() local
26 BOOST_TEST( *pti == ti ); in main()
28 BOOST_TEST( ti == ti ); in main()
29 BOOST_TEST( !( ti != ti ) ); in main()
30 BOOST_TEST( !ti.before( ti ) ); in main()
32 char const * nti = ti.name(); in main()
47 BOOST_TEST( ti != tv ); in main()
48 BOOST_TEST( !( ti == tv ) ); in main()
50 BOOST_TEST( ti.before( tv ) != tv.before( ti ) ); in main()
/third_party/openssl/crypto/rc2/
Drc2cfb64.c26 unsigned long ti[2]; in RC2_cfb64_encrypt() local
34 ti[0] = v0; in RC2_cfb64_encrypt()
36 ti[1] = v1; in RC2_cfb64_encrypt()
37 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt()
39 t = ti[0]; in RC2_cfb64_encrypt()
41 t = ti[1]; in RC2_cfb64_encrypt()
54 ti[0] = v0; in RC2_cfb64_encrypt()
56 ti[1] = v1; in RC2_cfb64_encrypt()
57 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt()
59 t = ti[0]; in RC2_cfb64_encrypt()
[all …]
Drc2ofb64.c27 unsigned long ti[2]; in RC2_ofb64_encrypt() local
34 ti[0] = v0; in RC2_ofb64_encrypt()
35 ti[1] = v1; in RC2_ofb64_encrypt()
41 RC2_encrypt((unsigned long *)ti, schedule); in RC2_ofb64_encrypt()
43 t = ti[0]; in RC2_ofb64_encrypt()
45 t = ti[1]; in RC2_ofb64_encrypt()
53 v0 = ti[0]; in RC2_ofb64_encrypt()
54 v1 = ti[1]; in RC2_ofb64_encrypt()
59 t = v0 = v1 = ti[0] = ti[1] = 0; in RC2_ofb64_encrypt()
/third_party/openssl/crypto/cast/
Dc_cfb64.c26 CAST_LONG ti[2]; in CAST_cfb64_encrypt() local
34 ti[0] = v0; in CAST_cfb64_encrypt()
36 ti[1] = v1; in CAST_cfb64_encrypt()
37 CAST_encrypt((CAST_LONG *)ti, schedule); in CAST_cfb64_encrypt()
39 t = ti[0]; in CAST_cfb64_encrypt()
41 t = ti[1]; in CAST_cfb64_encrypt()
54 ti[0] = v0; in CAST_cfb64_encrypt()
56 ti[1] = v1; in CAST_cfb64_encrypt()
57 CAST_encrypt((CAST_LONG *)ti, schedule); in CAST_cfb64_encrypt()
59 t = ti[0]; in CAST_cfb64_encrypt()
[all …]
Dc_ofb64.c27 CAST_LONG ti[2]; in CAST_ofb64_encrypt() local
34 ti[0] = v0; in CAST_ofb64_encrypt()
35 ti[1] = v1; in CAST_ofb64_encrypt()
41 CAST_encrypt((CAST_LONG *)ti, schedule); in CAST_ofb64_encrypt()
43 t = ti[0]; in CAST_ofb64_encrypt()
45 t = ti[1]; in CAST_ofb64_encrypt()
53 v0 = ti[0]; in CAST_ofb64_encrypt()
54 v1 = ti[1]; in CAST_ofb64_encrypt()
59 t = v0 = v1 = ti[0] = ti[1] = 0; in CAST_ofb64_encrypt()
/third_party/openssl/crypto/idea/
Di_cfb64.c26 unsigned long ti[2]; in IDEA_cfb64_encrypt() local
34 ti[0] = v0; in IDEA_cfb64_encrypt()
36 ti[1] = v1; in IDEA_cfb64_encrypt()
37 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt()
39 t = ti[0]; in IDEA_cfb64_encrypt()
41 t = ti[1]; in IDEA_cfb64_encrypt()
54 ti[0] = v0; in IDEA_cfb64_encrypt()
56 ti[1] = v1; in IDEA_cfb64_encrypt()
57 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt()
59 t = ti[0]; in IDEA_cfb64_encrypt()
[all …]
Di_ofb64.c27 unsigned long ti[2]; in IDEA_ofb64_encrypt() local
34 ti[0] = v0; in IDEA_ofb64_encrypt()
35 ti[1] = v1; in IDEA_ofb64_encrypt()
41 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_ofb64_encrypt()
43 t = ti[0]; in IDEA_ofb64_encrypt()
45 t = ti[1]; in IDEA_ofb64_encrypt()
53 v0 = ti[0]; in IDEA_ofb64_encrypt()
54 v1 = ti[1]; in IDEA_ofb64_encrypt()
59 t = v0 = v1 = ti[0] = ti[1] = 0; in IDEA_ofb64_encrypt()
/third_party/openssl/crypto/bf/
Dbf_cfb64.c26 BF_LONG ti[2]; in BF_cfb64_encrypt() local
34 ti[0] = v0; in BF_cfb64_encrypt()
36 ti[1] = v1; in BF_cfb64_encrypt()
37 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt()
39 t = ti[0]; in BF_cfb64_encrypt()
41 t = ti[1]; in BF_cfb64_encrypt()
54 ti[0] = v0; in BF_cfb64_encrypt()
56 ti[1] = v1; in BF_cfb64_encrypt()
57 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt()
59 t = ti[0]; in BF_cfb64_encrypt()
[all …]
Dbf_ofb64.c27 BF_LONG ti[2]; in BF_ofb64_encrypt() local
34 ti[0] = v0; in BF_ofb64_encrypt()
35 ti[1] = v1; in BF_ofb64_encrypt()
41 BF_encrypt((BF_LONG *)ti, schedule); in BF_ofb64_encrypt()
43 t = ti[0]; in BF_ofb64_encrypt()
45 t = ti[1]; in BF_ofb64_encrypt()
53 v0 = ti[0]; in BF_ofb64_encrypt()
54 v1 = ti[1]; in BF_ofb64_encrypt()
59 t = v0 = v1 = ti[0] = ti[1] = 0; in BF_ofb64_encrypt()
/third_party/openssl/crypto/rc5/
Drc5cfb64.c26 unsigned long ti[2]; in RC5_32_cfb64_encrypt() local
34 ti[0] = v0; in RC5_32_cfb64_encrypt()
36 ti[1] = v1; in RC5_32_cfb64_encrypt()
37 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt()
39 t = ti[0]; in RC5_32_cfb64_encrypt()
41 t = ti[1]; in RC5_32_cfb64_encrypt()
54 ti[0] = v0; in RC5_32_cfb64_encrypt()
56 ti[1] = v1; in RC5_32_cfb64_encrypt()
57 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt()
59 t = ti[0]; in RC5_32_cfb64_encrypt()
[all …]
Drc5ofb64.c27 unsigned long ti[2]; in RC5_32_ofb64_encrypt() local
34 ti[0] = v0; in RC5_32_ofb64_encrypt()
35 ti[1] = v1; in RC5_32_ofb64_encrypt()
41 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_ofb64_encrypt()
43 t = ti[0]; in RC5_32_ofb64_encrypt()
45 t = ti[1]; in RC5_32_ofb64_encrypt()
53 v0 = ti[0]; in RC5_32_ofb64_encrypt()
54 v1 = ti[1]; in RC5_32_ofb64_encrypt()
59 t = v0 = v1 = ti[0] = ti[1] = 0; in RC5_32_ofb64_encrypt()
/third_party/mesa3d/src/freedreno/rnn/
Dheadergen2.c129 static void printtypeinfo (struct rnntypeinfo *ti, struct rnnbitfield *bf, in printtypeinfo() argument
132 enum rnnttype intype = ti->type; in printtypeinfo()
134 uint32_t mask = typeinfo_mask(ti); in printtypeinfo()
135 uint32_t width = 1 + ti->high - ti->low; in printtypeinfo()
138 if ((ti->type == RNN_TTYPE_FIXED) || (ti->type == RNN_TTYPE_UFIXED)) in printtypeinfo()
144 if (bf || ti->shr || ti->minvalid || ti->maxvalid || ti->alignvalid || in printtypeinfo()
145 ti->radixvalid || (intype == RNN_TTYPE_FLOAT)) { in printtypeinfo()
159 asprintf(&typename, "enum %s", ti->name); in printtypeinfo()
174 printdef(prefix, "SHIFT", 1, ti->low, file); in printtypeinfo()
179 if ((ti->minvalid || ti->maxvalid || ti->alignvalid) && !no_asserts) { in printtypeinfo()
[all …]

12345678910>>...40