Searched refs:long2byteArray (Results 1 – 3 of 3) sorted by relevance
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/cpio/ |
D | CpioUtilTest.java | 31 CpioUtil.long2byteArray(CpioConstants.MAGIC_OLD_BINARY, in oldBinMagic2ByteArrayNotSwapped() 38 CpioUtil.long2byteArray(CpioConstants.MAGIC_OLD_BINARY, in oldBinMagic2ByteArraySwapped() 60 CpioUtil.long2byteArray(0L, 0, false); in testLong2byteArrayWithZeroThrowsUnsupportedOperationException() 68 CpioUtil.long2byteArray(0L, 1021, false); in testLong2byteArrayWithPositiveThrowsUnsupportedOperationException()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/ |
D | CpioUtil.java | 87 static byte[] long2byteArray(final long number, final int length, in long2byteArray() method in CpioUtil
|
D | CpioArchiveOutputStream.java | 511 final byte tmp[] = CpioUtil.long2byteArray(number, length, swapHalfWord); in writeBinaryLong()
|