Searched defs:BITS_32_BE (Results 1 – 4 of 4) sorted by relevance
77 public static final ValueLayout BITS_32_BE = MemoryLayout.ofValueBits(32, ByteOrder.BIG_ENDIAN); field in MemoryLayouts
79 public static final ValueLayout BITS_32_BE = MemoryLayout.ofValueBits(32, ByteOrder.BIG_ENDIAN); field in MemoryLayouts
79 public static final ValueLayout BITS_32_BE = MemoryLayout.valueLayout(32, ByteOrder.BIG_ENDIAN); field in MemoryLayouts