Searched refs:counts (Results 1 – 10 of 10) sorted by relevance
317 int counts = (int)s; in unarrivedOf() local318 return (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK); in unarrivedOf()330 int counts = (int)s; in arrivedOf() local331 return (counts == EMPTY) ? 0 : in arrivedOf()332 (counts >>> PARTIES_SHIFT) - (counts & UNARRIVED_MASK); in arrivedOf()386 int counts = (int)s; in doArrive() local387 int unarrived = (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK); in doArrive()431 int counts = (int)s; in doRegister() local432 int parties = counts >>> PARTIES_SHIFT; in doRegister()433 int unarrived = counts & UNARRIVED_MASK; in doRegister()[all …]
53 for major_version, counts in top_tree.items():54 subtotal = sum(counts[key] for key in counts)57 for minor_version, count in counts.items():
284 volatile int counts; field in AtomicIntegerArrayTest.Counter295 ++counts; in realRun()321 assertEquals(c1.counts+c2.counts, SIZE * countdown); in testCountingInMultipleThreads()
283 volatile long counts; field in AtomicLongArrayTest.Counter294 ++counts; in realRun()320 assertEquals(c1.counts+c2.counts, SIZE * countdown); in testCountingInMultipleThreads()
771 int counts[] = new int[datasNames.length]; in genNames() local787 String val = getData(j, counts[j]); in genNames()791 String val = getData(j, counts[j]); in genNames()804 if (inc(counts, datas.length)) { in genNames()
443 public static void getInstructionCount(int[] counts) {} in getInstructionCount() argument
168 access to copy the source code from the same place counts as
160 code from the same place counts as distribution of the source code, even though
168 code from the same place counts as distribution of the source code, even though