Searched defs:BITS_16_BE (Results 1 – 4 of 4) sorted by relevance
72 public static final ValueLayout BITS_16_BE = MemoryLayout.ofValueBits(16, ByteOrder.BIG_ENDIAN); field in MemoryLayouts
74 public static final ValueLayout BITS_16_BE = MemoryLayout.ofValueBits(16, ByteOrder.BIG_ENDIAN); field in MemoryLayouts
74 public static final ValueLayout BITS_16_BE = MemoryLayout.valueLayout(16, ByteOrder.BIG_ENDIAN); field in MemoryLayouts