Searched refs:cx (Results 1 - 25 of 234) sorted by relevance

12345678910

/external/libchrome/crypto/third_party/nss/
H A Dchromium-blapi.h50 extern void SHA256_DestroyContext(SHA256Context *cx, PRBool freeit);
51 extern void SHA256_Begin(SHA256Context *cx);
52 extern void SHA256_Update(SHA256Context *cx, const unsigned char *input,
54 extern void SHA256_End(SHA256Context *cx, unsigned char *digest,
59 extern void SHA256_TraceState(SHA256Context *cx);
60 extern unsigned int SHA256_FlattenSize(SHA256Context *cx);
61 extern SECStatus SHA256_Flatten(SHA256Context *cx,unsigned char *space);
68 extern void SHA512_DestroyContext(SHA512Context *cx, PRBool freeit);
69 extern void SHA512_Begin(SHA512Context *cx);
70 extern void SHA512_Update(SHA512Context *cx, cons
[all...]
/external/syslinux/core/
H A Dlocalboot.inc4 mov cx,0
5 mov ss,cx
H A Dwritehex.inc26 mov cx,2
32 mov cx,4
37 mov cx,8
H A Dwritedec.inc37 xor cx,cx ; Number of digits
42 inc cx
H A Dadv.inc115 mov cx,ADV_LEN/4
126 mov cx,512/4
139 mov cx,ADV_LEN/4+1 ; Remaining dwords
181 mov cx,ax
186 xor cx,cx
209 push cx
229 mov cx,adv0.tail
230 sub cx,si
243 pop cx
[all...]
/external/eigen/blas/f2c/
H A Dcomplexdots.c21 complex cdotc_(integer *n, complex *cx, integer argument
30 --cx;
33 cdotcw_(n, &cx[1], incx, &cy[1], incy, &res);
37 complex cdotu_(integer *n, complex *cx, integer argument
46 --cx;
49 cdotuw_(n, &cx[1], incx, &cy[1], incy, &res);
53 doublecomplex zdotc_(integer *n, doublecomplex *cx, integer *incx, argument
62 --cx;
65 zdotcw_(n, &cx[1], incx, &cy[1], incy, &res);
69 doublecomplex zdotu_(integer *n, doublecomplex *cx, intege argument
[all...]
/external/syslinux/dos/
H A Dmemmove.S18 # The third argument is already in cx
27 add %cx,%di
28 add %cx,%si
H A Dmemset.S16 # The third argument is already in %cx
/external/skia/experimental/svg/model/
H A DSkSVGCircle.cpp15 void SkSVGCircle::setCx(const SkSVGLength& cx) { argument
16 fCx = cx;
30 if (const auto* cx = v.as<SkSVGLengthValue>()) {
31 this->setCx(*cx);
50 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); local
54 return std::make_tuple(SkPoint::Make(cx, cy), r);
H A DSkSVGEllipse.cpp15 void SkSVGEllipse::setCx(const SkSVGLength& cx) { argument
16 fCx = cx;
34 if (const auto* cx = v.as<SkSVGLengthValue>()) {
35 this->setCx(*cx);
59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); local
65 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2)
/external/skia/gm/
H A Dinversepaths.cpp13 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { argument
14 SkRect rect = SkRect::MakeXYWH(cx - w / 2, cy - w / 2, w, w);
20 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { argument
21 SkRect rect = SkRect::MakeXYWH(cx - l / 2, cy, l, 0);
27 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { argument
29 path.addCircle(cx, cy, d/2, SkPath::kCW_Direction);
33 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { argument
35 path.moveTo(cx - l / 2, cy);
36 path.lineTo(cx + l / 2, cy);
83 SkScalar cx local
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_clip_tmp.h59 const GLfloat cx = from[0]; local
66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
97 vProj[i][0] = cx * oow;
139 const GLfloat cx = from[0]; local
146 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
147 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
156 if (-cx
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; local
231 const GLfloat cx = from[0], cy = from[1]; local
[all...]
/external/syslinux/mbr/
H A Dgptmbr.S72 movw $(512/2), %cx
91 xorw %cx, %cx
100 shrw %cx /* Bit 0 = fixed disk subset */
121 andw $0x3f, %cx /* Sector count */
122 pushw %cx /* -32(%bp) Save sectors on the stack */
125 mulw %cx /* Heads*sectors -> sectors per cylinder */
139 movw (80+6)(%bp),%cx /* NumberOfPartitionEntries */
142 pushw %cx
143 mulw %cx
[all...]
H A Daltmbr.S66 movw $(512/2), %cx
79 xorw %cx, %cx
86 shrw %cx /* Bit 0 = fixed disk subset */
100 andw $0x3f, %cx /* Sector count */
101 pushw %cx /* Save sectors on the stack */
104 mulw %cx /* Heads*sectors -> sectors per cylinder */
147 incw %cx /* Sectors are 1-based */
162 * Clobbers %si, %di, and %cx, other registers preserved.
163 * %cx
[all...]
H A Dmbr.S66 movw $(512/2), %cx
79 xorw %cx, %cx
86 shrw %cx /* Bit 0 = fixed disk subset */
100 andw $0x3f, %cx /* Sector count */
101 pushw %cx /* Save sectors on the stack */
104 mulw %cx /* Heads*sectors -> sectors per cylinder */
147 incw %cx /* Sectors are 1-based */
162 * Clobbers %si, %di, and %cx, other registers preserved.
163 * %cx
[all...]
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
62 xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
204 cx, cy = c
214 c1x = ax*t1**2 + bx*t1 + cx
229 cx, cy = c
240 c1x = (2*bx*t1 + cx + 3*ax*t1**2) * delta
242 d1x = ax*t1**3 + bx*t1**2 + cx*t
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
62 xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
204 cx, cy = c
214 c1x = ax*t1**2 + bx*t1 + cx
229 cx, cy = c
240 c1x = (2*bx*t1 + cx + 3*ax*t1**2) * delta
242 d1x = ax*t1**3 + bx*t1**2 + cx*t
[all...]
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Ddskprefix.S55 xorw %cx,%cx
56 movw %cx,%es /* access segment 0 */
72 movw %cx,%ds /* access segment 0 */
82 /* Note that es is already set up. Also cx is 0 from rep movsw above. */
103 xchgw %cx,%ax /* cx = track and sector */
112 movw $msg1end-msg1, %cx
181 movw %ax,%cx
182 shlw $9, %cx
[all...]
/external/libunwind/src/x86/
H A Dgetcontext-freebsd.S50 movw %fs, %cx
52 movw %gs, %cx
54 movw %ds, %cx
56 movw %es, %cx
58 movw %ss, %cx
60 movw %cs, %cx
/external/valgrind/none/tests/amd64/
H A Dcmpxchg.stdout.exp5 cmpxchg %bx,%cx (ax=2222 bx=4444 cx=3333)
6 ax!=cx so ax should equal cx (Result ax=3333 bx=4444 cx=3333)
7 cmpxchg %bx,%cx (ax=7777 bx=5555 cx=5555)
8 ax==cx so cx should equal bx (Result ax=5555 bx=5555 cx
[all...]
/external/pdfium/third_party/agg23/
H A Dagg_math.h50 FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy,
53 FX_FLOAT num = ((ay - cy) * (dx - cx)) - ((ax - cx) * (dy - cy));
54 FX_FLOAT den = ((bx - ax) * (dy - cy)) - ((by - ay) * (dx - cx));
49 calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy, FX_FLOAT* x, FX_FLOAT* y) argument
/external/clang/test/SemaCXX/
H A Ddefault-assignment-operator.cpp30 void f(X x, const X cx) { argument
31 x = cx; // expected-note{{assignment operator for 'X' first required here}}
32 x = cx;
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dcheck_initial_reg_state.c19 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
30 "mov %rcx, cx\n\t"
49 "mov %ecx, cx\n\t"
71 if (ax || bx || cx || dx || si || di || bp
80 SHOW(cx);
/external/skia/src/core/
H A DSkBlitBWMaskTemplate.h29 int cx = clip.fLeft; local
40 const uint8_t* bits = srcMask.getAddr1(cx, cy);
41 SK_BLITBWMASK_DEVTYPE* device = dst.SK_BLITBWMASK_GETADDR(cx, cy);
43 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight)
58 int left_edge = cx - maskLeft;
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DPieRenderer.java83 float cx = bounds.centerX();
99 PointF r1Outer = calculateLineEnd(cx, cy, rad, startAngle);
100 PointF r1Inner = calculateLineEnd(cx, cy, donutSizePx, startAngle);
103 PointF r2Outer = calculateLineEnd(cx, cy, rad, startAngle + sweep);
104 PointF r2Inner = calculateLineEnd(cx, cy, donutSizePx, startAngle + sweep);
120 clip.lineTo(cx, cy);
130 cx - donutSizePx,
132 cx + donutSizePx,
146 canvas.drawCircle(cx, cy, donutSizePx, f.getInnerEdgePaint());
149 canvas.drawCircle(cx, c
[all...]

Completed in 1861 milliseconds

12345678910