Searched refs:Cell (Results 1 – 5 of 5) sorted by relevance
124 static final class Cell { class in Striped64126 Cell(long x) { value = x; } in Cell() method in Striped64.Cell143 (Cell.class.getDeclaredField("value"));156 transient volatile Cell[] cells;232 Cell[] as; Cell a; int n; long v; in longAccumulate()236 Cell r = new Cell(x); // Optimistically create in longAccumulate()239 Cell[] rs; int m, j; in longAccumulate()278 Cell[] rs = new Cell[2]; in longAccumulate()279 rs[h & 1] = new Cell(x); in longAccumulate()316 Cell[] as; Cell a; int n; long v; in doubleAccumulate()[all …]
86 Cell[] as; long b, v; int m; Cell a; in add()120 Cell[] as = cells; in sum()123 for (Cell a : as) in sum()138 Cell[] as = cells; in reset()141 for (Cell a : as) in reset()158 Cell[] as = cells; in sumThenReset()162 for (Cell a : as) { in sumThenReset()
90 Cell[] as; long b, v; int m; Cell a; in add()118 Cell[] as = cells; in sum()121 for (Cell a : as) in sum()136 Cell[] as = cells; in reset()139 for (Cell a : as) in reset()156 Cell[] as = cells; in sumThenReset()160 for (Cell a : as) { in sumThenReset()
105 Cell[] as; long b, v, r; int m; Cell a; in accumulate()128 Cell[] as = cells; in get()131 for (Cell a : as) in get()147 Cell[] as = cells; in reset()150 for (Cell a : as) in reset()167 Cell[] as = cells; in getThenReset()171 for (Cell a : as) { in getThenReset()
103 Cell[] as; long b, v, r; int m; Cell a; in accumulate()130 Cell[] as = cells; in get()133 for (Cell a : as) in get()150 Cell[] as = cells; in reset()153 for (Cell a : as) in reset()170 Cell[] as = cells; in getThenReset()174 for (Cell a : as) { in getThenReset()