Home
last modified time | relevance | path

Searched refs:reverseBytesShort (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okio/okio/src/test/java/okio/
DGzipSourceTest.java45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian in gunzip_withHCRC()
54 gzipped.writeShort(Util.reverseBytesShort((short) 7)); // little endian extra length in gunzip_withExtra()
88 gzipped.writeShort(Util.reverseBytesShort((short) 7)); // little endian extra length in gunzip_withAll()
/external/okhttp/okio/okio/src/main/java/okio/
DUtil.java34 public static short reverseBytesShort(short s) { in reverseBytesShort() method in Util
DBuffer.java399 return Util.reverseBytesShort(readShort());
990 return writeShort(Util.reverseBytesShort((short) s));