Searched refs:shift2 (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | modelib.h | 48 int shift2; /* second shift count */ member in struct:modeop
|
H A D | fmtmode.c | 44 *s++ = p->name[((mode & p->mask1) >> p->shift1) | ((mode & p->mask2) >> p->shift2)];
|
H A D | strmode.c | 47 mode |= (p->mask1 & (c << p->shift1)) | (p->mask2 & (c << p->shift2));
|
/ast/src/lib/libtk/generic/ |
H A D | tk3d.c | 762 XPoint perp, c, shift1, shift2; /* Used for handling parallel lines. */ 897 shift2.x = shift1.x + (perp.x - p1Ptr->x); 898 shift2.y = shift1.y + (perp.y - p1Ptr->y); 899 (void) Intersect(p1Ptr, p2Ptr, &shift1, &shift2, &poly[3]); 750 XPoint perp, c, shift1, shift2; /* Used for handling parallel lines. */ local
|
Completed in 270 milliseconds