Home
last modified time | relevance | path

Searched defs:bigInt (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dalias_test.go20 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 DAsn1Utils.java147 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 DAsn1Utils.java166 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 DSimpleBigDecimal.java23 private final BigInteger bigInt; field in SimpleBigDecimal
47 public SimpleBigDecimal(BigInteger bigInt, int scale) in SimpleBigDecimal()
H A DLongArray.java323 public LongArray(BigInteger bigInt) in LongArray()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java23 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 DSimpleBigDecimal.java22 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 DBase64Codec.java1004 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 DRsaKemTest.java38 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 DRsaKem.java50 static byte[] bigIntToByteArray(BigInteger bigInt, int size) { in bigIntToByteArray()
/aosp_15_r20/prebuilts/go/linux-x86/test/asmhdr.dir/
Dmain.go16 bigInt = 0xffffffffffffffff const
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DBatteryHealthUtility.java86 BigInteger bigInt = new BigInteger(1, hashBytes); in stringToIntHash() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/
H A DUnsignedLong.java226 BigInteger bigInt = BigInteger.valueOf(value & UNSIGNED_MASK); in bigIntegerValue() local
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedLong.java226 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 DPackageUtil.java230 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 DTestGenerateJsonSchema.java113 public BigInteger bigInt; field in TestGenerateJsonSchema.Numbers
H A DNewSchemaTest.java106 public BigInteger bigInt; field in NewSchemaTest.Numbers
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/
Dencoder.go385 func (w *Encoder) bigInt(v *big.Int) { func
Ddecoder.go459 func (r *Decoder) bigInt() *big.Int { func
/aosp_15_r20/external/starlark-go/starlark/
H A Dint.go102 func (i Int) bigInt() *big.Int { func
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp442 const int bigInt = ~0u / 2; in elemsStr() local
/aosp_15_r20/external/starlark-go/syntax/
H A Dscan.go424 bigInt *big.Int // decoded integers > int64 member
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DFormatterTest.java2551 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/
Dexec_test.go274 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/
Dexec_test.go271 bigInt = fmt.Sprintf("0x%x", int(1<<uint(reflect.TypeFor[int]().Bits()-1)-1)) var

12345678910>>...16