Searched refs:highestPossibleSetBit (Results 1 – 1 of 1) sorted by relevance
260 int highestPossibleSetBit = generator.nextInt(1000) + 1; in testSetGetClearFlip() local262 nextBitToSet = generator.nextInt(highestPossibleSetBit); in testSetGetClearFlip()268 for (int x=0; x<highestPossibleSetBit; x++) { in testSetGetClearFlip()281 for (int x=0; x<highestPossibleSetBit; x++) in testSetGetClearFlip()295 for (int x=0; x<highestPossibleSetBit; x++) { in testSetGetClearFlip()308 for (int x=0; x<highestPossibleSetBit; x++) in testSetGetClearFlip()322 for (int x=0; x<highestPossibleSetBit; x++) { in testSetGetClearFlip()335 for (int x=0; x<highestPossibleSetBit; x++) in testSetGetClearFlip()601 int highestPossibleSetBit = generator.nextInt(1000) + 1; in testClear() local604 b1.set(generator.nextInt(highestPossibleSetBit)); in testClear()[all …]