Home
last modified time | relevance | path

Searched defs:reverseBytes (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/nativeMain/src/kotlinx/serialization/protobuf/internal/
H A DBytes.kt7 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 DBytes.kt7 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 DBytes.kt7 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 DUtil.kt32 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 DBytes.kt7 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 DE_B_D_T_.py565 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 DHelpers.kt86 internal expect fun Int.reverseBytes(): Int method
87 internal expect fun Long.reverseBytes(): Long method
H A DProtobufWriter.kt99 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 DTestUtil.kt283 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 DLongs.java14 public static long reverseBytes(long i) in reverseBytes() method in Longs
H A DIntegers.java25 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 DLongs.java14 public static long reverseBytes(long i) in reverseBytes() method in Longs
H A DIntegers.java25 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 DLongs.java10 public static long reverseBytes(long i) in reverseBytes() method in Longs
H A DIntegers.java23 public static int reverseBytes(int i) in reverseBytes() method in Integers
/aosp_15_r20/art/test/950-redefine-intrinsic/src/
H A DRedefinedLongIntrinsics.java67 public static long reverseBytes(long i) { in reverseBytes() method in RedefinedLongIntrinsics
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DShort.java122 public static short reverseBytes(short i) { in reverseBytes() method in Short
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DShort.java571 public static short reverseBytes(short i) { in reverseBytes() method in Short
H A DInteger.java2148 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/
DShort.java571 public static short reverseBytes(short i) { in reverseBytes() method in Short
DInteger.java2148 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/
DShort.java571 public static short reverseBytes(short i) { in reverseBytes() method in Short
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Drandom_parcel_seeds.cpp41 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/
DInteger.java2148 public static int reverseBytes(int i) { in reverseBytes() method in Integer
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DInteger.annotated.java128 public static int reverseBytes(int i) { throw new RuntimeException("Stub!"); } in reverseBytes() method in Integer

12345678910>>...18