Home
last modified time | relevance | path

Searched refs:endianness (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DStreamUtils.java31 public static boolean byteToIntArray(int[] output, byte[] input, ByteOrder endianness) { in byteToIntArray() argument
36 if (endianness == ByteOrder.BIG_ENDIAN) { in byteToIntArray()
50 public static int[] byteToIntArray(byte[] input, ByteOrder endianness) { in byteToIntArray() argument
52 byteToIntArray(output, input, endianness); in byteToIntArray()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dencoding.md34 …nd UTF-32, the byte order (endianness) does matter. Within computer memory, they are often stored …