Searched defs:SHIFT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dtls_get_addr.s56 #define SHIFT 3 define
58 #define SHIFT 4 define
75 slln %o1, SHIFT, %o1
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c93 # define SHIFT ((bitsper * sizeof(int)) - m) /* Shift factor */ macro
472 return ((int) (((unsigned) (crunch(key) * FACTOR)) >> SHIFT));
488 return ((int) (((unsigned) ((crunch(key) * FACTOR) << m) >> SHIFT) | 1));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c102 #define SHIFT ((CHAR_BIT * sizeof (int)) - m) /* Shift factor */ macro
496 return ((int)(((unsigned)(crunch(key) * FACTOR)) >> SHIFT));
508 return (((unsigned int)((crunch(key) * FACTOR) << m) >> SHIFT) | 1);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c190 SHIFT, enumerator in enum:action::e_action
388 if( type==SHIFT ){
809 Action_add(&stp->ap,SHIFT,sp,(char *)newstp);
970 ** If either action is a SHIFT, then it must be apx. This
971 ** function won't work if apx->type==REDUCE and apy->type==SHIFT.
981 if( apx->type==SHIFT && apy->type==REDUCE ){
1022 /* The REDUCE/SHIFT case cannot happen because SHIFTs come before
2635 case SHIFT:
2761 case SHIFT: act = ap->x.stp->index; break;

Completed in 79 milliseconds