Searched refs:shift2 (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/string/
H A Dmodelib.h48 int shift2; /* second shift count */ member in struct:modeop
H A Dfmtmode.c44 *s++ = p->name[((mode & p->mask1) >> p->shift1) | ((mode & p->mask2) >> p->shift2)];
H A Dstrmode.c47 mode |= (p->mask1 & (c << p->shift1)) | (p->mask2 & (c << p->shift2));
/opensolaris-onvv-gate/usr/src/cmd/eqn/
H A Dintegral.c30 shift2(p, p1, p2);
H A De.y99 | box sub box sbox %prec SUB { shift2($1, $3, $4); }
H A Dshift.c112 shift2(int p1, int p2, int p3) function
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c71 short shift2; member in struct:Node
1392 printf("%d[%d,%d]: ", n->id, n->shift1, n->shift2);
1477 c->root->shift2 = c->mindepth;
1479 l->node->shift2 = c->root->shift2;
1487 r->shift2 = c->mindepth;
1494 if (r->out && (k < state->shift2)) {
1495 state->shift2 = k;
1531 if (n->shift2 < nn->shift2)
[all...]

Completed in 178 milliseconds