Home
last modified time | relevance | path

Searched refs:kt (Results 1 – 25 of 206) sorted by relevance

123456789

/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatetag.c150 gst_kate_tag_init (GstKateTag * kt) in gst_kate_tag_init() argument
152 kt->language = NULL; in gst_kate_tag_init()
153 kt->category = NULL; in gst_kate_tag_init()
154 kt->original_canvas_width = -1; in gst_kate_tag_init()
155 kt->original_canvas_height = -1; in gst_kate_tag_init()
161 GstKateTag *kt = GST_KATE_TAG (object); in gst_kate_tag_dispose() local
163 GST_LOG_OBJECT (kt, "disposing"); in gst_kate_tag_dispose()
165 if (kt->language) { in gst_kate_tag_dispose()
166 g_free (kt->language); in gst_kate_tag_dispose()
167 kt->language = NULL; in gst_kate_tag_dispose()
[all …]
/third_party/openssl/crypto/idea/
Di_skey.c24 register IDEA_INT *kt, *kf, r0, r1, r2; in IDEA_set_encrypt_key() local
26 kt = &(ks->data[0][0]); in IDEA_set_encrypt_key()
27 n2s(key, kt[0]); in IDEA_set_encrypt_key()
28 n2s(key, kt[1]); in IDEA_set_encrypt_key()
29 n2s(key, kt[2]); in IDEA_set_encrypt_key()
30 n2s(key, kt[3]); in IDEA_set_encrypt_key()
31 n2s(key, kt[4]); in IDEA_set_encrypt_key()
32 n2s(key, kt[5]); in IDEA_set_encrypt_key()
33 n2s(key, kt[6]); in IDEA_set_encrypt_key()
34 n2s(key, kt[7]); in IDEA_set_encrypt_key()
[all …]
/third_party/node/deps/openssl/openssl/crypto/idea/
Di_skey.c24 register IDEA_INT *kt, *kf, r0, r1, r2; in IDEA_set_encrypt_key() local
26 kt = &(ks->data[0][0]); in IDEA_set_encrypt_key()
27 n2s(key, kt[0]); in IDEA_set_encrypt_key()
28 n2s(key, kt[1]); in IDEA_set_encrypt_key()
29 n2s(key, kt[2]); in IDEA_set_encrypt_key()
30 n2s(key, kt[3]); in IDEA_set_encrypt_key()
31 n2s(key, kt[4]); in IDEA_set_encrypt_key()
32 n2s(key, kt[5]); in IDEA_set_encrypt_key()
33 n2s(key, kt[6]); in IDEA_set_encrypt_key()
34 n2s(key, kt[7]); in IDEA_set_encrypt_key()
[all …]
/third_party/mbedtls/tests/scripts/
Dgenerate_psa_tests.py169 kt: crypto_knowledge.KeyType,
179 if kt.name in self.ALWAYS_SUPPORTED:
184 psa_want_symbol(kt.name)]
185 if kt.params is not None:
188 for i, sym in enumerate(kt.params)]
189 if kt.name.endswith('_PUBLIC_KEY'):
193 for bits in kt.sizes_to_test():
195 'import', kt.expression, bits,
197 test_case.hex_string(kt.key_material(bits)),
207 if not kt.is_public():
[all …]
/third_party/icu/icu4c/source/data/unit/
Dmt.txt18 few{"{0} kt"}
19 many{"{0} kt"}
20 one{"{0} kt"}
21 other{"{0} kt"}
22 two{"{0} kt"}
97 dnam{"kt"}
98 few{"{0} kt"}
99 many{"{0} kt"}
100 one{"{0} kt"}
101 other{"{0} kt"}
[all …]
Des_MX.txt74 one{"{0}kt"}
116 dnam{"kt"}
117 one{"{0} kt"}
118 other{"{0} kt"}
Dmzn.txt48 dnam{"kt"}
49 other{"{0} kt"}
558 dnam{"kt"}
559 other{"{0} kt"}
Dto.txt958 dnam{"kt"}
959 other{"{0} kt"}
1102 dnam{"kt"}
1103 other{"{0} kt"}
1104 per{"{0}/kt"}
1348 dnam{"kt"}
1349 other{"{0} kt"}
1759 dnam{"kt"}
1760 other{"kt ʻe {0}"}
1905 per{"{0} /kt"}
[all …]
Dhi_Latn.txt121 one{"{0}kt"}
122 other{"{0}kt"}
Dit.txt1298 one{"{0}kt"}
1299 other{"{0}kt"}
1701 dnam{"kt"}
1702 one{"{0}kt"}
1703 other{"{0}kt"}
2133 dnam{"kt"}
2134 one{"{0} kt"}
2135 other{"{0} kt"}
2533 one{"{0} kt"}
2534 other{"{0} kt"}
/third_party/skia/third_party/externals/icu/source/data/unit/
Dmt.txt17 few{"{0} kt"}
18 many{"{0} kt"}
19 one{"{0} kt"}
20 other{"{0} kt"}
88 dnam{"kt"}
89 few{"{0} kt"}
90 many{"{0} kt"}
91 one{"{0} kt"}
92 other{"{0} kt"}
Des_MX.txt120 dnam{"kt"}
121 one{"{0} kt"}
122 other{"{0} kt"}
Dmzn.txt48 dnam{"kt"}
49 other{"{0} kt"}
558 dnam{"kt"}
559 other{"{0} kt"}
Dto.txt933 dnam{"kt"}
934 other{"{0} kt"}
1195 dnam{"kt"}
1196 other{"{0} kt"}
1496 dnam{"kt"}
1497 other{"kt ʻe {0}"}
1886 dnam{"kt"}
1887 other{"kt ʻe {0}"}
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_pl.txt41 którym ostateczności względu
58 była który
102 narodów którym wyborów
153 życiu powinni któregokolwiek
370 którym wypadek przepisami
479 wyłącznie któregokolwiek podejmowania
485 utraty wynikających które
534 pełni któregokolwiek
544 uciskowi którego
594 które swych Nikt
[all …]
/third_party/skia/third_party/externals/oboe/samples/drumthumper/
DREADME.md55 * DrumPlayer.kt
58 * DrumThumperActivity.kt
61 * TriggerPad.kt
/third_party/libffi/src/
Dclosures.c195 kern_return_t kt; in ffi_trampoline_table_alloc() local
200 kt = vm_allocate (mach_task_self (), &config_page, PAGE_MAX_SIZE * 2, in ffi_trampoline_table_alloc()
202 if (kt != KERN_SUCCESS) in ffi_trampoline_table_alloc()
212 kt = vm_remap (mach_task_self (), &trampoline_page, PAGE_MAX_SIZE, 0x0, in ffi_trampoline_table_alloc()
215 if (kt != KERN_SUCCESS) in ffi_trampoline_table_alloc()
/third_party/node/test/fixtures/keys/
Dagent7-csr.pem11 YXNzd29yZDANBgkqhkiG9w0BAQsFAAOCAQEAVIVSPkSLBmAmtm2wF1u+kt/7zl8L
/third_party/skia/third_party/externals/icu/source/extra/uconv/samples/utf8/
Dturkish.txt6 dizlilere diz çöktürmüş.
/third_party/icu/icu4c/source/extra/uconv/samples/utf8/
Dturkish.txt6 dizlilere diz çöktürmüş.
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c1177 int kt; in gst_video_test_src_zoneplate() local
1205 phase = phase + (v->kx * i) + (v->ky * j) + (v->kt * t); in gst_video_test_src_zoneplate()
1230 kt = v->kt * t; in gst_video_test_src_zoneplate()
1248 phase = phase + accum_kx + accum_ky + kt; in gst_video_test_src_zoneplate()
1294 int kt; in gst_video_test_src_chromazoneplate() local
1317 kt = v->kt * t; in gst_video_test_src_chromazoneplate()
1335 phase = phase + accum_kx + accum_ky + kt; in gst_video_test_src_chromazoneplate()
1732 double theta = M_PI / 19 * k + 0.001 * v->kt * t; in gst_video_test_src_pinwheel()
1783 double theta = M_PI / 19 * k + 0.001 * v->kt * t; in gst_video_test_src_spokes()
Dgstvideotestsrc.h172 gint kt; member
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c382 int kt = (int)mbedtls_pk_get_type(&x509->cert.MBEDTLS_PRIVATE(pk)), in lws_x509_public_to_jwk() local
390 switch (kt) { in lws_x509_public_to_jwk()
426 lwsl_err("%s: key type %d not supported\n", __func__, kt); in lws_x509_public_to_jwk()
/third_party/python/Lib/test/
Dtest_dictviews.py10 kt = type({}.keys())
11 self.assertRaises(TypeError, kt, {})
12 self.assertRaises(TypeError, kt)
/third_party/gstreamer/gstplugins_bad/po/
Dja.po4 # Makoto Kato <makoto.kt@gmail.com>, 2009-2011.
11 "Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"

123456789