Home
last modified time | relevance | path

Searched refs:xc (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
DinternalAliasClassInsideTopLevelModuleWithoutExport.types18 import xc = x.c;
19 >xc : typeof xc
21 >c : xc
23 export var cProp = new xc();
24 >cProp : xc
25 >new xc() : xc
26 >xc : typeof xc
32 >cProp : xc
DinternalAliasClassInsideTopLevelModuleWithExport.types18 export import xc = x.c;
19 >xc : typeof xc
21 >c : xc
23 export var cProp = new xc();
24 >cProp : xc
25 >new xc() : xc
26 >xc : typeof xc
32 >cProp : xc
DinternalAliasClassInsideTopLevelModuleWithExport.symbols18 export import xc = x.c;
19 >xc : Symbol(xc, Decl(internalAliasClassInsideTopLevelModuleWithExport.ts, 6, 1))
21 >c : Symbol(xc, Decl(internalAliasClassInsideTopLevelModuleWithExport.ts, 0, 17))
23 export var cProp = new xc();
25 >xc : Symbol(xc, Decl(internalAliasClassInsideTopLevelModuleWithExport.ts, 6, 1))
29 >cProp.foo : Symbol(xc.foo, Decl(internalAliasClassInsideTopLevelModuleWithExport.ts, 1, 20))
31 >foo : Symbol(xc.foo, Decl(internalAliasClassInsideTopLevelModuleWithExport.ts, 1, 20))
DinternalAliasClassInsideTopLevelModuleWithoutExport.symbols18 import xc = x.c;
19 >xc : Symbol(xc, Decl(internalAliasClassInsideTopLevelModuleWithoutExport.ts, 6, 1))
21 >c : Symbol(xc, Decl(internalAliasClassInsideTopLevelModuleWithoutExport.ts, 0, 17))
23 export var cProp = new xc();
25 >xc : Symbol(xc, Decl(internalAliasClassInsideTopLevelModuleWithoutExport.ts, 6, 1))
29 >cProp.foo : Symbol(xc.foo, Decl(internalAliasClassInsideTopLevelModuleWithoutExport.ts, 1, 20))
31 >foo : Symbol(xc.foo, Decl(internalAliasClassInsideTopLevelModuleWithoutExport.ts, 1, 20))
DinternalAliasClassInsideTopLevelModuleWithExport.js10 export import xc = x.c;
11 export var cProp = new xc();
17 exports.cProp = exports.xc = exports.x = void 0;
30 exports.xc = x.c;
31 exports.cProp = new exports.xc();
41 export import xc = x.c;
42 export declare var cProp: xc;
DinternalAliasClassInsideTopLevelModuleWithoutExport.js10 import xc = x.c;
11 export var cProp = new xc();
30 var xc = x.c; variable
31 exports.cProp = new xc();
41 import xc = x.c;
42 export declare var cProp: xc;
/third_party/FreeBSD/contrib/gdtoa/
Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
55 xc = c->x;
56 xe = xc + b->wds;
63 Storeinc(xc, z, y);
65 while(xc < xe);
67 while(xc < xe) {
72 Storeinc(xc, z, y);
78 *xc++ = y & 0xffff;
80 while(xc < xe);
82 while(xc < xe) {
[all …]
Dmisc.c274 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
308 xc = xc0;
311 z = *x++ * (ULLong)y + *xc + carry;
313 *xc++ = z & 0xffffffffUL;
316 *xc = carry;
324 xc = xc0;
327 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
329 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
331 Storeinc(xc, z2, z);
334 *xc = carry;
[all …]
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.rc4 #define xc 336
18 #define g2xs (xc - g1xs - gSpace)
31 LTEXT "E&xtract to:", IDT_EXTRACT_EXTRACT_TO, m, m, xc, 8
32 COMBOBOX IDC_EXTRACT_PATH, m, m + 12, xc - bxsDots - 12, 100, MY_COMBO_WITH_EDIT
68 #undef xc
71 #define xc 152
81 LTEXT "E&xtract to:", IDT_EXTRACT_EXTRACT_TO, m, m, xc - bxsDots - 8, 8
82 COMBOBOX IDC_EXTRACT_PATH, m, m + 12, xc - bxsDots - 8, 100, MY_COMBO_WITH_EDIT
86 COMBOBOX IDC_EXTRACT_PATH_MODE, m + g1xs, m + 36, xc - g1xs, 100, MY_COMBO
89 COMBOBOX IDC_EXTRACT_OVERWRITE_MODE, m + g1xs, m + 56, xc - g1xs, 100, MY_COMBO
[all …]
/third_party/elfutils/tests/
Drun-test-includes.sh6 | ${CC} -c -o /dev/null -I ${abs_srcdir}/../libelf -xc -
8 | ${CC} -c -o /dev/null -I ${abs_srcdir}/../libelf -xc -
12 -I ${abs_srcdir}/../libdw -xc -
15 -I ${abs_srcdir}/../libdw -xc -
19 -I ${abs_srcdir}/../libdw -I ${abs_srcdir}/../libdwfl -xc -
22 -I ${abs_srcdir}/../libdw -I ${abs_srcdir}/../libdwelf -xc -
26 -I ${abs_srcdir}/../libasm -xc -
/third_party/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.rc4 #define xc 280
14 #define fx (xc - iconSize - m)
24 LTEXT "Destination folder already contains processed file.", IDT_OVERWRITE_HEADER, m, 7, xc, 8
25 LTEXT "Would you like to replace the existing file", IDT_OVERWRITE_QUESTION_BEGIN, m, 28, xc, 8
30 LTEXT "with this one?", IDT_OVERWRITE_QUESTION_END, m, 98, xc, 8
47 #undef xc
51 #define xc 152
67 LTEXT "Would you like to replace the existing file", IDT_OVERWRITE_QUESTION_BEGIN, m, m, xc, 8
72 LTEXT "with this one?", IDT_OVERWRITE_QUESTION_END, m, 60, xc, 8
DPasswordDialog.rc4 #define xc 140
10 LTEXT "&Enter password:", IDT_PASSWORD_ENTER, m, m, xc, 8
11 EDITTEXT IDE_PASSWORD_PASSWORD, m, 20, xc, 14, ES_PASSWORD | ES_AUTOHSCROLL
12 CONTROL "&Show password", IDX_PASSWORD_SHOW, MY_CHECKBOX, m, 42, xc, 10
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
Dresource.rc10 #define xc 240
18 LTEXT "E&xtract to:", IDT_EXTRACT_EXTRACT_TO, m, m, xc, 8
19 EDITTEXT IDC_EXTRACT_PATH, m, 21, xc - bxsDots - 12, 14, ES_AUTOHSCROLL
27 #undef xc
28 #define xc 144
33 LTEXT "E&xtract to:", IDT_EXTRACT_EXTRACT_TO, m, m, xc - bxsDots - 12, 8
34 EDITTEXT IDC_EXTRACT_PATH, m, m + bys + 4, xc, 14, ES_AUTOHSCROLL
/third_party/mesa3d/docs/
DlibGL.txt91 libGL.so is built inside XFree86 with sources found in xc/lib/GL/.
94 xc/lib/GL/glx/*.c
95 xc/lib/dri/XF86dri.c
96 xc/lib/dri/dri_glx.c
97 xc/lib/GL/mesa/src/glapi.c
98 xc/lib/GL/mesa/src/glapitemp.h
99 xc/lib/GL/mesa/src/glapitable.h
100 xc/lib/GL/mesa/src/glapioffsets.h
101 xc/lib/GL/mesa/src/glapinoop.c
102 xc/lib/GL/mesa/src/glheader.h
[all …]
/third_party/lame/libmp3lame/i386/
Dchoose_table.nas85 dd 0x000a0009,0xb,0x000b000a,0xc,0x000a0009,0xb,0x000a000a,0xb,0x00000000,0x0,0x00070005,0x7
87 dd 0x00080007,0x8,0x00080007,0x9,0x00090008,0xa,0x000b0008,0xb,0x000a0009,0xc,0x000c000a,0xc
88 dd 0x000a000a,0xb,0x000b000a,0xc,0x00000000,0x0,0x00090007,0x8,0x000a0007,0x9,0x000a0008,0xa
90 dd 0x000a0009,0xb,0x000b0009,0xc,0x000b000a,0xc,0x000c000a,0xc,0x000b000a,0xc,0x000c000b,0xc
92 dd 0x000c000b,0xc,0x00000000,0x0,0x00090009,0xa,0x000a0009,0xb,0x000b000a,0xc,0x000c000a,0xc
93 dd 0x000c000a,0xd,0x000d000b,0xd,0x000c000a,0xc,0x000d000b,0xd,0x00000000,0x0,0x000a0009,0x9
94 dd 0x000a0009,0xa,0x000b000a,0xb,0x000b000a,0xc,0x000d000b,0xc,0x000d000b,0xc,0x00000000,0x0
95 dd 0x00090009,0x9,0x00090009,0xa,0x00090009,0xb,0x000a000a,0xc,0x000b000a,0xc,0x000c000b,0xc
98 dd 0x000a000a,0xb,0x000b000b,0xc,0x000c000b,0xc,0x000c000b,0xd,0x000c000b,0xd,0x000c000c,0xd
/third_party/musl/src/math/
Dhypot.c13 double_t xh, xl, xc; in sq() local
15 xc = (double_t)x*SPLIT; in sq()
16 xh = x - xc + xc; in sq()
Dhypotl.c17 long double xh, xl, xc; in sq() local
18 xc = x*SPLIT; in sq()
19 xh = x - xc + xc; in sq()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dhypot.c13 double_t xh, xl, xc; in sq() local
15 xc = (double_t)x*SPLIT; in sq()
16 xh = x - xc + xc; in sq()
Dhypotl.c17 long double xh, xl, xc; in sq() local
18 xc = x*SPLIT; in sq()
19 xh = x - xc + xc; in sq()
/third_party/node/deps/openssl/openssl/crypto/sha/
Dsha_local.h89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
90 Xupdate(f,xi,xa,xb,xc,xd); \
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
95 Xupdate(f,xi,xa,xb,xc,xd); \
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
100 Xupdate(f,xa,xa,xb,xc,xd); \
104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
105 Xupdate(f,xa,xa,xb,xc,xd); \
109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
110 Xupdate(f,xa,xa,xb,xc,xd); \
[all …]
/third_party/openssl/crypto/sha/
Dsha_local.h89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
90 Xupdate(f,xi,xa,xb,xc,xd); \
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
95 Xupdate(f,xi,xa,xb,xc,xd); \
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
100 Xupdate(f,xa,xa,xb,xc,xd); \
104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
105 Xupdate(f,xa,xa,xb,xc,xd); \
109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
110 Xupdate(f,xa,xa,xb,xc,xd); \
[all …]
/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp213 const auto xc = Coeffs(fXSelector), in buildEffectShader() local
219 xc.dr*s.x, yc.dr*s.y, 0, 0, in buildEffectShader()
220 xc.dg*s.x, yc.dg*s.y, 0, 0, in buildEffectShader()
221 xc.db*s.x, yc.db*s.y, 0, 0, in buildEffectShader()
222 xc.da*s.x, yc.da*s.y, xc.c_scale, yc.c_scale, in buildEffectShader()
230 (xc.d_offset - .5f) * s.x, in buildEffectShader()
232 xc.c_offset, in buildEffectShader()
/third_party/typescript/tests/issues_cookbook_tests/pages/cookbook/
D5.55.ets11 C = 0xc,
20 C = 0xc,
27 C = '0xc',
/third_party/openssl/crypto/chacha/asm/
Dchacha-armv4.pl70 my ($xc,$xc_) = (@t[0..1]);
106 "&add ($xc,$xc,$xd)",
110 "&eor (@x[$b0],@x[$b0],$xc,'ror#20')",
120 "&add ($xc,$xc,$xd)",
132 "&eor (@x[$b0],@x[$b0],$xc,'ror#25')",
138 "&str ($xc,'[sp,#4*(16+$c0)]')",
139 "&ldr ($xc,'[sp,#4*(16+$c2)]')",
149 "&add ($xc,$xc,$xd)",
153 "&eor (@x[$b2],@x[$b2],$xc,'ror#20')",
163 "&add ($xc,$xc,$xd)",
[all …]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
Dchacha-armv4.pl70 my ($xc,$xc_) = (@t[0..1]);
106 "&add ($xc,$xc,$xd)",
110 "&eor (@x[$b0],@x[$b0],$xc,'ror#20')",
120 "&add ($xc,$xc,$xd)",
132 "&eor (@x[$b0],@x[$b0],$xc,'ror#25')",
138 "&str ($xc,'[sp,#4*(16+$c0)]')",
139 "&ldr ($xc,'[sp,#4*(16+$c2)]')",
149 "&add ($xc,$xc,$xd)",
153 "&eor (@x[$b2],@x[$b2],$xc,'ror#20')",
163 "&add ($xc,$xc,$xd)",
[all …]

1234567