Home | History | Annotate | Download | only in libkern

Lines Matching refs:int8

101     int8 negCount = ( - count ) & 63;
138 int8 negCount = ( - count ) & 63;
173 int8 negCount = ( - count ) & 63;
231 int8 negCount = ( - count ) & 63;
308 int8 negCount;
365 int8 carry0, carry1;
421 int8 borrow0, borrow1;
583 int8 index;
608 static int8 countLeadingZeros32( bits32 a )
610 static const int8 countLeadingZerosHigh[] = {
628 int8 shiftCount;
649 static int8 countLeadingZeros64( bits64 a )
651 int8 shiftCount;