Searched refs:actualByteCount (Results 1 – 1 of 1) sorted by relevance
217 int actualByteCount = (NativeBN.bitLength(this.bignum) + 7) / 8; in twosCompFitsIntoBytes() local218 return actualByteCount <= desiredByteCount; in twosCompFitsIntoBytes()