Searched refs:bitshift (Results 1 – 2 of 2) sorted by relevance
3417 int bitshift = 32;3420 while (--bitshift >= 0)3424 if (bitshift > 0)3425 d32 = D >> (32-bitshift), d00 = D << bitshift;3433 s32 -= d32, s00 -= d00, result += 1<<bitshift;3438 s32 = 0, s00 -= d00, result += 1<<bitshift;
1192 __inline static u32 bitshift(u32 bitmask) in bitshift() function
Completed in 10 milliseconds