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

  /external/swiftshader/third_party/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);
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
Decode.c 478 UINT8 IntMask;
480 IntMask = (UINT8)(UINTN)(CdbPtr->OpFlags & (PXE_OPFLAGS_INTERRUPT_RECEIVE |
490 if (IntMask == 0) {
496 AdapterInfo->int_mask = IntMask;
501 if (IntMask != 0) {
502 AdapterInfo->int_mask = (UINT16) (AdapterInfo->int_mask & ~(IntMask));
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/
PlatformBoards.h 115 UINT32 IntMask; ///< Value for IOH REG GPIO_INTMASK.

Completed in 815 milliseconds