HomeSort by relevance Sort by last modified time
    Searched defs:y2 (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/tools/cscope-fast/
mouse.h 39 int y2; member in struct:__anon4544
  /onnv/onnv-gate/usr/src/ucblib/libcurses/
overlay.c 39 int y1, y2; local
55 y2 = starty - win2->_begy;
56 for (y = starty; y < endy; y++, y1++, y2++) {
61 (void) mvwaddch(win2, y2, x, *sp);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/ec/
ec2_smpl.c 679 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
707 y2 = BN_CTX_get(ctx);
758 if (!BN_GF2m_add(y2, x1, x2)) goto err;
759 if (!group->meth->field_mul(group, y2, y2, s, ctx)) goto err;
760 if (!BN_GF2m_add(y2, y2, x2)) goto err;
761 if (!BN_GF2m_add(y2, y2, y1)) goto err;
763 if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ctx)) goto err
810 BIGNUM *lh, *y2; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/troff.d/
draw.c 234 dist(x1, y1, x2, y2) /* integer distance from x1,y1 to x2,y2 */
239 dy = y2 - y1;
246 int x0, y0, x2, y2, r; local
251 y2 = y0 + dy2;
253 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r);
  /onnv/onnv-gate/usr/src/uts/intel/io/drm/
i915_irq.c 139 u16 x1, y1, x2, y2; local
151 y2 = y1 + sarea_priv->planeA_h;
156 y2 = y1 + sarea_priv->planeB_h;
159 if (x2 > 0 && y2 > 0) {
164 if (!(rect[i].x1 >= x2 || rect[i].y1 >= y2 ||
165 rect[i].x2 <= x1 || rect[i].y2 <= y1)) {
360 int y2 = min(rect->y2, bottom); local
362 if (y1 >= y2)
369 OUT_RING((y2 << 16) | rect->x2)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm.h 230 unsigned short y2; member in struct:drm_clip_rect

Completed in 3879 milliseconds