Home
last modified time | relevance | path

Searched refs:c_1 (Results 1 – 25 of 55) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/bn/asm/
Dsparcv8.S532 #define c_1 %o2 macro
568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3);
571 st c_1,rp(0) !r[0]=c1;
578 addx %g0,%g0,c_1
585 addx c_1,%g0,c_1 !=
590 addxcc c_1,t_2,c_1 !=
596 addxcc c_1,t_2,c_1
602 addxcc c_1,t_2,c_1 !=
607 addcc c_1,t_1,c_1 !=
612 addcc c_1,t_1,c_1
[all …]
Dmips.pl1044 ($t_1,$t_2,$c_1,$c_2,$c_3)=($t8,$t9,$v0,$v1,$a3);
1102 mflo ($c_1,$a_0,$b_0)
1120 $ST $c_1,0($a0) # r[0]=c1;
1128 sltu $c_1,$c_3,$t_2
1137 $ADDU $c_1,$t_2
1144 $ADDU $c_1,$t_2
1145 sltu $c_2,$c_1,$t_2
1152 $ADDU $c_1,$t_2
1153 sltu $at,$c_1,$t_2
1159 $ADDU $c_1,$t_1
[all …]
/third_party/openssl/crypto/bn/asm/
Dsparcv8.S532 #define c_1 %o2 macro
568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3);
571 st c_1,rp(0) !r[0]=c1;
578 addx %g0,%g0,c_1
585 addx c_1,%g0,c_1 !=
590 addxcc c_1,t_2,c_1 !=
596 addxcc c_1,t_2,c_1
602 addxcc c_1,t_2,c_1 !=
607 addcc c_1,t_1,c_1 !=
612 addcc c_1,t_1,c_1
[all …]
Dmips.pl1044 ($t_1,$t_2,$c_1,$c_2,$c_3)=($t8,$t9,$v0,$v1,$a3);
1102 mflo ($c_1,$a_0,$b_0)
1120 $ST $c_1,0($a0) # r[0]=c1;
1128 sltu $c_1,$c_3,$t_2
1137 $ADDU $c_1,$t_2
1144 $ADDU $c_1,$t_2
1145 sltu $c_2,$c_1,$t_2
1152 $ADDU $c_1,$t_2
1153 sltu $at,$c_1,$t_2
1159 $ADDU $c_1,$t_1
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
D8-1.c122 pid_t c_1, c_2, c_3, ret_pid; in main() local
158 c_1 = fork(); in main()
159 switch (c_1) { in main()
169 fprintf(stderr, "P: child_1: %d forked\n", c_1); in main()
189 tst_process_state_wait3(c_1, 'S', 2); in main()
226 if (ret_pid == c_1 && WIFEXITED(status) in main()
233 c_1, ret_pid); in main()
/third_party/typescript/tests/baselines/reference/
DrequireAsFunctionInExternalModule.js31 var c_1 = require("./c"); variable
34 if ((0, c_1.has)('ember-debug')) {
35 (0, c_1["default"])('ember-debug');
Dchained2.js44 var c_1 = require("./c"); variable
45 new c_1["default"].A();
46 new c_1["default"].B();
DoperationsAvailableOnPromisedType.js86 var _a, c_1, c_1_1;
110 _a = true, c_1 = __asyncValues(c);
112 case 2: return [4 /*yield*/, c_1.next()];
132 if (!(!_a && !_b && (_c = c_1["return"]))) return [3 /*break*/, 9];
133 return [4 /*yield*/, _c.call(c_1)];
DexportNamespace3.js38 var c_1 = require("./c"); variable
39 new c_1.a.A(); // Error
DexportNamespace4.js45 var c_1 = require("./c"); variable
46 c_1.ns.A;
DdeclarationEmitImportInExportAssignmentModule.js17 (function (c_1) { argument
23 c_1.c = c;
DdeclFileImportChainInExportAssignment.js17 (function (c_1) { argument
23 c_1.c = c;
DduplicatePackage.js50 var c_1 = require("c"); variable
52 (0, a_1.a)(c_1.c); // Error, these are from different versions of the library.
DmoduleSameValueDuplicateExportedBindings2.js41 var c_1 = require("./c"); variable
42 __createBinding(exports, c_1, "Animals");
DunusedLocalsAndParametersDeferred.js293 var c_1 = 0; variable
295 c_1;
/third_party/openGLES/extensions/EXT/
DEXT_separate_specular_color.txt135 "Lighting produces two colors at a vertex: a primary color c_1 and
136 a secondary color c_2. The values of c_1 and c_2 depend on the
138 and c_1 and c_2 in bold, so this really won't be as confusing as
140 compute c_1 and c_2 are (note: the equation for c_1 is the current
143 c_1 = e_cm
152 c_1 = e_cm
164 with the primary color c_1; c_2 has no alpha component."
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_separate_specular_color.txt135 "Lighting produces two colors at a vertex: a primary color c_1 and
136 a secondary color c_2. The values of c_1 and c_2 depend on the
138 and c_1 and c_2 in bold, so this really won't be as confusing as
140 compute c_1 and c_2 are (note: the equation for c_1 is the current
143 c_1 = e_cm
152 c_1 = e_cm
164 with the primary color c_1; c_2 has no alpha component."
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/
Dsignedness-mismatch.shader-inputs.vert57 ushort c_1 [[attribute(3)]];
68 c[1] = in.c_1;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vert/
Dsignedness-mismatch.shader-inputs.vert57 ushort c_1 [[attribute(3)]];
68 c[1] = in.c_1;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dvecsize-mismatch.shader-inputs.frag57 ushort c_1 [[user(locn3)]];
69 c[1] = in.c_1;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dvecsize-mismatch.shader-inputs.frag57 ushort c_1 [[user(locn3)]];
69 c[1] = in.c_1;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/
Dpull-model-interpolation.asm.msl23.frag73 interpolant<float2, interpolation::perspective> c_1 [[user(locn9)]];
108 c[1] = in.c_1.interpolate_at_sample(gl_SampleID);
131 float2 _127 = out.FragColor.xy + in.c_1.interpolate_at_centroid().xy;
135 …float2 _143 = out.FragColor.xy + in.c_1.interpolate_at_offset(float2(-0.10000000149011611938476562…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dpull-model-interpolation.asm.msl23.frag73 interpolant<float2, interpolation::perspective> c_1 [[user(locn9)]];
135 c[1] = in.c_1.interpolate_at_sample(gl_SampleID);
158 float2 _127 = out.FragColor.xy + in.c_1.interpolate_at_centroid().xy;
162 …float2 _143 = out.FragColor.xy + in.c_1.interpolate_at_offset(float2(-0.10000000149011611938476562…
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c364 __m128i c_1 = _mm_or_si128(_mm_or_si128(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_16() local
365 __m128i c_01 = _mm_packs_epi32(c_0, c_1); in lp_rast_triangle_32_3_16()
457 __m128i c_1 = _mm_or_si128(_mm_or_si128(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_4() local
458 __m128i c_01 = _mm_packs_epi32(c_0, c_1); in lp_rast_triangle_32_3_4()
661 __m128i c_1 = vec_or(vec_or(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_16() local
662 __m128i c_01 = vec_packs_epi32(c_0, c_1); in lp_rast_triangle_32_3_16()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dcalling-convention-attributes.c5 extern void __attribute__((__cdecl__)) c_1(void);

123