/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkateenc.c | 137 static gboolean gst_kate_enc_setcaps (GstKateEnc * ke, GstCaps * caps); 237 gst_kate_enc_init (GstKateEnc * ke) in gst_kate_enc_init() argument 239 GST_DEBUG_OBJECT (ke, "gst_kate_enc_init"); in gst_kate_enc_init() 241 ke->sinkpad = gst_pad_new_from_static_template (&sink_factory, "sink"); in gst_kate_enc_init() 242 gst_pad_set_chain_function (ke->sinkpad, in gst_kate_enc_init() 244 gst_pad_set_event_function (ke->sinkpad, in gst_kate_enc_init() 246 gst_element_add_pad (GST_ELEMENT (ke), ke->sinkpad); in gst_kate_enc_init() 248 ke->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_kate_enc_init() 249 gst_pad_set_query_function (ke->srcpad, in gst_kate_enc_init() 251 gst_element_add_pad (GST_ELEMENT (ke), ke->srcpad); in gst_kate_enc_init() [all …]
|
D | gstkatespu.c | 45 gst_kate_spu_decode_colormap (GstKateEnc * ke, const guint8 * ptr) in gst_kate_spu_decode_colormap() argument 47 ke->spu_colormap[3] = ptr[0] >> 4; in gst_kate_spu_decode_colormap() 48 ke->spu_colormap[2] = ptr[0] & 0x0f; in gst_kate_spu_decode_colormap() 49 ke->spu_colormap[1] = ptr[1] >> 4; in gst_kate_spu_decode_colormap() 50 ke->spu_colormap[0] = ptr[1] & 0x0f; in gst_kate_spu_decode_colormap() 54 gst_kate_spu_decode_alpha (GstKateEnc * ke, const guint8 * ptr) in gst_kate_spu_decode_alpha() argument 56 ke->spu_alpha[3] = ptr[0] >> 4; in gst_kate_spu_decode_alpha() 57 ke->spu_alpha[2] = ptr[0] & 0x0f; in gst_kate_spu_decode_alpha() 58 ke->spu_alpha[1] = ptr[1] >> 4; in gst_kate_spu_decode_alpha() 59 ke->spu_alpha[0] = ptr[1] & 0x0f; in gst_kate_spu_decode_alpha() [all …]
|
/third_party/libwebsockets/lib/cose/ |
D | cose_key.c | 143 const struct lws_gencrypto_keyelem *ke; in lws_cose_key_checks() local 168 ke = &key->meta[COSEKEY_META_KTY]; in lws_cose_key_checks() 169 if (ke->buf && (strlen(kty_strings[kty]) != ke->len || in lws_cose_key_checks() 170 memcmp(kty_strings[kty], ke->buf, ke->len))) { in lws_cose_key_checks() 172 lwsl_hexdump_notice(ke->buf, ke->len); in lws_cose_key_checks() 202 ke = &key->meta[COSEKEY_META_KEY_OPS]; in lws_cose_key_checks() 203 if (ke->buf && ke->len) { in lws_cose_key_checks() 206 for (n = 0; n < ke->len; n++) in lws_cose_key_checks() 207 if (ke->buf[n] == key_op) in lws_cose_key_checks() 210 if (n == ke->len) in lws_cose_key_checks() [all …]
|
D | cose_sign.c | 108 const struct lws_gencrypto_keyelem *ke; in lws_cose_sign_payload_chunk() local 263 ke = &alg->cose_key->meta[COSEKEY_META_KID]; in lws_cose_sign_payload_chunk() 264 if (ke->len) { in lws_cose_sign_payload_chunk() 267 (int)ke->len, ke->buf); in lws_cose_sign_payload_chunk() 476 ke = &alg->cose_key->meta[COSEKEY_META_KID]; in lws_cose_sign_payload_chunk() 477 if (ke->len) { in lws_cose_sign_payload_chunk() 480 (int)ke->len, ke->buf); in lws_cose_sign_payload_chunk()
|
D | cose_sign_alg.c | 33 const struct lws_gencrypto_keyelem *ke; in lws_cose_sign_alg_create() local 109 ke = &ck->e[LWS_GENCRYPTO_OCT_KEYEL_K]; in lws_cose_sign_alg_create() 110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_sign_alg_create()
|
D | cose_validate_alg.c | 33 struct lws_gencrypto_keyelem *ke; in lws_cose_val_alg_create() local 109 ke = &ck->e[LWS_GENCRYPTO_OCT_KEYEL_K]; in lws_cose_val_alg_create() 110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_val_alg_create()
|
/third_party/boost/boost/chrono/detail/ |
D | scan_keyword.hpp | 57 ForwardIterator kb, ForwardIterator ke, in scan_keyword() argument 62 size_t nkw = std::distance(kb, ke); in scan_keyword() 82 for (ForwardIterator ky = kb; ky != ke; ++ky, ++st) in scan_keyword() 106 for (ForwardIterator ky = kb; ky != ke; ++ky, ++st) in scan_keyword() 138 for (ForwardIterator ky = kb; ky != ke; ++ky, ++st) in scan_keyword() 153 for (st = status; kb != ke; ++kb, ++st) in scan_keyword() 156 if (kb == ke) in scan_keyword()
|
/third_party/typescript/tests/baselines/reference/ |
D | objectRestAssignment.types | 36 let overEmit: { a: { ka: string, x: string }[], b: { z: string, ki: string, ku: string }, ke: strin… 37 …ring; x: string;}[]; b: { z: string; ki: string; ku: string;}; ke: string; ko: string;… 45 >ke : string 56 >rest2 : { ke: string; ko: string; } 57 >overEmit : { a: { ka: string; x: string; }[]; b: { z: string; ki: string; ku: string; }; ke: strin… 60 …: { ka: string; x: string; }[]; b: { z: string; ki: string; ku: string; }; ke: string; ko: string;… 61 …: { ka: string; x: string; }[]; b: { z: string; ki: string; ku: string; }; ke: string; ko: string;… 62 >{ a: [{ ...nested2 }, ...y], b: { z, ...c }, ...rest2 } : { ke: string; ko: string; a: [{ ka: stri… 73 >rest2 : { ke: string; ko: string; } 74 >overEmit : { a: { ka: string; x: string; }[]; b: { z: string; ki: string; ku: string; }; ke: strin…
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | material_ms.arb | 44 "reorderItemToStart": "Alih ke permulaan", 45 "reorderItemToEnd": "Alih ke penghujung", 46 "reorderItemUp": "Alih ke atas", 47 "reorderItemDown": "Alih ke bawah", 48 "reorderItemLeft": "Alih ke kiri", 49 "reorderItemRight": "Alih ke kanan",
|
D | material_id.arb | 43 "reorderItemToStart": "Pindahkan ke awal", 44 "reorderItemToEnd": "Pindahkan ke akhir", 47 "reorderItemLeft": "Pindahkan ke kiri", 48 "reorderItemRight": "Pindahkan ke kanan",
|
/third_party/libjpeg-turbo/ |
D | jcarith.c | 464 int tbl, k, ke; in encode_mcu_AC_first() local 485 for (ke = cinfo->Se; ke > 0; ke--) in encode_mcu_AC_first() 490 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) { in encode_mcu_AC_first() 498 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_first() 598 int tbl, k, ke, kex; in encode_mcu_AC_refine() local 619 for (ke = cinfo->Se; ke > 0; ke--) in encode_mcu_AC_refine() 624 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) { in encode_mcu_AC_refine() 632 for (kex = ke; kex > 0; kex--) in encode_mcu_AC_refine() 641 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_refine() 692 int blkn, ci, tbl, k, ke; in encode_mcu() local [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jcarith.c | 464 int tbl, k, ke; in encode_mcu_AC_first() local 485 for (ke = cinfo->Se; ke > 0; ke--) in encode_mcu_AC_first() 490 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) { in encode_mcu_AC_first() 498 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_first() 598 int tbl, k, ke, kex; in encode_mcu_AC_refine() local 619 for (ke = cinfo->Se; ke > 0; ke--) in encode_mcu_AC_refine() 624 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) { in encode_mcu_AC_refine() 632 for (kex = ke; kex > 0; kex--) in encode_mcu_AC_refine() 641 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_refine() 692 int blkn, ci, tbl, k, ke; in encode_mcu() local [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jcarith.c | 464 int tbl, k, ke; in encode_mcu_AC_first() local 485 for (ke = cinfo->Se; ke > 0; ke--) in encode_mcu_AC_first() 490 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) { in encode_mcu_AC_first() 498 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_first() 598 int tbl, k, ke, kex; in encode_mcu_AC_refine() local 619 for (ke = cinfo->Se; ke > 0; ke--) in encode_mcu_AC_refine() 624 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) { in encode_mcu_AC_refine() 632 for (kex = ke; kex > 0; kex--) in encode_mcu_AC_refine() 641 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_refine() 692 int blkn, ci, tbl, k, ke; in encode_mcu() local [all …]
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
D | TransliteratorInputMethod.java | 377 KeyEvent ke = (KeyEvent)event; in dispatchEvent() local 378 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke)); in dispatchEvent() 379 if ((ke.getModifiers() & MODIFIERS) != 0) { in dispatchEvent() 382 if (handleTyped(ke.getKeyChar())) { in dispatchEvent() 383 ke.consume(); in dispatchEvent() 391 KeyEvent ke = (KeyEvent)event; in dispatchEvent() local 392 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke)); in dispatchEvent() 393 if (handlePressed(ke.getKeyCode())) { in dispatchEvent() 394 ke.consume(); in dispatchEvent() 401 KeyEvent ke = (KeyEvent)event; in dispatchEvent() local [all …]
|
/third_party/skia/third_party/externals/icu/source/data/rbnf/ |
D | ms.txt | 9 "0: ke-=#,##0=;", 11 "2: ke-=#,##0=;", 51 "2: ke=%spellout-cardinal=;",
|
/third_party/icu/icu4c/source/data/rbnf/ |
D | ms.txt | 9 "0: ke-=#,##0=;", 11 "2: ke-=#,##0=;", 51 "2: ke=%spellout-cardinal=;",
|
/third_party/python/Modules/_sha3/kcp/ |
D | KeccakP-1600-64.macros | 109 E##ke = Bke ^( Bki & Bko ); \ 110 Ce ^= E##ke; \ 122 A##ke ^= De; \ 123 Bmi = ROL64(A##ke, 10); \ 216 E##ke = Bke ^( Bki & Bko ); \ 225 A##ke ^= De; \ 226 Bmi = ROL64(A##ke, 10); \ 322 E##ke = Bke ^((~Bki)& Bko ); \ 323 Ce ^= E##ke; \ 335 A##ke ^= De; \ [all …]
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
D | main.c | 100 const struct lws_gencrypto_keyelem *ke; in main() local 368 ke = &res->cose_key->meta[COSEKEY_META_KID]; in main() 369 if (ke && ke->buf) in main() 370 lws_hex_from_byte_array(ke->buf, ke->len, in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | az.txt | 1028 "-1"{"keçən cümə"} 1045 "-1"{"keçən C"} 1062 "-1"{"keçən cümə"} 1163 "-1"{"keçən bazar ertəsi"} 1180 "-1"{"keçən BE"} 1197 "-1"{"keçən bazar ertəsi"} 1215 "-1"{"keçən ay"} 1259 "-1"{"keçən rüb"} 1277 "-1"{"keçən rüb"} 1295 "-1"{"keçən rüb"} [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_type.c | 338 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype() local 340 if (ke == LLVMIntegerTypeKind) { in lp_dump_llvmtype() 345 debug_printf("Vector [%u] of %s\n", len, lp_typekind_name(ke)); in lp_dump_llvmtype() 350 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype() local 352 debug_printf("Array [%u] of %s\n", len, lp_typekind_name(ke)); in lp_dump_llvmtype()
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | az.txt | 1161 "-1"{"keçən cümə"} 1178 "-1"{"keçən C"} 1195 "-1"{"keçən cümə"} 1296 "-1"{"keçən bazar ertəsi"} 1313 "-1"{"keçən BE"} 1330 "-1"{"keçən bazar ertəsi"} 1348 "-1"{"keçən ay"} 1392 "-1"{"keçən rüb"} 1410 "-1"{"keçən rüb"} 1428 "-1"{"keçən rüb"} [all …]
|
/third_party/icu/icu4c/source/data/locales/ |
D | az.txt | 1161 "-1"{"keçən cümə"} 1178 "-1"{"keçən C"} 1195 "-1"{"keçən cümə"} 1296 "-1"{"keçən bazar ertəsi"} 1313 "-1"{"keçən BE"} 1330 "-1"{"keçən bazar ertəsi"} 1348 "-1"{"keçən ay"} 1392 "-1"{"keçən rüb"} 1410 "-1"{"keçən rüb"} 1428 "-1"{"keçən rüb"} [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/ |
D | ms.txt | 8 "0: ke-=#,##0=;", 47 "2: ke=%spellout-cardinal=;",
|
D | id.txt | 8 "0: ke-=#,##0=;", 45 "0: ke=%spellout-cardinal=;",
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Hira_Kana.txt | 20 # 2. The Katakana small ka/ke (30F5,30F6) have no 22 # Hiragana ka/ke (304B,3051). This is a one-way 131 # One-way Katakana-Hiragana xform of small K ka/ke to 132 # normal H ka/ke.
|