Home
last modified time | relevance | path

Searched refs:c1 (Results 1 - 25 of 1192) sorted by relevance

12345678910>>...48

/third_party/typescript/tests/baselines/reference/
H A DprivacyImportParseErrors.js4 export class c1 {
7 return new c1;
9 export var v1 = c1;
10 export var v2: c1;
14 export class c1 {
17 return new c1;
19 export var v1 = c1;
20 export var v2: c1;
25 export class c1 {
27 export var v1: { new (): c1; };
[all...]
H A DprivacyGloImportParseErrors.js4 export class c1 {
7 return new c1;
9 export var v1 = c1;
10 export var v2: c1;
14 export class c1 {
17 return new c1;
19 export var v1 = c1;
20 export var v2: c1;
25 export class c1 {
27 export var v1: { new (): c1; };
[all...]
H A DprivacyGloImport.js4 export class c1 {
7 return new c1;
9 export var v1 = c1;
10 export var v2: c1;
14 export class c1 {
17 return new c1;
19 export var v1 = c1;
20 export var v2: c1;
25 // export class c1 {
27 // export var v1: { new (): c1; };
[all...]
H A DprivacyImport.js4 export class c1 {
7 return new c1;
9 export var v1 = c1;
10 export var v2: c1;
14 export class c1 {
17 return new c1;
19 export var v1 = c1;
20 export var v2: c1;
25 // export class c1 {
27 // export var v1: { new (): c1; };
[all...]
H A DcommentsClassMembers.js2 /** This is comment for c1*/
3 class c1 {
4 /** p1 is property of c1*/
18 /** pp1 is property of c1*/
35 /** s1 is static property of c1*/
39 return c1.s1 + b;
43 return c1.s2(c1.s1);
47 c1.s1 = c1
[all...]
H A DcollisionCodeGenModuleWithModuleReopening.js8 export class c1 {
10 var b = new c1();
13 var foo2 = new m1.c1();
16 export class c1 {
19 var x = new c1();
21 var foo3 = new m2.c1();
27 var c = new c1();
29 var foo3 = new m2.c1();
44 var c1 = /** @class */ (function () {
45 function c1() {
[all...]
H A DgenericClassWithObjectTypeArgsAndConstraints.js26 var c1 = new X<C>();
29 var r = g.foo(c1, d1);
30 var r2 = g.foo(c1, c1);
39 var r = g2.foo2(c1, d1);
40 var r2 = g2.foo2(c1, c1);
48 var c1 = new X<C>();
51 var r = g.foo(c1, d1);
52 var r2 = g.foo(c1, c
[all...]
H A DliteralTypeWidening.js5 const c1 = "hello"; // Widening type "hello"
6 let v1 = c1; // Type string
7 const c2 = c1; // Widening type "hello"
11 const c4: "hello" = c1; // Type "hello"
16 const c1 = cond ? "foo" : "bar"; // widening "foo" | widening "bar"
17 const c2: "foo" | "bar" = c1; // "foo" | "bar"
18 const c3 = cond ? c1 : c2; // "foo" | "bar"
21 let v1 = c1; // string
29 const c1 = 123; // Widening type 123
30 let v1 = c1; // Typ
[all...]
H A DgenericCallWithObjectTypeArgsAndConstraints.js23 var c1 = new X<C>();
25 var r = foo(c1, d1);
26 var r2 = foo(c1, c1);
33 var r = foo2(c1, d1);
34 var r2 = foo2(c1, c1);
58 var c1 = new X();
60 var r = foo(c1, d1);
61 var r2 = foo(c1, c
[all...]
H A DprivacyInterface.js13 (c1: C1_public);
14 (c1: C2_private);
18 new (c1: C1_public);
19 new (c1: C2_private);
40 (c1: C1_public);
41 (c1: C2_private);
45 new (c1: C1_public);
46 new (c1: C2_private);
79 (c1: C1_public);
80 (c1
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c113 BN_ULONG c1 = 0; in bn_mul_add_words() local
116 return c1; in bn_mul_add_words()
119 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words()
120 mul_add(rp[1], ap[1], w, c1); in bn_mul_add_words()
121 mul_add(rp[2], ap[2], w, c1); in bn_mul_add_words()
122 mul_add(rp[3], ap[3], w, c1); in bn_mul_add_words()
128 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words()
130 return c1; in bn_mul_add_words()
131 mul_add(rp[1], ap[1], w, c1); in bn_mul_add_words()
133 return c1; in bn_mul_add_words()
143 BN_ULONG c1 = 0; bn_mul_words() local
395 BN_ULONG c1, c2, c3; bn_mul_comba8() local
498 BN_ULONG c1, c2, c3; bn_mul_comba4() local
537 BN_ULONG c1, c2, c3; bn_sqr_comba8() local
612 BN_ULONG c1, c2, c3; bn_sqr_comba4() local
[all...]
H A Ds390x.S364 #define c1 %r1 define
368 #define mul_add_c(ai,bi,c1,c2,c3) \
371 algr c1,%r7; \
382 lghi c1,0
387 mul_add_c(0,0,c1,c2,c3);
388 stg c1,0*8(%r2)
389 lghi c1,0
391 mul_add_c(0,1,c2,c3,c1);
392 mul_add_c(1,0,c2,c3,c1);
396 mul_add_c(2,0,c3,c1,c
[all...]
H A Dco-586.pl28 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
44 &adc($c1,"edx");
56 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
74 &adc($c1,"edx");
85 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
106 &adc($c1,"edx");
118 local($a,$b,$c0,$c1,$c2);
125 $c1="ecx";
145 &xor($c1,$c1);
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c113 BN_ULONG c1 = 0; in bn_mul_add_words() local
116 return c1; in bn_mul_add_words()
119 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words()
120 mul_add(rp[1], ap[1], w, c1); in bn_mul_add_words()
121 mul_add(rp[2], ap[2], w, c1); in bn_mul_add_words()
122 mul_add(rp[3], ap[3], w, c1); in bn_mul_add_words()
128 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words()
130 return c1; in bn_mul_add_words()
131 mul_add(rp[1], ap[1], w, c1); in bn_mul_add_words()
133 return c1; in bn_mul_add_words()
143 BN_ULONG c1 = 0; bn_mul_words() local
395 BN_ULONG c1, c2, c3; bn_mul_comba8() local
498 BN_ULONG c1, c2, c3; bn_mul_comba4() local
537 BN_ULONG c1, c2, c3; bn_sqr_comba8() local
612 BN_ULONG c1, c2, c3; bn_sqr_comba4() local
[all...]
H A Ds390x.S364 #define c1 %r1 define
368 #define mul_add_c(ai,bi,c1,c2,c3) \
371 algr c1,%r7; \
382 lghi c1,0
387 mul_add_c(0,0,c1,c2,c3);
388 stg c1,0*8(%r2)
389 lghi c1,0
391 mul_add_c(0,1,c2,c3,c1);
392 mul_add_c(1,0,c2,c3,c1);
396 mul_add_c(2,0,c3,c1,c
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_asm.c20 BN_ULONG c1 = 0; in bn_mul_add_words() local
24 return c1; in bn_mul_add_words()
28 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words()
29 mul_add(rp[1], ap[1], w, c1); in bn_mul_add_words()
30 mul_add(rp[2], ap[2], w, c1); in bn_mul_add_words()
31 mul_add(rp[3], ap[3], w, c1); in bn_mul_add_words()
38 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words()
44 return c1; in bn_mul_add_words()
49 BN_ULONG c1 = 0; in bn_mul_words() local
53 return c1; in bn_mul_words()
593 BN_ULONG c1, c2, c3; bn_mul_comba8() local
696 BN_ULONG c1, c2, c3; bn_mul_comba4() local
735 BN_ULONG c1, c2, c3; bn_sqr_comba8() local
810 BN_ULONG c1, c2, c3; bn_sqr_comba4() local
860 BN_ULONG c0, c1, ml, *tp, n0; bn_mul_mont() local
1003 BN_ULONG c0, c1, *tp, n0 = *n0p; bn_mul_mont() local
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_asm.c20 BN_ULONG c1 = 0; in bn_mul_add_words() local
24 return c1; in bn_mul_add_words()
28 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words()
29 mul_add(rp[1], ap[1], w, c1); in bn_mul_add_words()
30 mul_add(rp[2], ap[2], w, c1); in bn_mul_add_words()
31 mul_add(rp[3], ap[3], w, c1); in bn_mul_add_words()
38 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words()
44 return c1; in bn_mul_add_words()
49 BN_ULONG c1 = 0; in bn_mul_words() local
53 return c1; in bn_mul_words()
593 BN_ULONG c1, c2, c3; bn_mul_comba8() local
696 BN_ULONG c1, c2, c3; bn_mul_comba4() local
735 BN_ULONG c1, c2, c3; bn_sqr_comba8() local
810 BN_ULONG c1, c2, c3; bn_sqr_comba4() local
860 BN_ULONG c0, c1, ml, *tp, n0; bn_mul_mont() local
1003 BN_ULONG c0, c1, *tp, n0 = *n0p; bn_mul_mont() local
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dconvolute.c44 /* Convolute the data in c1 and c2. Result is in c1. */
46 fnt_convolute(mpd_uint_t *c1, mpd_uint_t *c2, mpd_size_t n, int modnum) in fnt_convolute() argument
76 if (!fnt(c1, n, modnum)) { in fnt_convolute()
83 mpd_uint_t x0 = c1[i]; in fnt_convolute()
85 mpd_uint_t x1 = c1[i+1]; in fnt_convolute()
88 c1[i] = x0; in fnt_convolute()
89 c1[i+1] = x1; in fnt_convolute()
92 if (!inv_fnt(c1, n, modnum)) { in fnt_convolute()
96 mpd_uint_t x0 = c1[ in fnt_convolute()
113 fnt_autoconvolute(mpd_uint_t *c1, mpd_size_t n, int modnum) fnt_autoconvolute() argument
[all...]
/third_party/python/Tools/unicode/
H A Dgenmap_japanese.py94 for c1, m in sjisdecmap.items():
97 sjisencmap[code >> 8][code & 0xff] = c1 << 8 | c2
98 for c1, m in cp932decmap.items():
102 cp932encmap[code >> 8][code & 0xff] = c1 << 8 | c2
103 for c1, m in cp932encmap.copy().items():
105 if c1 in sjisencmap and c2 in sjisencmap[c1] and sjisencmap[c1][c2] == code:
106 del cp932encmap[c1][c2]
107 if not cp932encmap[c1]
[all...]
/third_party/python/Modules/cjkcodecs/
H A D_codecs_jp.c25 unsigned char c1, c2; in ENCODER() local
61 c1 = code >> 8; in ENCODER()
63 c2 = (((c1 - 0x21) & 1) ? 0x5e : 0) + (c2 - 0x21); in ENCODER()
64 c1 = (c1 - 0x21) >> 1; in ENCODER()
65 OUTBYTE1(c1 < 0x1f ? c1 + 0x81 : c1 + 0xc1); in ENCODER()
70 c1 = (Py_UCS4)(c - 0xe000) / 188; in ENCODER()
72 OUTBYTE1(c1 in ENCODER()
454 unsigned char c1, c2; ENCODER() local
522 unsigned char c1, c2; DECODER() local
569 int c1, c2; ENCODER() local
674 unsigned char c1, c2; DECODER() local
[all...]
H A Demu_jisx0213_2000.h30 #define EMULATE_JISX0213_2000_DECODE_PLANE1(assi, c1, c2) \
32 (((c1) == 0x2E && (c2) == 0x21) || \
33 ((c1) == 0x2F && (c2) == 0x7E) || \
34 ((c1) == 0x4F && (c2) == 0x54) || \
35 ((c1) == 0x4F && (c2) == 0x7E) || \
36 ((c1) == 0x74 && (c2) == 0x27) || \
37 ((c1) == 0x7E && (c2) == 0x7A) || \
38 ((c1) == 0x7E && (c2) == 0x7B) || \
39 ((c1) == 0x7E && (c2) == 0x7C) || \
40 ((c1)
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_string_utils.c104 PCRE2_UCHAR c1, c2; in strcmp() local
107 c1 = *str1++; in strcmp()
109 if (c1 != c2) return ((c1 > c2) << 1) - 1; in strcmp()
132 PCRE2_UCHAR c1, c2; in strcmp_c8() local
135 c1 = *str1++; in strcmp_c8()
137 if (c1 != c2) return ((c1 > c2) << 1) - 1; in strcmp_c8()
159 PCRE2_UCHAR c1, c2; in strncmp() local
162 c1 in strncmp()
188 PCRE2_UCHAR c1, c2; strncmp_c8() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dunormcmp.cpp63 * get one code unit c1 from s1 (-1 if end of source)
69 * if(c1==c2) {
73 * // c1!=c2
74 * try to decompose/case-fold c1/c2, and continue if one does;
76 * // still c1!=c2 and neither decomposes/case-folds, return result
77 * return c1-c2;
169 UChar32 c1, c2, cp1, cp2; in unorm_cmpEquivFold() local
205 c1=c2=-1; in unorm_cmpEquivFold()
214 if(c1<0) { in unorm_cmpEquivFold()
217 if(s1==limit1 || ((c1 in unorm_cmpEquivFold()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunormcmp.cpp63 * get one code unit c1 from s1 (-1 if end of source)
69 * if(c1==c2) {
73 * // c1!=c2
74 * try to decompose/case-fold c1/c2, and continue if one does;
76 * // still c1!=c2 and neither decomposes/case-folds, return result
77 * return c1-c2;
169 UChar32 c1, c2, cp1, cp2; in unorm_cmpEquivFold() local
205 c1=c2=-1; in unorm_cmpEquivFold()
214 if(c1<0) { in unorm_cmpEquivFold()
217 if(s1==limit1 || ((c1 in unorm_cmpEquivFold()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dunormcmp.cpp63 * get one code unit c1 from s1 (-1 if end of source)
69 * if(c1==c2) {
73 * // c1!=c2
74 * try to decompose/case-fold c1/c2, and continue if one does;
76 * // still c1!=c2 and neither decomposes/case-folds, return result
77 * return c1-c2;
169 UChar32 c1, c2, cp1, cp2; in unorm_cmpEquivFold() local
205 c1=c2=-1; in unorm_cmpEquivFold()
214 if(c1<0) { in unorm_cmpEquivFold()
217 if(s1==limit1 || ((c1 in unorm_cmpEquivFold()
[all...]

Completed in 14 milliseconds

12345678910>>...48