Home | History | Annotate | Download | only in ec

Lines Matching defs:bitLength

456         return (i << 6) + bitLength(w);
473 return (i << 6) + bitLength(w);
500 private static int bitLength(long w)
1568 private static void reduceBitWise(long[] buf, int off, int bitlength, int m, int[] ks)
1570 while (--bitlength >= m)
1572 if (testBit(buf, off, bitlength))
1574 reduceBit(buf, off, bitlength, m, ks);