|
1 | 1 | public abstract class org/kotlincrypto/bitops/endian/Endian {
|
| 2 | + public static final field Companion Lorg/kotlincrypto/bitops/endian/Endian$Companion; |
2 | 3 | public abstract fun intFrom ([BI)I
|
3 | 4 | public abstract fun intOf (BBBB)I
|
4 | 5 | public abstract fun longFrom ([BI)J
|
@@ -65,6 +66,9 @@ public final class org/kotlincrypto/bitops/endian/Endian$Big : org/kotlincrypto/
|
65 | 66 | public fun shortOf (BB)S
|
66 | 67 | }
|
67 | 68 |
|
| 69 | +public final class org/kotlincrypto/bitops/endian/Endian$Companion { |
| 70 | +} |
| 71 | + |
68 | 72 | public final class org/kotlincrypto/bitops/endian/Endian$Little : org/kotlincrypto/bitops/endian/Endian {
|
69 | 73 | public static final field INSTANCE Lorg/kotlincrypto/bitops/endian/Endian$Little;
|
70 | 74 | public fun equals (Ljava/lang/Object;)Z
|
@@ -104,3 +108,84 @@ public final class org/kotlincrypto/bitops/endian/Endian$Little : org/kotlincryp
|
104 | 108 | public fun shortOf (BB)S
|
105 | 109 | }
|
106 | 110 |
|
| 111 | +public abstract interface annotation class org/kotlincrypto/bitops/endian/InternalEndianApi : java/lang/annotation/Annotation { |
| 112 | +} |
| 113 | + |
| 114 | +public final class org/kotlincrypto/bitops/endian/_EndianInlineKt { |
| 115 | + public static final fun beInlineIntFrom (Lorg/kotlincrypto/bitops/endian/Endian$Companion;[BI)I |
| 116 | + public static final fun beInlineIntOf (Lorg/kotlincrypto/bitops/endian/Endian$Companion;BBBB)I |
| 117 | + public static final fun beInlineLongFrom (Lorg/kotlincrypto/bitops/endian/Endian$Companion;[BI)J |
| 118 | + public static final fun beInlineLongOf (Lorg/kotlincrypto/bitops/endian/Endian$Companion;BBBBBBBB)J |
| 119 | + public static final fun beInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;I[BI)[B |
| 120 | + public static final fun beInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;I[BIII)[B |
| 121 | + public static final fun beInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;J[BI)[B |
| 122 | + public static final fun beInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;J[BIII)[B |
| 123 | + public static final fun beInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;S[BI)[B |
| 124 | + public static final fun beInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;S[BIII)[B |
| 125 | + public static synthetic fun beInlinePackUnsafe$default (Lorg/kotlincrypto/bitops/endian/Endian$Companion;I[BIIIILjava/lang/Object;)[B |
| 126 | + public static synthetic fun beInlinePackUnsafe$default (Lorg/kotlincrypto/bitops/endian/Endian$Companion;J[BIIIILjava/lang/Object;)[B |
| 127 | + public static synthetic fun beInlinePackUnsafe$default (Lorg/kotlincrypto/bitops/endian/Endian$Companion;S[BIIIILjava/lang/Object;)[B |
| 128 | + public static final fun beInlineShortFrom (Lorg/kotlincrypto/bitops/endian/Endian$Companion;[BI)S |
| 129 | + public static final fun beInlineShortOf (Lorg/kotlincrypto/bitops/endian/Endian$Companion;BB)S |
| 130 | + public static final fun leInlineIntFrom (Lorg/kotlincrypto/bitops/endian/Endian$Companion;[BI)I |
| 131 | + public static final fun leInlineIntOf (Lorg/kotlincrypto/bitops/endian/Endian$Companion;BBBB)I |
| 132 | + public static final fun leInlineLongFrom (Lorg/kotlincrypto/bitops/endian/Endian$Companion;[BI)J |
| 133 | + public static final fun leInlineLongOf (Lorg/kotlincrypto/bitops/endian/Endian$Companion;BBBBBBBB)J |
| 134 | + public static final fun leInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;I[BI)[B |
| 135 | + public static final fun leInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;I[BIII)[B |
| 136 | + public static final fun leInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;J[BI)[B |
| 137 | + public static final fun leInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;J[BIII)[B |
| 138 | + public static final fun leInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;S[BI)[B |
| 139 | + public static final fun leInlinePackUnsafe (Lorg/kotlincrypto/bitops/endian/Endian$Companion;S[BIII)[B |
| 140 | + public static synthetic fun leInlinePackUnsafe$default (Lorg/kotlincrypto/bitops/endian/Endian$Companion;I[BIIIILjava/lang/Object;)[B |
| 141 | + public static synthetic fun leInlinePackUnsafe$default (Lorg/kotlincrypto/bitops/endian/Endian$Companion;J[BIIIILjava/lang/Object;)[B |
| 142 | + public static synthetic fun leInlinePackUnsafe$default (Lorg/kotlincrypto/bitops/endian/Endian$Companion;S[BIIIILjava/lang/Object;)[B |
| 143 | + public static final fun leInlineShortFrom (Lorg/kotlincrypto/bitops/endian/Endian$Companion;[BI)S |
| 144 | + public static final fun leInlineShortOf (Lorg/kotlincrypto/bitops/endian/Endian$Companion;BB)S |
| 145 | + public static final fun longOf (Lorg/kotlincrypto/bitops/endian/Endian$Companion;II)J |
| 146 | +} |
| 147 | + |
| 148 | +public final class org/kotlincrypto/bitops/endian/internal/B0 { |
| 149 | + public static final synthetic fun box-impl (B)Lorg/kotlincrypto/bitops/endian/internal/B0; |
| 150 | + public static fun constructor-impl (B)B |
| 151 | + public fun equals (Ljava/lang/Object;)Z |
| 152 | + public static fun equals-impl (BLjava/lang/Object;)Z |
| 153 | + public static final fun equals-impl0 (BB)Z |
| 154 | + public fun hashCode ()I |
| 155 | + public static fun hashCode-impl (B)I |
| 156 | + public fun toString ()Ljava/lang/String; |
| 157 | + public static fun toString-impl (B)Ljava/lang/String; |
| 158 | + public final synthetic fun unbox-impl ()B |
| 159 | +} |
| 160 | + |
| 161 | +public final class org/kotlincrypto/bitops/endian/internal/Lo { |
| 162 | + public static final synthetic fun box-impl (I)Lorg/kotlincrypto/bitops/endian/internal/Lo; |
| 163 | + public static fun constructor-impl (I)I |
| 164 | + public fun equals (Ljava/lang/Object;)Z |
| 165 | + public static fun equals-impl (ILjava/lang/Object;)Z |
| 166 | + public static final fun equals-impl0 (II)Z |
| 167 | + public fun hashCode ()I |
| 168 | + public static fun hashCode-impl (I)I |
| 169 | + public fun toString ()Ljava/lang/String; |
| 170 | + public static fun toString-impl (I)Ljava/lang/String; |
| 171 | + public final synthetic fun unbox-impl ()I |
| 172 | +} |
| 173 | + |
| 174 | +public final class org/kotlincrypto/bitops/endian/internal/_EndianUtilsKt { |
| 175 | + public static final fun packAllElsePartial ([BIIIILkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)[B |
| 176 | + public static final fun packBEInt ([BII)[B |
| 177 | + public static final fun packBELong ([BJI)[B |
| 178 | + public static final fun packBEShort ([BSI)[B |
| 179 | + public static final fun packLEInt ([BII)[B |
| 180 | + public static final fun packLELong ([BJI)[B |
| 181 | + public static final fun packLEShort ([BSI)[B |
| 182 | + public static final fun packPartial ([BIIILkotlin/jvm/functions/Function1;)[B |
| 183 | + public static final fun toBEInt-_EY57KE (BBBB)I |
| 184 | + public static final fun toBELong-23fJcIY (BBBBBBBB)J |
| 185 | + public static final fun toBEShort-qNA_5i4 (BB)S |
| 186 | + public static final fun toLEInt-_EY57KE (BBBB)I |
| 187 | + public static final fun toLELong-23fJcIY (BBBBBBBB)J |
| 188 | + public static final fun toLEShort-qNA_5i4 (BB)S |
| 189 | + public static final fun toLong-DL1PAzY (II)J |
| 190 | +} |
| 191 | + |
0 commit comments