Home
last modified time | relevance | path

Searched refs:actualByteCount (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/math/
DBigInt.java217 int actualByteCount = (NativeBN.bitLength(this.bignum) + 7) / 8; in twosCompFitsIntoBytes() local
218 return actualByteCount <= desiredByteCount; in twosCompFitsIntoBytes()