Home
last modified time | relevance | path

Searched refs:xx (Results 1 - 25 of 169) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
H A DcommaOperatorLeftSideUnused.js2 var xx: any; variable
23 xx = (1, 2);
24 xx = ('', xx);
25 xx = (/323/, 5);
26 xx = (`wat`, 'ok'),
27 xx = (true, false);
28 xx = (false, true);
29 xx = (null, xx);
57 var xx; global() variable
[all...]
H A DunicodeEscapesInNames01(target=es5).js9 xx++;
17 xx++;
41 this.xx = 42;
67 this.xx = 42;
93 this.#xx = 42;
119 this.#xx = 42;
134 exports.xx = void 0;
136 exports.xx++;
148 exports.xx = void 0;
149 exports.xx
[all...]
H A DunicodeEscapesInNames01(target=es2015).js9 xx++;
17 xx++;
41 this.xx = 42;
67 this.xx = 42;
93 this.#xx = 42;
119 this.#xx = 42;
130 xx++;
138 xx++;
156 this.xx = 42;
176 this.xx
[all...]
H A DreadonlyMembers.js60 let xx: { readonly [x: string]: string };
61 let s = xx["foo"];
62 xx["foo"] = "abc"; // Error
126 var xx; variable
127 var s = xx["foo"];
128 xx["foo"] = "abc"; // Error
H A DtsxReactEmit7.js10 var n = <div xx-y="val"></div>;
12 var p = <div xx-yy="val"></div>;
16 var b = <div xx="val"></div>;
24 var n = React.createElement("div", { "xx-y": "val" });
26 var p = React.createElement("div", { "xx-yy": "val" });
29 var b = React.createElement("div", { xx: "val" });
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_formats.c127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD),
129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD),
131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB),
133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB),
135 ZX(B, Z16_UNORM, Z16_UNORM, R, R, R, xx, UNORM, Z16, TZ),
136 ZX(A, Z32_FLOAT, Z32_FLOAT, R, R, R, xx, FLOAT, ZF32, TZ),
137 ZX(A, Z24X8_UNORM, Z24_X8_UNORM, R, R, R, xx, UNORM, X8Z24, TZ),
138 SZ(A, X8Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNORM, Z24S8, TZ),
139 ZS(A, Z24_UNORM_S8_UINT, Z24_S8_UNORM, R, R, R, xx, UNORM, S8Z24, TZ),
140 SZ(A, S8_UINT_Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNOR
[all...]
/third_party/toybox/toys/other/
H A Dwatch.c70 unsigned width, height, i, cmdlen, len, xx QUIET, yy QUIET, active QUIET; in watch_main()
116 xx = 0; in watch_main()
156 if (xx==width) { in watch_main()
157 xx = 0; in watch_main()
160 xx += crunch_str(&ss, width-xx, stdout, 0, watch_escape); in watch_main()
161 if (xx==width) { in watch_main()
162 xx = 0; in watch_main()
174 if (cc=='\n') putchar('\r'), xx = 0; in watch_main()
177 if (cc=='\b' && xx) x in watch_main()
[all...]
H A Dhexedit.c71 int x, xx = 16; in draw_line() local
74 if (yy+xx>=TT.len) xx = TT.len-yy; in draw_line()
78 for (x=0; x<xx; x++) printf(" %02X", TT.data[yy+x]); in draw_line()
79 printf("%*s", 2+3*(16-xx), ""); in draw_line()
80 for (x=0; x<xx; x++) draw_char(stdout, TT.data[yy+x]); in draw_line()
81 printf("%*s", 16-xx, ""); in draw_line()
99 static void highlight(int xx, int yy, int side) in highlight() argument
101 char cc = TT.data[16*(TT.base+yy)+xx]; in highlight()
105 tty_jump(2+TT.numlen+3*xx, y in highlight()
[all...]
H A Dpwgen.c40 unsigned xx = 80, yy = 24; in pwgen_main() local
43 if (isatty(1)) terminal_size(&xx, &yy); in pwgen_main()
49 else count = FLAG(1) ? 1 : (xx/(length+1))*(yy-1); in pwgen_main()
72 if (FLAG(1) || (x += length+1)+length>=xx) x = 0; in pwgen_main()
/third_party/ffmpeg/libswscale/
H A Dhscale_fast_bilinear.c29 register unsigned int xx = xpos >> 16; in ff_hyscale_fast_c() local
31 dst[i] = (src[xx] << 7) + (src[xx + 1] - src[xx]) * xalpha; in ff_hyscale_fast_c()
45 register unsigned int xx = xpos >> 16; in ff_hcscale_fast_c() local
47 dst1[i] = (src1[xx] * (xalpha ^ 127) + src1[xx + 1] * xalpha); in ff_hcscale_fast_c()
48 dst2[i] = (src2[xx] * (xalpha ^ 127) + src2[xx + 1] * xalpha); in ff_hcscale_fast_c()
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-586.pl75 $xx="eax";
90 &mov (&DWP(0,$dat,$xx,4),$ty);
92 &inc (&LB($xx));
96 &mov ($tx,&DWP(0,$dat,$xx,4));
109 my @XX=($xx,$out);
145 &mov (&DWP(0,$dat,$xx,4),$ty);
146 &inc ($xx);
148 &movz ($xx,&LB($xx)); # (*)
153 &mov ($tx,&DWP(0,$dat,$xx,
[all...]
/third_party/openssl/crypto/rc4/asm/
H A Drc4-586.pl75 $xx="eax";
90 &mov (&DWP(0,$dat,$xx,4),$ty);
92 &inc (&LB($xx));
96 &mov ($tx,&DWP(0,$dat,$xx,4));
109 my @XX=($xx,$out);
145 &mov (&DWP(0,$dat,$xx,4),$ty);
146 &inc ($xx);
148 &movz ($xx,&LB($xx)); # (*)
153 &mov ($tx,&DWP(0,$dat,$xx,
[all...]
/third_party/toybox/toys/posix/
H A Dsort.c175 char *xx,*yy; in compare_values() local
176 double dx = strtod(x,&xx), dy = strtod(y,&yy); in compare_values()
181 if (x==xx) return y==yy ? 0 : -1; in compare_values()
201 char *xx,*yy; in compare_values() local
203 xx = strptime(x,"%b",&thyme); in compare_values()
206 if (!xx) return !yy ? 0 : -1; in compare_values()
215 long long xx = strtoll(x, &x, 10), yy = strtoll(y, &y, 10); in compare_values() local
217 if (xx<yy) return -1; in compare_values()
218 if (xx>yy) return 1; in compare_values()
220 char xx in compare_values() local
247 char *x, *y, *xx = *(char **)xarg, *yy = *(char **)yarg; compare_keys() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftcalc.c663 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
669 xx = ADD_LONG( FT_MulFix( a->xx, b->xx ), in FT_Matrix_Multiply()
671 xy = ADD_LONG( FT_MulFix( a->xx, b->xy ), in FT_Matrix_Multiply()
673 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ), in FT_Matrix_Multiply()
678 b->xx = xx; in FT_Matrix_Multiply()
690 FT_Pos delta, xx, yy; in FT_EXPORT_DEF() local
697 delta = FT_MulFix( matrix->xx, matri in FT_EXPORT_DEF()
723 FT_Fixed xx, xy, yx, yy; FT_Matrix_Multiply_Scaled() local
[all...]
H A Dftlcdfil.c104 FT_UInt val, xx; in ft_lcd_filter_fir() local
118 for ( xx = 2; xx < width; xx++ ) in ft_lcd_filter_fir()
120 val = line[xx]; in ft_lcd_filter_fir()
127 line[xx - 2] = FT_SHIFTCLAMP( fir[0] ); in ft_lcd_filter_fir()
130 line[xx - 2] = FT_SHIFTCLAMP( fir[1] ); in ft_lcd_filter_fir()
131 line[xx - 1] = FT_SHIFTCLAMP( fir[2] ); in ft_lcd_filter_fir()
215 FT_UInt xx; in _ft_lcd_filter_legacy() local
218 for ( xx in _ft_lcd_filter_legacy()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_hysteresis.c178 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis8() local
188 for (xx = x_min; xx <= x_max; xx++) { in hysteresis8()
189 if ((asrc[xx + yy * alinesize] > t) && !passed(s, xx, yy, w)) { in hysteresis8()
190 dst[xx + yy * dlinesize] = asrc[xx + yy * alinesize]; in hysteresis8()
191 push(s, xx, yy, w); in hysteresis8()
227 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis16() local
[all...]
/third_party/toybox/lib/
H A Dtty.c21 int terminal_size(unsigned *xx, unsigned *yy) in terminal_size() argument
43 if (xx && x) *xx = x; in terminal_size()
53 int terminal_probesize(unsigned *xx, unsigned *yy) in terminal_probesize() argument
55 if (terminal_size(xx, yy) && (!xx || *xx) && (!yy || *yy)) return 1; in terminal_probesize()
176 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy) in scan_key_getsize() argument
200 if (xx) *xx in scan_key_getsize()
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexpm1l.c84 long double px, qx, xx; in expm1l() local
96 xx = C1 + C2; in expm1l()
98 px = floorl(0.5 + x / xx); in expm1l()
107 xx = x * x; in expm1l()
108 qx = x + (0.5 * xx + xx * px / qx); in expm1l()
H A Dexpl.c95 long double px, xx; in expl() local
116 xx = x * x; in expl()
117 px = x * __polevll(xx, P, 2); in expl()
118 x = px/(__polevll(xx, Q, 3) - px); in expl()
/third_party/musl/src/math/
H A Dexpm1l.c84 long double px, qx, xx; in expm1l() local
96 xx = C1 + C2; in expm1l()
98 px = floorl(0.5 + x / xx); in expm1l()
107 xx = x * x; in expm1l()
108 qx = x + (0.5 * xx + xx * px / qx); in expm1l()
H A Dexpl.c95 long double px, xx; in expl() local
116 xx = x * x; in expl()
117 px = x * __polevll(xx, P, 2); in expl()
118 x = px/(__polevll(xx, Q, 3) - px); in expl()
/third_party/skia/src/core/
H A DSkPoint3.cpp40 double xx = x; in Length() local
43 return (float)sqrt(xx * xx + yy * yy + zz * zz); in Length()
70 double xx = fX; in normalize() local
73 invScale = xx * xx + yy * yy + zz * zz; in normalize()
/third_party/ffmpeg/libavcodec/
H A Dsga.c116 for (int xx = 0; xx < 8; xx++) in decode_index_palmap()
117 dst[xx] = pal_idx + tt[xx]; in decode_index_palmap()
170 for (int xx = 0; xx < 8; xx++) in decode_index_tilemap()
171 dst[xx] = pal_idx + tile[xx in decode_index_tilemap()
[all...]
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format-test-positives.c83 int xx = 1) + /*@ unexpected closing parenthesis */
91 (xx /*@0 unclosed parenthesis in expression */
113 (xx+= 2) + /*@ missing space before '+=', reported unless sloppy-spc */
120 xx = a + b /*@ extra single-statement indent off by 1 */
/third_party/openssl/util/
H A Dcheck-format-test-positives.c83 int xx = 1) + /*@ unexpected closing parenthesis */
91 (xx /*@0 unclosed parenthesis in expression */
113 (xx+= 2) + /*@ missing space before '+=', reported unless sloppy-spc */
120 xx = a + b /*@ extra single-statement indent off by 1 */

Completed in 10 milliseconds

1234567