Searched refs:SHIFT (Results 1 - 9 of 9) sorted by relevance

/osnet-11/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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiearray.t86 sub SHIFT subroutine
88 $seen{'SHIFT'}++;
209 print "not " unless $seen{'SHIFT'} == 1;
240 $seen{SHIFT} = 0;
241 shift @ary; # this didn't used to call SHIFT at all
242 print "not " unless $seen{SHIFT} == 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm13 sub SHIFT { shift->SPLICE(0,1) } subroutine
97 sub SHIFT { shift(@{$_[0]}) } subroutine
140 sub SHIFT { ... }
168 on the tied array, and implementations of C<PUSH>, C<POP>, C<SHIFT>,
249 =item SHIFT this
H A DFile.pm330 sub SHIFT { subroutine
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm158 sub SHIFT subroutine
/osnet-11/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);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm188 sub SHIFT { subroutine
/osnet-11/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;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl20 000E SHIFT OUT
21 000F SHIFT IN
147 008E SINGLE SHIFT TWO
148 008F SINGLE SHIFT THREE
6453 240E SYMBOL FOR SHIFT OUT
6454 240F SYMBOL FOR SHIFT IN

Completed in 89 milliseconds