Searched refs:isPowerOfTwo (Results 1 – 1 of 1) sorted by relevance
295 private static boolean isPowerOfTwo(int n) { in isPowerOfTwo() method in BootSector326 if (!isPowerOfTwo(v)) throw new IllegalArgumentException( in setSectorsPerCluster()