Searched refs:bn (Results 1 – 3 of 3) sorted by relevance
422 int bn = this.getNameCount(); in relativize() local426 int n = (bn > cn) ? cn : bn; in relativize()434 int dotdots = bn - i; in relativize()
568 byte bn = Byte.parseByte("-128", 10);569 assertTrue("Invalid parse of dec byte", b == (byte) 127 && (bn == (byte) -128));
2651 private int[] bn2BigEndInts(long bn) { in bn2BigEndInts() argument2652 return reverse(NativeBN.bn2litEndInts(bn)); in bn2BigEndInts()