Home
last modified time | relevance | path

Searched defs:theBit (Results 1 – 2 of 2) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DIntArray.java439 int theBit = n & 0x1F; in testBit() local
449 int theBit = n & 0x1F; in flipBit() local
459 int theBit = n & 0x1F; in setBit() local
469 int theBit = n & 0x1F; in clearBit() local
DLongArray.java783 int theBit = n & 0x3F; in testBit() local
793 int theBit = n & 0x3F; in flipBit() local