/third_party/python/Modules/cjkcodecs/ |
D | _codecs_jp.c | 25 unsigned char c1, c2; in ENCODER() local 87 unsigned char c = INBYTE1, c2; in DECODER() local 183 Py_UCS4 c2 = INCHAR2; in ENCODER() local 255 unsigned char c2; in DECODER() local 267 unsigned char c2, c3; in DECODER() local 289 unsigned char c2; in DECODER() local 396 unsigned char c2; in DECODER() local 408 unsigned char c2, c3; in DECODER() local 422 unsigned char c2; in DECODER() local 454 unsigned char c1, c2; in ENCODER() local [all …]
|
D | emu_jisx0213_2000.h | 30 #define EMULATE_JISX0213_2000_DECODE_PLANE1(assi, c1, c2) \ argument 45 #define EMULATE_JISX0213_2000_DECODE_PLANE2(writer, c1, c2) \ argument 50 #define EMULATE_JISX0213_2000_DECODE_PLANE2_CHAR(assi, c1, c2) \ argument
|
/third_party/typescript/tests/cases/compiler/ |
D | augmentedTypesClass2a.ts | 2 class c2 { public foo() { } } // error class 3 function c2() { } // error function 4 var c2 = () => { } variable
|
/third_party/typescript/tests/baselines/reference/ |
D | augmentedTypesClass2a.js | 3 class c2 { public foo() { } } // error class 4 function c2() { } // error function 10 function c2() { function
|
D | privateInterfaceProperties.js | 8 class c2 implements i1 { public name:string; } class 20 var c2 = /** @class */ (function () { function 21 function c2() { function
|
D | commentsFormatting.js | 129 var c2 = /** @class */ (function () { function 130 function c2() { function 226 class c2 { class
|
D | genericAndNonGenericOverload1.js | 6 var c2: callable2<number>; variable 10 var c2; variable
|
D | staticPrototypePropertyOnClass.js | 4 class c2<T> { class 27 var c2 = /** @class */ (function () { function 28 function c2() { function
|
D | methodSignaturesWithOverloads.js | 13 var c2: { variable 25 var c2; variable
|
D | methodSignaturesWithOverloads2.js | 18 var c2: { variable 37 var c2; variable
|
D | ambientModuleExports.js | 20 var c2 = new Foo2.C(); variable 28 var c2 = new Foo2.C(); variable
|
D | unionOfFunctionAndSignatureIsCallable.js | 2 function f1(c1: Function, c2: () => object, callable: typeof c1 | typeof c2) { argument
|
D | unusedClassesinNamespace2.js | 20 var c2 = /** @class */ (function () { function 21 function c2() { function
|
D | functionLiterals.js | 46 var c2: { variable 83 var c2; variable
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_string_utils.c | 104 PCRE2_UCHAR c1, c2; in PRIV() local 132 PCRE2_UCHAR c1, c2; in PRIV() local 159 PCRE2_UCHAR c1, c2; in PRIV() local 188 PCRE2_UCHAR c1, c2; in PRIV() local
|
/third_party/openssl/crypto/bn/ |
D | bn_asm.c | 443 # define mul_add_c(a,b,c0,c1,c2) do { \ argument 452 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument 465 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument 474 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument 482 # define mul_add_c(a,b,c0,c1,c2) do { \ argument 490 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument 500 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument 508 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument 516 # define mul_add_c(a,b,c0,c1,c2) do { \ argument 524 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument [all …]
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | literalTypes2.ts | 25 const c2 = -123; constant 49 const c2 = cond ? 1 : "two"; constant 76 readonly c2 = -123; property in C1 87 const c2: { a : 0 | 1, b: "foo" | "bar" } = { a: 1, b: "foo" }; constant 94 const c2: (1 | "foo")[] = [1, "foo"]; constant 102 const { c1 = true, c2 = 0, c3 = "foo" } = { c1: false, c2: 1, c3: "bar" }; constant
|
D | templateLiteralTypes2.ts | 6 const c2 = `abc${n}`; // `abc${number}` constant 22 const c2 = c1; // Widening type `abc${string}` constant 32 const c2: `foo${string}` | `bar${string}` = c1; // `foo${string}` | `bar${string}` constant 46 const c2: `foo${string}` = `foo${s}`; constant
|
D | literalTypeWidening.ts | 6 const c2 = c1; // Widening type "hello" constant 16 const c2: "foo" | "bar" = c1; // "foo" | "bar" constant 30 const c2 = c1; // Widening type 123 constant 40 const c2: 123 | 456 = c1; // 123 | 456 constant 54 const c2: "foo" = "foo"; constant
|
/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
D | toascii.c | 27 char c2 = toascii(c1); in toascii_0100() local 41 char c2 = toascii(c1); in toascii_0200() local 55 char c2 = toascii(c1); in toascii_0300() local
|
/third_party/ffmpeg/libavcodec/ |
D | libcodec2.c | 56 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_init_common() local 107 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_init_encoder() local 130 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_close() local 139 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_decode() local 169 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_encode() local
|
/third_party/openssl/crypto/bn/asm/ |
D | x86_64-gcc.c | 349 # define mul_add_c(a,b,c0,c1,c2) do { \ argument 361 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument 373 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument 390 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument 395 BN_ULONG c1, c2, c3; in bn_mul_comba8() local 498 BN_ULONG c1, c2, c3; in bn_mul_comba4() local 537 BN_ULONG c1, c2, c3; in bn_sqr_comba8() local 612 BN_ULONG c1, c2, c3; in bn_sqr_comba4() local
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringParameterProperties1.ts | 24 var c2 = new C2(["10", 10, !!10]); variable 25 var [c2_x, c2_y, c2_z] = [c2.x, c2.y, c2.z]; variable
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utrie.h | 185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument 362 #define UTRIE_NEXT16(trie, src, limit, c, c2, result) _UTRIE_NEXT(trie, index, src, limit, c, c2, r… argument 375 #define UTRIE_NEXT32(trie, src, limit, c, c2, result) _UTRIE_NEXT(trie, data32, src, limit, c, c2, … argument 388 #define UTRIE_PREVIOUS16(trie, start, src, c, c2, result) _UTRIE_PREVIOUS(trie, index, start, src, … argument 401 #define UTRIE_PREVIOUS32(trie, start, src, c, c2, result) _UTRIE_PREVIOUS(trie, data32, start, src,… argument 411 #define UTRIE_GET16_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, index, c, c2, result,… argument 421 #define UTRIE_GET32_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, data32, c, c2, result… argument 432 #define UTRIE_GET16_FROM_OFFSET_TRAIL(trie, offset, c2) _UTRIE_GET_RAW(trie, index, offset, (c2)&0x… argument [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | utrie.h | 185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument 362 #define UTRIE_NEXT16(trie, src, limit, c, c2, result) _UTRIE_NEXT(trie, index, src, limit, c, c2, r… argument 375 #define UTRIE_NEXT32(trie, src, limit, c, c2, result) _UTRIE_NEXT(trie, data32, src, limit, c, c2, … argument 388 #define UTRIE_PREVIOUS16(trie, start, src, c, c2, result) _UTRIE_PREVIOUS(trie, index, start, src, … argument 401 #define UTRIE_PREVIOUS32(trie, start, src, c, c2, result) _UTRIE_PREVIOUS(trie, data32, start, src,… argument 411 #define UTRIE_GET16_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, index, c, c2, result,… argument 421 #define UTRIE_GET32_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, data32, c, c2, result… argument 432 #define UTRIE_GET16_FROM_OFFSET_TRAIL(trie, offset, c2) _UTRIE_GET_RAW(trie, index, offset, (c2)&0x… argument [all …]
|