Searched defs:inc (Results 1 – 4 of 4) sorted by relevance
71 int[] inc = IntStream.range(start, end).toArray(); in testIntRange() local91 int[] inc = IntStream.rangeClosed(start, end).toArray(); in testIntRange() local102 int[] inc = IntStream.rangeClosed(Integer.MAX_VALUE - 1, Integer.MAX_VALUE).toArray(); in testIntRange() local
753 private static boolean inc(int[] num, int base) { in inc() method in TestCertUtils.UniGen
1733 private boolean tryRelease(long c, WorkQueue v, long inc) { in tryRelease()
3885 Function<Long, CompletableFuture<Long>> inc in testAdditiveMonad() local