Home | History | Annotate | Download | only in bits64

Lines Matching refs:int8

110     int8 negCount = ( - count ) & 63;
148 int8 negCount = ( - count ) & 63;
184 int8 negCount = ( - count ) & 63;
243 int8 negCount = ( - count ) & 63;
322 int8 negCount;
381 int8 carry0, carry1;
439 int8 borrow0, borrow1;
606 int8 idx;
632 static int8 countLeadingZeros32( bits32 a )
634 static const int8 countLeadingZerosHigh[] = {
652 int8 shiftCount;
674 static int8 countLeadingZeros64( bits64 a )
676 int8 shiftCount;
685 shiftCount += (int8)countLeadingZeros32( (bits32)a );