Home
last modified time | relevance | path

Searched refs:c6 (Results 1 - 25 of 50) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DcommentsClass.js30 class c6 { /// class with statics and constructor2
37 var i6 = new c6();
38 var i6_c = c6;
110 var c6 = /** @class */ (function () {
112 function c6() {
114 return c6;
116 var i6 = new c6();
117 var i6_c = c6;
174 declare class c6 {
178 declare var i6: c6;
[all...]
H A 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) {
253 c6.p;
267 C5.prototype.f = function (c4, c5, c6) {
270 c6
[all...]
H A DliteralTypes2.js30 const c6 = "abc" + "def";
54 const c6: { kind: 123 } = { kind: 123 };
56 const c8 = cond ? c6 : cond ? c7 : "hello";
62 let x6 = c6;
81 readonly c6 = "abc" + "def";
216 var c6 = "abc" + "def";
242 var c6 = { kind: 123 };
244 var c8 = cond ? c6 : cond ? c7 : "hello";
250 var x6 = c6;
269 this.c6
[all...]
H A DambientConstLiterals.js13 const c6 = f(-123);
40 var c6 = f(-123);
65 declare const c6 = -123;
H A DdestructuringParameterDeclaration2.js33 function c6([a, b, [[c = 1]]]) { } function
41 c6([1, 2, [["string"]]]); // Error, implied type is [any, any, [[number]]] // Use initializer
111 function c6(_a) {
120 c6([1, 2, [["string"]]]); // Error, implied type is [any, any, [[number]]] // Use initializer
H A DconstDeclarations-invalidContexts.js20 const c6 = 0;
50 const c6 = 0;
H A DparserAstSpans1.js214 class c6 extends c5 {
415 var c6 = /** @class */ (function (_super) {
416 __extends(c6, _super);
417 function c6() {
422 return c6;
H A DdestructuringArrayBindingPatternAndAssignment1ES6.js46 var [[c5], c6]: [[string|number], boolean] = [[1], true];
92 var [[c5], c6] = [[1], true];
H A DdestructuringVariableDeclaration2.js15 var [c1, c2, { c3: c4, c5 }, , ...c6] = [1, 2, { c3: 4, c5: 0 }]; // Error
34 var _g = [1, 2, { c3: 4, c5: 0 }], c1 = _g[0], c2 = _g[1], _h = _g[2], c4 = _h.c3, c5 = _h.c5, c6 = _g.slice(4); // Error
H A DtsxStatelessFunctionComponentOverload2.js28 const c6 = <OneThing {...obj1} {...{yy: 10000, yy1: "true"}} />
57 var c6 = <OneThing {...obj1} {...{ yy: 10000, yy1: "true" }}/>;
H A DconstDeclarations-validContexts.js24 const c6 = 0;
143 const c6 = 0;
H A DdestructuringArrayBindingPatternAndAssignment2.js35 var [c4, c5, c6] = foo(1); // Error
69 var _g = foo(1), c4 = _g[0], c5 = _g[1], c6 = _g[2]; // Error
H A DgenericsManyTypeParameters.js27 x6: a519, y6: a26, z6: a36, a6: a46, b6: a56, c6: a66,
47 x6 , y6 , z6 , a6 , b6 , c6,
63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
69 x6, y6, z6, a6, b6, c6,
H A DstaticFieldWithInterfaceContext.js20 let [ c6 ]: [I] = [class { static x = { a: "a" } }];
87 var c6 = [(_h = /** @class */ (function () { variable
H A DdestructuringArrayBindingPatternAndAssignment1ES5.js46 var [[c5], c6]: [[string|number], boolean] = [[1], true];
103 var _h = [[1], true], c5 = _h[0][0], c6 = _h[1];
H A DtsxStatelessFunctionComponentOverload4.js19 const c6 = <OneThing {...obj2} {...{extra: "extra attr"}} />; // Should error as there is extra attribute that doesn't match any. Current it is not
56 var c6 = <OneThing {...obj2} {...{ extra: "extra attr" }}/>; // Should error as there is extra attribute that doesn't match any. Current it is not
/third_party/ffmpeg/libavfilter/
H A 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 * in process_slice_yuv422p()
363 const int c6 = td->c6; process_slice_yuv420p() local
[all...]
H A Dvf_convolution.c188 const uint16_t *c6 = (const uint16_t *)c[6], *c7 = (const uint16_t *)c[7], *c8 = (const uint16_t *)c[8]; in filter16_kirsch() local
194 c6[x] * -3 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
197 c6[x] * -3 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
200 c6[x] * -3 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
203 c6[x] * 5 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
206 c6[x] * 5 + c7[x] * 5 + c8[x] * -3; in filter16_kirsch()
209 c6[x] * 5 + c7[x] * 5 + c8[x] * 5; in filter16_kirsch()
212 c6[x] * -3 + c7[x] * 5 + c8[x] * 5; in filter16_kirsch()
215 c6[x] * -3 + c7[x] * -3 + c8[x] * 5; in filter16_kirsch()
236 const uint8_t *c6 in filter_prewitt() local
271 const uint8_t *c6 = c[6], *c7 = c[7], *c8 = c[8]; filter_sobel() local
291 const uint8_t *c6 = c[6], *c7 = c[7], *c8 = c[8]; filter_scharr() local
313 const uint8_t *c6 = c[6], *c7 = c[7], *c8 = c[8]; filter_kirsch() local
502 const uint8_t *c6 = c[6], *c7 = c[7], *c8 = c[8]; filter_3x3() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A 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 in resolve()
4055 unsigned int c6 = *(unsigned int*)(source6 + 4 * x); resolve() local
4168 __m128i c6 = _mm_load_si128((__m128i*)(source6 + 4 * x)); resolve() local
4204 __m128i c6 = _mm_load_si128((__m128i*)(source6 + 4 * x)); resolve() local
4313 unsigned int c6 = *(unsigned int*)(source6 + 4 * x); resolve() local
4349 unsigned int c6 = *(unsigned int*)(source6 + 4 * x); resolve() local
4461 __m128i c6 = _mm_load_si128((__m128i*)(source6 + 8 * x)); resolve() local
4497 __m128i c6 = _mm_load_si128((__m128i*)(source6 + 8 * x)); resolve() local
4606 unsigned int c6 = *(unsigned int*)(source6 + 4 * x); resolve() local
4642 unsigned int c6 = *(unsigned int*)(source6 + 4 * x); resolve() local
4756 __m128 c6 = _mm_load_ps((float*)(source6 + 4 * x)); resolve() local
4793 __m128 c6 = _mm_load_ps((float*)(source6 + 4 * x)); resolve() local
4903 float c6 = *(float*)(source6 + 4 * x); resolve() local
4940 float c6 = *(float*)(source6 + 4 * x); resolve() local
5053 __m128 c6 = _mm_load_ps((float*)(source6 + 8 * x)); resolve() local
5090 __m128 c6 = _mm_load_ps((float*)(source6 + 8 * x)); resolve() local
5200 float c6 = *(float*)(source6 + 4 * x); resolve() local
5237 float c6 = *(float*)(source6 + 4 * x); resolve() local
5352 __m128 c6 = _mm_load_ps((float*)(source6 + 16 * x)); resolve() local
5389 __m128 c6 = _mm_load_ps((float*)(source6 + 16 * x)); resolve() local
5499 float c6 = *(float*)(source6 + 4 * x); resolve() local
5536 float c6 = *(float*)(source6 + 4 * x); resolve() local
5675 __m128i c6 = _mm_load_si128((__m128i*)(source6 + 2 * x)); resolve() local
5740 __m128i c6 = _mm_load_si128((__m128i*)(source6 + 2 * x)); resolve() local
5902 unsigned short c6 = *(unsigned short*)(source6 + 2 * x); resolve() local
5938 unsigned short c6 = *(unsigned short*)(source6 + 2 * x); resolve() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dxvididct.c64 const unsigned c6 = tab[5]; in idct_row() local
73 const unsigned a1 = k + c6 * in[2]; in idct_row()
74 const unsigned a2 = k - c6 * in[2]; in idct_row()
118 const unsigned int a0 = k + c2 * in[2] + c4 * in[4] + c6 * in[6]; in idct_row()
119 const unsigned int a1 = k + c6 * in[2] - c4 * in[4] - c2 * in[6]; in idct_row()
120 const unsigned int a2 = k - c6 * in[2] - c4 * in[4] + c2 * in[6]; in idct_row()
121 const unsigned int a3 = k - c2 * in[2] + c4 * in[4] - c6 * in[6]; in idct_row()
/third_party/ffmpeg/libavcodec/mips/
H A Dvp3dsp_idct_msa.c35 v4i32 c0, c1, c2, c3, c4, c5, c6, c7; in idct_msa() local
180 c4, c5, c6, c7); in idct_msa()
188 H += c6; in idct_msa()
217 Gd = Add + c6; in idct_msa()
288 c4, c5, c6, c7); in idct_msa()
296 H += c6; in idct_msa()
325 Gd = Add + c6; in idct_msa()
387 v4i32 c0, c1, c2, c3, c4, c5, c6, c7; in ff_vp3_idct_dc_add_msa() local
397 c4, c5, c6, c7); in ff_vp3_idct_dc_add_msa()
401 ILVR_H4_SW(zero, c4, zero, c5, zero, c6, zer in ff_vp3_idct_dc_add_msa()
489 v8i16 c0, c1, c2, c3, c4, c5, c6, c7; ff_vp3_h_loop_filter_msa() local
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D2-2.c88 6: NULL pa6 c6 (64)
132 static void c6(void) in c6() function
264 ret = pthread_atfork(NULL, pa6, c6); in main()
/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H A Dwp_block.c181 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
192 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
193 c7,c0,c1,c2,c3,c4,c5,c6, \
194 c6,c7,c0,c1,c2,c3,c4,c5, \
195 c5,c6,c7,c0,c1,c2,c3,c4, \
196 c4,c5,c6,c7,c0,c1,c2,c3, \
197 c3,c4,c5,c6,c7,c0,c1,c2, \
198 c2,c3,c4,c5,c6,c
[all...]
/third_party/openssl/crypto/whrlpool/
H A Dwp_block.c181 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
192 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
193 c7,c0,c1,c2,c3,c4,c5,c6, \
194 c6,c7,c0,c1,c2,c3,c4,c5, \
195 c5,c6,c7,c0,c1,c2,c3,c4, \
196 c4,c5,c6,c7,c0,c1,c2,c3, \
197 c3,c4,c5,c6,c7,c0,c1,c2, \
198 c2,c3,c4,c5,c6,c
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_convolution.asm52 cglobal filter_3x3, 4, 15, 7, dst, width, matrix, ptr, c0, c1, c2, c3, c4, c5, c6, c7, c8, r, x
54 cglobal filter_3x3, 4, 15, 7, dst, width, rdiv, bias, matrix, ptr, c0, c1, c2, c3, c4, c5, c6, c7, c8, r, x
62 DEFINE_ARGS dst, width, matrix, ptr, c0, c1, c2, c3, c4, c5, c6, c7, c8, r, x

Completed in 29 milliseconds

12