Lines Matching defs:mask
107 unsigned int mask;
110 mask = 1 << (i & 0x1f); /* Gets the mask for the current bit int bitmap */
111 if (!(~(*p) & mask)){
426 unsigned int mask;
444 mask = 1 << (i & 0x1f); /* Gets the mask for the current bit int bitmap */
445 if ((~(*p) & mask))
568 unsigned int mask;
574 mask = 1 << ((unsigned int)fd & 0x1f); /* Gets the mask for the current bit int bitmap */
575 if ((~(*p) & mask))
587 unsigned int mask;
606 mask = 1 << (i & 0x1f); /* Gets the mask for the current bit int bitmap */
607 if ((~(*p) & mask))