Home
last modified time | relevance | path

Searched refs:ti (Results 1 - 25 of 114) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A 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 in TYPED_TEST_P()
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A 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
[all...]
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dcfb64ede.c32 DES_LONG ti[2]; in DES_ede3_cfb64_encrypt() local
42 ti[0] = v0; in DES_ede3_cfb64_encrypt()
43 ti[1] = v1; in DES_ede3_cfb64_encrypt()
44 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt()
45 v0 = ti[0]; in DES_ede3_cfb64_encrypt()
46 v1 = ti[1]; in DES_ede3_cfb64_encrypt()
64 ti[0] = v0; in DES_ede3_cfb64_encrypt()
65 ti[1] = v1; in DES_ede3_cfb64_encrypt()
66 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt()
67 v0 = ti[ in DES_ede3_cfb64_encrypt()
99 DES_LONG ti[2]; DES_ede3_cfb_encrypt() local
[all...]
H A Dcfb64enc.c31 DES_LONG ti[2]; in DES_cfb64_encrypt() local
39 ti[0] = v0; in DES_cfb64_encrypt()
41 ti[1] = v1; in DES_cfb64_encrypt()
42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
44 v0 = ti[0]; in DES_cfb64_encrypt()
46 v0 = ti[1]; in DES_cfb64_encrypt()
59 ti[0] = v0; in DES_cfb64_encrypt()
61 ti[1] = v1; in DES_cfb64_encrypt()
62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
64 v0 = ti[ in DES_cfb64_encrypt()
[all...]
H A Dofb64enc.c32 DES_LONG ti[2]; in DES_ofb64_encrypt() local
39 ti[0] = v0; in DES_ofb64_encrypt()
40 ti[1] = v1; in DES_ofb64_encrypt()
46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
48 t = ti[0]; in DES_ofb64_encrypt()
50 t = ti[1]; in DES_ofb64_encrypt()
58 v0 = ti[0]; in DES_ofb64_encrypt()
59 v1 = ti[1]; in DES_ofb64_encrypt()
64 t = v0 = v1 = ti[0] = ti[ in DES_ofb64_encrypt()
[all...]
/third_party/openssl/crypto/des/
H A Dcfb64ede.c32 DES_LONG ti[2]; in DES_ede3_cfb64_encrypt() local
42 ti[0] = v0; in DES_ede3_cfb64_encrypt()
43 ti[1] = v1; in DES_ede3_cfb64_encrypt()
44 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt()
45 v0 = ti[0]; in DES_ede3_cfb64_encrypt()
46 v1 = ti[1]; in DES_ede3_cfb64_encrypt()
64 ti[0] = v0; in DES_ede3_cfb64_encrypt()
65 ti[1] = v1; in DES_ede3_cfb64_encrypt()
66 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt()
67 v0 = ti[ in DES_ede3_cfb64_encrypt()
99 DES_LONG ti[2]; DES_ede3_cfb_encrypt() local
[all...]
H A Dcfb64enc.c31 DES_LONG ti[2]; in DES_cfb64_encrypt() local
39 ti[0] = v0; in DES_cfb64_encrypt()
41 ti[1] = v1; in DES_cfb64_encrypt()
42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
44 v0 = ti[0]; in DES_cfb64_encrypt()
46 v0 = ti[1]; in DES_cfb64_encrypt()
59 ti[0] = v0; in DES_cfb64_encrypt()
61 ti[1] = v1; in DES_cfb64_encrypt()
62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
64 v0 = ti[ in DES_cfb64_encrypt()
[all...]
H A Dofb64enc.c32 DES_LONG ti[2]; in DES_ofb64_encrypt() local
39 ti[0] = v0; in DES_ofb64_encrypt()
40 ti[1] = v1; in DES_ofb64_encrypt()
46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
48 t = ti[0]; in DES_ofb64_encrypt()
50 t = ti[1]; in DES_ofb64_encrypt()
58 v0 = ti[0]; in DES_ofb64_encrypt()
59 v1 = ti[1]; in DES_ofb64_encrypt()
64 t = v0 = v1 = ti[0] = ti[ in DES_ofb64_encrypt()
[all...]
/third_party/node/deps/openssl/openssl/crypto/bf/
H A Dbf_cfb64.c32 BF_LONG ti[2]; in BF_cfb64_encrypt() local
40 ti[0] = v0; in BF_cfb64_encrypt()
42 ti[1] = v1; in BF_cfb64_encrypt()
43 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt()
45 t = ti[0]; in BF_cfb64_encrypt()
47 t = ti[1]; in BF_cfb64_encrypt()
60 ti[0] = v0; in BF_cfb64_encrypt()
62 ti[1] = v1; in BF_cfb64_encrypt()
63 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt()
65 t = ti[ in BF_cfb64_encrypt()
[all...]
H A Dbf_ofb64.c33 BF_LONG ti[2]; in BF_ofb64_encrypt() local
40 ti[0] = v0; in BF_ofb64_encrypt()
41 ti[1] = v1; in BF_ofb64_encrypt()
47 BF_encrypt((BF_LONG *)ti, schedule); in BF_ofb64_encrypt()
49 t = ti[0]; in BF_ofb64_encrypt()
51 t = ti[1]; in BF_ofb64_encrypt()
59 v0 = ti[0]; in BF_ofb64_encrypt()
60 v1 = ti[1]; in BF_ofb64_encrypt()
65 t = v0 = v1 = ti[0] = ti[ in BF_ofb64_encrypt()
[all...]
/third_party/node/deps/openssl/openssl/crypto/idea/
H A Di_cfb64.c33 unsigned long ti[2]; in IDEA_cfb64_encrypt() local
46 ti[0] = v0; in IDEA_cfb64_encrypt()
48 ti[1] = v1; in IDEA_cfb64_encrypt()
49 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt()
51 t = ti[0]; in IDEA_cfb64_encrypt()
53 t = ti[1]; in IDEA_cfb64_encrypt()
66 ti[0] = v0; in IDEA_cfb64_encrypt()
68 ti[1] = v1; in IDEA_cfb64_encrypt()
69 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt()
71 t = ti[ in IDEA_cfb64_encrypt()
[all...]
H A Di_ofb64.c34 unsigned long ti[2]; in IDEA_ofb64_encrypt() local
46 ti[0] = v0; in IDEA_ofb64_encrypt()
47 ti[1] = v1; in IDEA_ofb64_encrypt()
53 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_ofb64_encrypt()
55 t = ti[0]; in IDEA_ofb64_encrypt()
57 t = ti[1]; in IDEA_ofb64_encrypt()
65 v0 = ti[0]; in IDEA_ofb64_encrypt()
66 v1 = ti[1]; in IDEA_ofb64_encrypt()
71 t = v0 = v1 = ti[0] = ti[ in IDEA_ofb64_encrypt()
[all...]
/third_party/node/deps/openssl/openssl/crypto/rc2/
H A Drc2cfb64.c32 unsigned long ti[2]; in RC2_cfb64_encrypt() local
40 ti[0] = v0; in RC2_cfb64_encrypt()
42 ti[1] = v1; in RC2_cfb64_encrypt()
43 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt()
45 t = ti[0]; in RC2_cfb64_encrypt()
47 t = ti[1]; in RC2_cfb64_encrypt()
60 ti[0] = v0; in RC2_cfb64_encrypt()
62 ti[1] = v1; in RC2_cfb64_encrypt()
63 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt()
65 t = ti[ in RC2_cfb64_encrypt()
[all...]
H A Drc2ofb64.c33 unsigned long ti[2]; in RC2_ofb64_encrypt() local
40 ti[0] = v0; in RC2_ofb64_encrypt()
41 ti[1] = v1; in RC2_ofb64_encrypt()
47 RC2_encrypt((unsigned long *)ti, schedule); in RC2_ofb64_encrypt()
49 t = ti[0]; in RC2_ofb64_encrypt()
51 t = ti[1]; in RC2_ofb64_encrypt()
59 v0 = ti[0]; in RC2_ofb64_encrypt()
60 v1 = ti[1]; in RC2_ofb64_encrypt()
65 t = v0 = v1 = ti[0] = ti[ in RC2_ofb64_encrypt()
[all...]
/third_party/node/deps/openssl/openssl/crypto/rc5/
H A Drc5cfb64.c32 unsigned long ti[2]; in RC5_32_cfb64_encrypt() local
40 ti[0] = v0; in RC5_32_cfb64_encrypt()
42 ti[1] = v1; in RC5_32_cfb64_encrypt()
43 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt()
45 t = ti[0]; in RC5_32_cfb64_encrypt()
47 t = ti[1]; in RC5_32_cfb64_encrypt()
60 ti[0] = v0; in RC5_32_cfb64_encrypt()
62 ti[1] = v1; in RC5_32_cfb64_encrypt()
63 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt()
65 t = ti[ in RC5_32_cfb64_encrypt()
[all...]
H A Drc5ofb64.c33 unsigned long ti[2]; in RC5_32_ofb64_encrypt() local
40 ti[0] = v0; in RC5_32_ofb64_encrypt()
41 ti[1] = v1; in RC5_32_ofb64_encrypt()
47 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_ofb64_encrypt()
49 t = ti[0]; in RC5_32_ofb64_encrypt()
51 t = ti[1]; in RC5_32_ofb64_encrypt()
59 v0 = ti[0]; in RC5_32_ofb64_encrypt()
60 v1 = ti[1]; in RC5_32_ofb64_encrypt()
65 t = v0 = v1 = ti[0] = ti[ in RC5_32_ofb64_encrypt()
[all...]
/third_party/node/deps/openssl/openssl/crypto/cast/
H A Dc_cfb64.c32 CAST_LONG ti[2]; in CAST_cfb64_encrypt() local
40 ti[0] = v0; in CAST_cfb64_encrypt()
42 ti[1] = v1; in CAST_cfb64_encrypt()
43 CAST_encrypt((CAST_LONG *)ti, schedule); in CAST_cfb64_encrypt()
45 t = ti[0]; in CAST_cfb64_encrypt()
47 t = ti[1]; in CAST_cfb64_encrypt()
60 ti[0] = v0; in CAST_cfb64_encrypt()
62 ti[1] = v1; in CAST_cfb64_encrypt()
63 CAST_encrypt((CAST_LONG *)ti, schedule); in CAST_cfb64_encrypt()
65 t = ti[ in CAST_cfb64_encrypt()
[all...]
H A Dc_ofb64.c33 CAST_LONG ti[2]; in CAST_ofb64_encrypt() local
40 ti[0] = v0; in CAST_ofb64_encrypt()
41 ti[1] = v1; in CAST_ofb64_encrypt()
47 CAST_encrypt((CAST_LONG *)ti, schedule); in CAST_ofb64_encrypt()
49 t = ti[0]; in CAST_ofb64_encrypt()
51 t = ti[1]; in CAST_ofb64_encrypt()
59 v0 = ti[0]; in CAST_ofb64_encrypt()
60 v1 = ti[1]; in CAST_ofb64_encrypt()
65 t = v0 = v1 = ti[0] = ti[ in CAST_ofb64_encrypt()
[all...]
/third_party/openssl/crypto/bf/
H A Dbf_cfb64.c32 BF_LONG ti[2]; in BF_cfb64_encrypt() local
40 ti[0] = v0; in BF_cfb64_encrypt()
42 ti[1] = v1; in BF_cfb64_encrypt()
43 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt()
45 t = ti[0]; in BF_cfb64_encrypt()
47 t = ti[1]; in BF_cfb64_encrypt()
60 ti[0] = v0; in BF_cfb64_encrypt()
62 ti[1] = v1; in BF_cfb64_encrypt()
63 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt()
65 t = ti[ in BF_cfb64_encrypt()
[all...]
/third_party/openssl/crypto/idea/
H A Di_cfb64.c33 unsigned long ti[2]; in IDEA_cfb64_encrypt() local
46 ti[0] = v0; in IDEA_cfb64_encrypt()
48 ti[1] = v1; in IDEA_cfb64_encrypt()
49 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt()
51 t = ti[0]; in IDEA_cfb64_encrypt()
53 t = ti[1]; in IDEA_cfb64_encrypt()
66 ti[0] = v0; in IDEA_cfb64_encrypt()
68 ti[1] = v1; in IDEA_cfb64_encrypt()
69 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt()
71 t = ti[ in IDEA_cfb64_encrypt()
[all...]
H A Di_ofb64.c34 unsigned long ti[2]; in IDEA_ofb64_encrypt() local
46 ti[0] = v0; in IDEA_ofb64_encrypt()
47 ti[1] = v1; in IDEA_ofb64_encrypt()
53 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_ofb64_encrypt()
55 t = ti[0]; in IDEA_ofb64_encrypt()
57 t = ti[1]; in IDEA_ofb64_encrypt()
65 v0 = ti[0]; in IDEA_ofb64_encrypt()
66 v1 = ti[1]; in IDEA_ofb64_encrypt()
71 t = v0 = v1 = ti[0] = ti[ in IDEA_ofb64_encrypt()
[all...]
/third_party/openssl/crypto/rc2/
H A Drc2cfb64.c32 unsigned long ti[2]; in RC2_cfb64_encrypt() local
40 ti[0] = v0; in RC2_cfb64_encrypt()
42 ti[1] = v1; in RC2_cfb64_encrypt()
43 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt()
45 t = ti[0]; in RC2_cfb64_encrypt()
47 t = ti[1]; in RC2_cfb64_encrypt()
60 ti[0] = v0; in RC2_cfb64_encrypt()
62 ti[1] = v1; in RC2_cfb64_encrypt()
63 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt()
65 t = ti[ in RC2_cfb64_encrypt()
[all...]
H A Drc2ofb64.c33 unsigned long ti[2]; in RC2_ofb64_encrypt() local
40 ti[0] = v0; in RC2_ofb64_encrypt()
41 ti[1] = v1; in RC2_ofb64_encrypt()
47 RC2_encrypt((unsigned long *)ti, schedule); in RC2_ofb64_encrypt()
49 t = ti[0]; in RC2_ofb64_encrypt()
51 t = ti[1]; in RC2_ofb64_encrypt()
59 v0 = ti[0]; in RC2_ofb64_encrypt()
60 v1 = ti[1]; in RC2_ofb64_encrypt()
65 t = v0 = v1 = ti[0] = ti[ in RC2_ofb64_encrypt()
[all...]
/third_party/openssl/crypto/rc5/
H A Drc5cfb64.c32 unsigned long ti[2]; in RC5_32_cfb64_encrypt() local
40 ti[0] = v0; in RC5_32_cfb64_encrypt()
42 ti[1] = v1; in RC5_32_cfb64_encrypt()
43 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt()
45 t = ti[0]; in RC5_32_cfb64_encrypt()
47 t = ti[1]; in RC5_32_cfb64_encrypt()
60 ti[0] = v0; in RC5_32_cfb64_encrypt()
62 ti[1] = v1; in RC5_32_cfb64_encrypt()
63 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt()
65 t = ti[ in RC5_32_cfb64_encrypt()
[all...]
/third_party/openssl/crypto/cast/
H A Dc_cfb64.c32 CAST_LONG ti[2]; in CAST_cfb64_encrypt() local
40 ti[0] = v0; in CAST_cfb64_encrypt()
42 ti[1] = v1; in CAST_cfb64_encrypt()
43 CAST_encrypt((CAST_LONG *)ti, schedule); in CAST_cfb64_encrypt()
45 t = ti[0]; in CAST_cfb64_encrypt()
47 t = ti[1]; in CAST_cfb64_encrypt()
60 ti[0] = v0; in CAST_cfb64_encrypt()
62 ti[1] = v1; in CAST_cfb64_encrypt()
63 CAST_encrypt((CAST_LONG *)ti, schedule); in CAST_cfb64_encrypt()
65 t = ti[ in CAST_cfb64_encrypt()
[all...]

Completed in 8 milliseconds

12345