HomeSort by relevance Sort by last modified time
    Searched refs:SLOT_MASK (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
db_machdep.h 73 #define SLOT_MASK ((1ULL << SLOT_BITS) - 1ULL)
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 79 SLOT_MASK = ((1<<(SIZE_SHIFT-SLOT_SHIFT))-1),
112 public int stackSlots() { return (format >> Format.SLOT_SHIFT) & Format.SLOT_MASK; }
130 public boolean isOther() { return (format & ~Format.SLOT_MASK) == 0; }

Completed in 6079 milliseconds