HomeSort by relevance Sort by last modified time
    Searched full:intmask (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
PointerIntPair.h 52 /// IntMask - This is the unshifted mask for valid bits of the int type.
53 IntMask = (uintptr_t)(((intptr_t)1 << IntBits)-1),
56 ShiftedIntMask = (uintptr_t)(IntMask << IntShift)
73 return (IntType)((Value >> IntShift) & IntMask);
  /external/grub/netboot/
epic100.c 65 static int intmask; variable
126 intmask = ioaddr + INTMASK; /* Interrupt Mask */
143 outl(INTR_DISABLE, intmask);
epic100.h 18 INTMASK= 8, /* Interrupt Mask */

Completed in 73 milliseconds