Searched refs:UINT8_MASK (Results 1 – 2 of 2) sorted by relevance
32 private static final int UINT8_MASK = (1 << Byte.SIZE) - 1; field in MarshalQueryableNativeByteToInteger48 return buffer.get() & UINT8_MASK; in unmarshal()
45 private static final int UINT8_MASK = UINT8_MAX; field in MarshalQueryableEnum85 enumValue = buffer.get() & UINT8_MASK; in unmarshal()