Home
last modified time | relevance | path

Searched refs:c6 (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/third_party/typescript/tests/baselines/reference/
DcommentsClass.js30 class c6 { /// class with statics and constructor2 class
37 var i6 = new c6();
38 var i6_c = c6;
110 var c6 = /** @class */ (function () { function
112 function c6() { function
114 return c6;
116 var i6 = new c6();
117 var i6_c = c6;
174 declare class c6 {
178 declare var i6: c6;
[all …]
DcommentsClass.types66 class c6 { /// class with statics and constructor2
67 >c6 : c6
77 var i6 = new c6();
78 >i6 : c6
79 >new c6() : c6
80 >c6 : typeof c6
82 var i6_c = c6;
83 >i6_c : typeof c6
84 >c6 : typeof c6
DconstDeclarations.symbols20 for(const c5 = 0, c6 = 0; c5 < c6; ) { break; }
22 >c6 : Symbol(c6, Decl(constDeclarations.ts, 9, 17))
24 >c6 : Symbol(c6, Decl(constDeclarations.ts, 9, 17))
DconstDeclarations.types28 for(const c5 = 0, c6 = 0; c5 < c6; ) { break; }
31 >c6 : 0
33 >c5 < c6 : boolean
35 >c6 : 0
DmixinAccessModifiers.js71 f(c4: C4, c5: C5, c6: C6) {
74 c6.p;
84 f(c4: C4, c5: C5, c6: C6) {
87 c6.p;
97 f(c4: C4, c5: C5, c6: C6) {
100 c6.p;
250 C4.prototype.f = function (c4, c5, c6) { argument
253 c6.p;
267 C5.prototype.f = function (c4, c5, c6) { argument
270 c6.p;
[all …]
DcommentsClass.symbols62 class c6 { /// class with statics and constructor2
63 >c6 : Symbol(c6, Decl(commentsClass.ts, 25, 14))
67 >s1 : Symbol(c6.s1, Decl(commentsClass.ts, 28, 10))
73 var i6 = new c6();
75 >c6 : Symbol(c6, Decl(commentsClass.ts, 25, 14))
77 var i6_c = c6;
79 >c6 : Symbol(c6, Decl(commentsClass.ts, 25, 14))
DmixinAccessModifiers.types173 f(c4: C4, c5: C5, c6: C6) {
174 >f : (c4: C4, c5: C5, c6: C6) => void
177 >c6 : C6
189 c6.p;
190 >c6.p : string
191 >c6 : C6
221 f(c4: C4, c5: C5, c6: C6) {
222 >f : (c4: C4, c5: C5, c6: C6) => void
225 >c6 : C6
237 c6.p;
[all …]
DconstDeclarations.js11 for(const c5 = 0, c6 = 0; c5 < c6; ) { break; }
21 for (const c5 = 0, c6 = 0; c5 < c6;) {
DbpSpan_const.baseline46 5 >for(const c5 = 0, c6 = 0; c5 < c6; ) { break; }
51 5 >for(const c5 = 0, c6 = 0; c5 < c6; ) { break; }
54 >c6 = 0
56 5 >for(const c5 = 0, c6 = 0; c5 < c6; ) { break; }
59 >c5 < c6
61 5 >for(const c5 = 0, c6 = 0; c5 < c6; ) { break; }
DliteralTypes2.js30 const c6 = "abc" + "def";
54 const c6: { kind: 123 } = { kind: 123 }; variable
56 const c8 = cond ? c6 : cond ? c7 : "hello";
62 let x6 = c6;
81 readonly c6 = "abc" + "def"; field in C1
216 var c6 = "abc" + "def";
242 var c6 = { kind: 123 }; variable
244 var c8 = cond ? c6 : cond ? c7 : "hello";
250 var x6 = c6;
269 this.c6 = "abc" + "def";
DmixinAccessModifiers.symbols181 f(c4: C4, c5: C5, c6: C6) {
187 >c6 : Symbol(c6, Decl(mixinAccessModifiers.ts, 69, 18))
200 c6.p;
201 >c6.p : Symbol(p, Decl(mixinAccessModifiers.ts, 25, 32), Decl(mixinAccessModifiers.ts, 31, 32))
202 >c6 : Symbol(c6, Decl(mixinAccessModifiers.ts, 69, 18))
231 f(c4: C4, c5: C5, c6: C6) {
237 >c6 : Symbol(c6, Decl(mixinAccessModifiers.ts, 82, 18))
250 c6.p;
251 >c6.p : Symbol(p, Decl(mixinAccessModifiers.ts, 25, 32), Decl(mixinAccessModifiers.ts, 31, 32))
252 >c6 : Symbol(c6, Decl(mixinAccessModifiers.ts, 82, 18))
[all …]
DconstDeclarations-ambient.symbols17 const c6;
18 >c6 : Symbol(c6, Decl(constDeclarations-ambient.ts, 6, 9))
DconstDeclarations-ambient-errors.symbols17 const c6 = 0;
18 >c6 : Symbol(c6, Decl(constDeclarations-ambient-errors.ts, 6, 9))
DambientConstLiterals.js13 const c6 = f(-123); constant
40 var c6 = f(-123); variable
65 declare const c6 = -123;
DconstDeclarations-errors.symbols9 const c3, c4, c5 :string, c6; // error, missing initialicer
13 >c6 : Symbol(c6, Decl(constDeclarations-errors.ts, 3, 25))
DconstDeclarations-invalidContexts.symbols34 const c6 = 0;
35 >c6 : Symbol(c6, Decl(constDeclarations-invalidContexts.ts, 18, 9))
/third_party/typescript/tests/cases/conformance/classes/
DmixinAccessModifiers.ts72 f(c4: C4, c5: C5, c6: C6) {
75 c6.p;
85 f(c4: C4, c5: C5, c6: C6) {
88 c6.p;
98 f(c4: C4, c5: C5, c6: C6) {
101 c6.p;
/third_party/iptables/extensions/
Dlibxt_mac.txlate1 iptables-translate -A INPUT -m mac --mac-source 0a:12:3e:4f:b2:c6 -j DROP
2 nft add rule ip filter INPUT ether saddr 0a:12:3e:4f:b2:c6 counter drop
4 iptables-translate -A INPUT -p tcp --dport 80 -m mac --mac-source 0a:12:3e:4f:b2:c6 -j ACCEPT
5 nft add rule ip filter INPUT tcp dport 80 ether saddr 0a:12:3e:4f:b2:c6 counter accept
/third_party/typescript/tests/cases/compiler/
DcommentsClass.ts33 class c6 { /// class with statics and constructor2 class
40 var i6 = new c6();
41 var i6_c = c6;
DconstDeclarations.ts13 for(const c5 = 0, c6 = 0; c5 < c6; ) { break; } constant
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp3874 __m128i c6 = _mm_load_si128((__m128i*)(source6 + 4 * x)); in resolve() local
3880 c6 = _mm_avg_epu8(c6, c7); in resolve()
3882 c4 = _mm_avg_epu8(c4, c6); in resolve()
3910 __m128i c6 = _mm_load_si128((__m128i*)(source6 + 4 * x)); in resolve() local
3924 c6 = _mm_avg_epu8(c6, c7); in resolve()
3930 c4 = _mm_avg_epu8(c4, c6); in resolve()
4019 unsigned int c6 = *(unsigned int*)(source6 + 4 * x); in resolve() local
4025 c6 = AVERAGE(c6, c7); in resolve()
4027 c4 = AVERAGE(c4, c6); in resolve()
4055 unsigned int c6 = *(unsigned int*)(source6 + 4 * x); in resolve() local
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_colormatrix.c77 int c6; member
222 const int c6 = td->c6; in process_slice_uyvy422() local
233 dstp[x + 2] = CB((c6 * u + c7 * v + 8421376) >> 16); in process_slice_uyvy422()
266 const int c6 = td->c6; in process_slice_yuv444p() local
277 dstpV[x] = CB((c6 * u + c7 * v + 8421376) >> 16); in process_slice_yuv444p()
313 const int c6 = td->c6; in process_slice_yuv422p() local
325 dstpV[x >> 1] = CB((c6 * u + c7 * v + 8421376) >> 16); in process_slice_yuv422p()
363 const int c6 = td->c6; in process_slice_yuv420p() local
377 dstpV[x >> 1] = CB((c6 * u + c7 * v + 8421376) >> 16); in process_slice_yuv420p()
472 td.c6 = color->yuv_convert[color->mode][2][1]; in filter_frame()
Dvf_convolution.c170 …const uint16_t *c6 = (const uint16_t *)c[6], *c7 = (const uint16_t *)c[7], *c8 = (const uint16_t *… in filter16_kirsch() local
176 c6[x] * -3 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
179 c6[x] * -3 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
182 c6[x] * -3 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
185 c6[x] * 5 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
188 c6[x] * 5 + c7[x] * 5 + c8[x] * -3; in filter16_kirsch()
191 c6[x] * 5 + c7[x] * 5 + c8[x] * 5; in filter16_kirsch()
194 c6[x] * -3 + c7[x] * 5 + c8[x] * 5; in filter16_kirsch()
197 c6[x] * -3 + c7[x] * -3 + c8[x] * 5; in filter16_kirsch()
218 const uint8_t *c6 = c[6], *c7 = c[7], *c8 = c[8]; in filter_prewitt() local
[all …]
/third_party/typescript/tests/cases/conformance/types/literal/
DliteralTypes2.ts29 const c6 = "abc" + "def"; constant
53 const c6: { kind: 123 } = { kind: 123 }; constant
55 const c8 = cond ? c6 : cond ? c7 : "hello"; constant
61 let x6 = c6;
80 readonly c6 = "abc" + "def"; property in C1
/third_party/libffi/testsuite/libffi.complex/
Dmany_complex.inc12 _Complex T_C_TYPE c6,
39 T_CONV creal (c6), T_CONV cimag (c6),
48 return (c1+c2-c3-c4+c5+c6+c7-c8-c9-c10-c11+c12+c13);

12345678910>>...13