Lines Matching defs:tmp
35 unsigned long tmp, mask;
40 tmp = addr1[start / BITS_PER_LONG];
42 tmp &= addr2[start / BITS_PER_LONG];
43 tmp ^= invert;
50 tmp &= mask;
54 while (!tmp) {
59 tmp = addr1[start / BITS_PER_LONG];
61 tmp &= addr2[start / BITS_PER_LONG];
62 tmp ^= invert;
66 tmp = swab(tmp);
68 return min(start + __ffs(tmp), nbits);