Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/util/
DBits.java168 int minBit = idx & 0x1f; in findFirst() local
173 int bitIdx = findFirst(word, minBit); in findFirst()
178 minBit = 0; in findFirst()
/dalvik/dexgen/src/com/android/dexgen/util/
DBits.java168 int minBit = idx & 0x1f; in findFirst() local
173 int bitIdx = findFirst(word, minBit); in findFirst()
178 minBit = 0; in findFirst()