HomeSort by relevance Sort by last modified time
    Searched full:actualbytecount (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/math/
BigInt.java 215 int actualByteCount = (NativeBN.bitLength(this.bignum) + 7) / 8;
216 return actualByteCount <= desiredByteCount;

Completed in 271 milliseconds