Searched refs:flipBit (Results 1 – 6 of 6) sorted by relevance
476 const int flipBit = (int)getBit(src, 32); in decompressETC1Block() local530 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC1Block()591 const int flipBit = (int)getBit(src, 32); in decompressETC2Block() local625 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC2Block()
1248 void flipBit(unsigned bitPosition);
1545 void flipBit(unsigned bitPosition);
1196 BigInteger.prototype.flipBit = bnFlipBit; method in BigInteger
559 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt
339 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt