Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/string/
H A Dmodelib.h48 int shift2; /* second shift count */ member
H A Dfmtmode.c44 *s++ = p->name[((mode & p->mask1) >> p->shift1) | ((mode & p->mask2) >> p->shift2)]; in fmtmode()
H A Dstrmode.c47 mode |= (p->mask1 & (c << p->shift1)) | (p->mask2 & (c << p->shift2)); in strmode()
/titanic_41/usr/src/tools/cscope-fast/
H A Dcgrep.c71 short shift2; member
1392 printf("%d[%d,%d]: ", n->id, n->shift1, n->shift2); in pr()
1477 c->root->shift2 = c->mindepth; in shift()
1479 l->node->shift2 = c->root->shift2; in shift()
1487 r->shift2 = c->mindepth; in shift()
1494 if (r->out && (k < state->shift2)) { in shift()
1495 state->shift2 = k; in shift()
1531 if (n->shift2 < nn->shift2) in shiftprop()
1532 nn->shift2 = n->shift2; in shiftprop()
1595 if (k > ostate->shift2) in re_cwexec()
[all …]
/titanic_41/usr/src/cmd/eqn/
H A Dintegral.c30 shift2(p, p1, p2); in integral()
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) in shift2() function