Searched defs:bitCount (Results 1 – 5 of 5) sorted by relevance
62 static int bitCount(BigInteger val) { in bitCount() method in BitLevel105 int bitCount = numberOfBits & 31; in nonZeroDroppedBits() local
660 public int bitCount() { in bitCount() method in BigInteger
86 public BitSet(int bitCount) { in BitSet()100 private static long[] arrayForBits(int bitCount) { in arrayForBits()737 int bitCount = length(); in toByteArray() local
640 public static int bitCount(long v) { in bitCount() method in Long
640 public static int bitCount(int i) { in bitCount() method in Integer