/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | alias_test.go | 20 type bigInt struct { struct 21 *big.Int 31 func (bigInt) Generate(rand *rand.Rand, size int) reflect.Value {
|
/aosp_15_r20/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/ |
H A D | Asn1Utils.java | 147 private static int bigIntegerToInt(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToInt() 155 private static long bigIntegerToLong(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToLong()
|
/aosp_15_r20/cts/tests/security/src/android/keystore/cts/ |
H A D | Asn1Utils.java | 166 private static int bigIntegerToInt(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToInt() 174 private static long bigIntegerToLong(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToLong()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
H A D | SimpleBigDecimal.java | 23 private final BigInteger bigInt; field in SimpleBigDecimal 47 public SimpleBigDecimal(BigInteger bigInt, int scale) in SimpleBigDecimal()
|
H A D | LongArray.java | 323 public LongArray(BigInteger bigInt) in LongArray()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
H A D | SimpleBigDecimal.java | 23 private final BigInteger bigInt; field in SimpleBigDecimal 47 public SimpleBigDecimal(BigInteger bigInt, int scale) in SimpleBigDecimal()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | SimpleBigDecimal.java | 22 private final BigInteger bigInt; field in SimpleBigDecimal 46 public SimpleBigDecimal(BigInteger bigInt, int scale) in SimpleBigDecimal()
|
/aosp_15_r20/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
H A D | Base64Codec.java | 1004 public static byte[] encodeInteger(BigInteger bigInt) { in encodeInteger() 1018 static byte[] toIntegerBytes(BigInteger bigInt) { in toIntegerBytes()
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/subtle/ |
H A D | RsaKemTest.java | 38 BigInteger bigInt = new BigInteger(2048, new Random()); in bigIntToByteArray_approximate() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/subtle/ |
H A D | RsaKem.java | 50 static byte[] bigIntToByteArray(BigInteger bigInt, int size) { in bigIntToByteArray()
|
/aosp_15_r20/prebuilts/go/linux-x86/test/asmhdr.dir/ |
D | main.go | 16 bigInt = 0xffffffffffffffff const
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/stats/pull/ |
H A D | BatteryHealthUtility.java | 86 BigInteger bigInt = new BigInteger(1, hashBytes); in stringToIntHash() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/ |
H A D | UnsignedLong.java | 226 BigInteger bigInt = BigInteger.valueOf(value & UNSIGNED_MASK); in bigIntegerValue() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/ |
H A D | UnsignedLong.java | 226 BigInteger bigInt = BigInteger.valueOf(value & UNSIGNED_MASK); in bigIntegerValue() local
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | PackageUtil.java | 230 BigInteger bigInt = new BigInteger(1, md.digest()); in computeFileHash() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/ |
H A D | TestGenerateJsonSchema.java | 113 public BigInteger bigInt; field in TestGenerateJsonSchema.Numbers
|
H A D | NewSchemaTest.java | 106 public BigInteger bigInt; field in NewSchemaTest.Numbers
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/ |
D | encoder.go | 385 func (w *Encoder) bigInt(v *big.Int) { func
|
D | decoder.go | 459 func (r *Decoder) bigInt() *big.Int { func
|
/aosp_15_r20/external/starlark-go/starlark/ |
H A D | int.go | 102 func (i Int) bigInt() *big.Int { func
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUtil.hpp | 442 const int bigInt = ~0u / 2; in elemsStr() local
|
/aosp_15_r20/external/starlark-go/syntax/ |
H A D | scan.go | 424 bigInt *big.Int // decoded integers > int64 member
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | FormatterTest.java | 2551 BigInteger bigInt = new BigInteger("123456789012345678901234567890"); in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerPaddingConversion() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/ |
D | exec_test.go | 274 bigInt = fmt.Sprintf("0x%x", int(1<<uint(reflect.TypeFor[int]().Bits()-1)-1)) var
|
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/ |
D | exec_test.go | 271 bigInt = fmt.Sprintf("0x%x", int(1<<uint(reflect.TypeFor[int]().Bits()-1)-1)) var
|