Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java802 int theBit = n & 0x3F; in testBit() local
803 long tester = 1L << theBit; in testBit()
812 int theBit = n & 0x3F; in flipBit() local
813 long flipper = 1L << theBit; in flipBit()