Searched defs:delta (Results 1 - 8 of 8) sorted by relevance
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | qix.c | 79 int delta; member in struct:__anon109 108 qp->delta = 16; 112 qp->delta /= 4; 114 qp->offset = qp->delta / 3; 117 qp->dx1 = random() % qp->delta + qp->offset; 118 qp->dy1 = random() % qp->delta + qp->offset; 119 qp->dx2 = random() % qp->delta + qp->offset; 120 qp->dy2 = random() % qp->delta + qp->offset; 132 *(del) = (random() % (qp)->delta) + (qp)->offset; \ 134 *(del) = -(random() % (qp)->delta) [all...] |
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Clock.c | 698 register int delta = (w->clock.radius - w->clock.second_hand_length) / 3; local 705 (w->clock.radius - delta) ),
|
H A D | Xaw3_1PanedP.h | 87 Position delta; /* Desired Location */ member in struct:_PanedConstraintsPart
|
H A D | Xaw3_1Text.c | 1620 int i, line1, delta, error; local 1666 delta = text->length - (pos2 - pos1); 1668 if ( abs(delta) <= 1 ) 1673 if (delta < ctx->text.lastPos) { 1674 for (pos2 += delta, i = 0; i < ctx->text.numranges; i++) { 1676 ctx->text.updateFrom[i] += delta; 1678 ctx->text.updateTo[i] += delta; 1687 if (delta != 0) { 1691 lineP->position += delta; 2640 int delta local [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | PanedP.h | 110 Position delta; /* Desired Location */ member in struct:_PanedConstraintsPart
|
H A D | Text.c | 1954 long delta; local 2002 delta = text->length - (pos2 - pos1); 2004 if (delta < ctx->text.lastPos) { 2005 for (pos2 += delta, i = 0; i < ctx->text.numranges; i++) { 2007 ctx->text.updateFrom[i] += delta; 2009 ctx->text.updateTo[i] += delta; 2018 if (delta != 0) { 2022 lineP->position += delta; 3251 long delta = text->length - (endPos - startPos); local 3252 if (ctx->text.insertPos >= (endPos + delta)) { [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsXcmu.c | 1206 unsigned long delta; local 1227 delta = lowbit(vinfo->red_mask) + lowbit(vinfo->green_mask) + 1232 delta = 1; 1245 &first, &remain, delta)) { 1256 for (n = 0, j = 0; j < count; ++j, n += delta) { 1296 unsigned long delta; local 1303 delta = lowbit(vinfo->red_mask) + lowbit(vinfo->green_mask) + 1305 } else delta = 1; 1333 &first, &remain, delta)) { 1348 for (n = 0, i = 0; i < count; ++i, n += delta) { 1379 AllocateColormap( Display *dpy, XStandardColormap *map, XVisualInfo *vinfo, int *count, PixelRec *pixels, int *first, int *remain, unsigned long delta) argument 1458 contiguous( unsigned long pixels[], int npixels, int *ncolors, unsigned long delta, int *first, int *rem) argument [all...] |
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_drm.h | 553 __u32 delta; member in struct:drm_i915_gem_relocation_entry
|
Completed in 105 milliseconds