/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/nativeMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | Bytes.kt | 7 private fun Short.reverseBytes(): Short = (((this.toInt() and 0xff) shl 8) or ((this.toInt() and 0x… method 9 internal actual fun Int.reverseBytes(): Int = method 12 internal actual fun Long.reverseBytes(): Long = method
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/wasmMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | Bytes.kt | 7 private fun Short.reverseBytes(): Short = (((this.toInt() and 0xff) shl 8) or ((this.toInt() and 0x… method 9 internal actual fun Int.reverseBytes(): Int = method 12 internal actual fun Long.reverseBytes(): Long = method
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/jsMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | Bytes.kt | 7 private fun Short.reverseBytes(): Short = (((this.toInt() and 0xff) shl 8) or ((this.toInt() and 0x… method 9 internal actual fun Int.reverseBytes(): Int = method 12 internal actual fun Long.reverseBytes(): Long = method
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A 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
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/jvmMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | Bytes.kt | 7 internal actual fun Int.reverseBytes(): Int = Integer.reverseBytes(this) method 9 internal actual fun Long.reverseBytes(): Long = java.lang.Long.reverseBytes(this) method
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | E_B_D_T_.py | 565 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): argument 614 def setRows(self, dataRows, bitDepth=1, metrics=None, reverseBytes=False): argument 653 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): argument 663 def setRows(self, dataRows, bitDepth=1, metrics=None, reverseBytes=False): argument
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | Helpers.kt | 86 internal expect fun Int.reverseBytes(): Int method 87 internal expect fun Long.reverseBytes(): Long method
|
H A D | ProtobufWriter.kt | 99 private fun Float.reverseBytes(): Int = toRawBits().reverseBytes() method in kotlinx.serialization.protobuf.internal.ProtobufWriter 101 private fun Double.reverseBytes(): Long = toRawBits().reverseBytes() method in kotlinx.serialization.protobuf.internal.ProtobufWriter
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | TestUtil.kt | 283 fun Int.reverseBytes(): Int { in Int() method 293 fun Short.reverseBytes(): Short { in Short() method
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
H A D | Longs.java | 14 public static long reverseBytes(long i) in reverseBytes() method in Longs
|
H A D | Integers.java | 25 public static int reverseBytes(int i) in reverseBytes() method in Integers
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
H A D | Longs.java | 14 public static long reverseBytes(long i) in reverseBytes() method in Longs
|
H A D | Integers.java | 25 public static int reverseBytes(int i) in reverseBytes() method in Integers
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
H A D | Longs.java | 10 public static long reverseBytes(long i) in reverseBytes() method in Longs
|
H A D | Integers.java | 23 public static int reverseBytes(int i) in reverseBytes() method in Integers
|
/aosp_15_r20/art/test/950-redefine-intrinsic/src/ |
H A D | RedefinedLongIntrinsics.java | 67 public static long reverseBytes(long i) { in reverseBytes() method in RedefinedLongIntrinsics
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | Short.java | 122 public static short reverseBytes(short i) { in reverseBytes() method in Short
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Short.java | 571 public static short reverseBytes(short i) { in reverseBytes() method in Short
|
H A D | Integer.java | 2148 public static int reverseBytes(int i) { in reverseBytes() method in Integer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | Short.java | 571 public static short reverseBytes(short i) { in reverseBytes() method in Short
|
D | Integer.java | 2148 public static int reverseBytes(int i) { in reverseBytes() method in Integer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ |
D | Short.java | 571 public static short reverseBytes(short i) { in reverseBytes() method in Short
|
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
H A D | random_parcel_seeds.cpp | 41 std::vector<uint8_t> reverseBytes(T min, T max, T val) { in reverseBytes() function
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/ |
D | Integer.java | 2148 public static int reverseBytes(int i) { in reverseBytes() method in Integer
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
H A D | Integer.annotated.java | 128 public static int reverseBytes(int i) { throw new RuntimeException("Stub!"); } in reverseBytes() method in Integer
|