Searched refs:longToBig (Results 1 – 3 of 3) sorted by relevance
167 final BigInteger big0 = ZipUtil.longToBig(l0); in testLongToBig()168 final BigInteger big1 = ZipUtil.longToBig(l1); in testLongToBig()169 final BigInteger big2 = ZipUtil.longToBig(l2); in testLongToBig()170 final BigInteger big3 = ZipUtil.longToBig(l3); in testLongToBig()171 final BigInteger big4 = ZipUtil.longToBig(l4); in testLongToBig()180 ZipUtil.longToBig(l5); in testLongToBig()
115 this.uid = ZipUtil.longToBig(l); in setUID()124 this.gid = ZipUtil.longToBig(l); in setGID()
152 static BigInteger longToBig(long l) { in longToBig() method in ZipUtil