Searched defs:reverseBytes (Results 1 – 9 of 9) sorted by relevance
/external/okio/okio/src/commonMain/kotlin/okio/ |
D | -Util.kt | 32 internal fun Short.reverseBytes(): Short { in reverseBytes() method 39 internal fun Int.reverseBytes(): Int { in reverseBytes() method 46 internal fun Long.reverseBytes(): Long { in reverseBytes() method
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
D | Longs.java | 14 public static long reverseBytes(long i) in reverseBytes() method in Longs
|
D | Integers.java | 25 public static int reverseBytes(int i) in reverseBytes() method in Integers
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Longs.java | 10 public static long reverseBytes(long i) in reverseBytes() method in Longs
|
D | Integers.java | 23 public static int reverseBytes(int i) in reverseBytes() method in Integers
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
D | Longs.java | 14 public static long reverseBytes(long i) in reverseBytes() method in Longs
|
D | Integers.java | 25 public static int reverseBytes(int i) in reverseBytes() method in Integers
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | E_B_D_T_.py | 502 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): argument 551 def setRows(self, dataRows, bitDepth=1, metrics=None, reverseBytes=False): argument 590 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): argument 600 def setRows(self, dataRows, bitDepth=1, metrics=None, reverseBytes=False): argument
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | TestUtil.kt | 282 fun Int.reverseBytes(): Int { in Int() method 292 fun Short.reverseBytes(): Short { in Short() method
|