Searched refs:numStripes (Results 1 – 7 of 7) sorted by relevance
49 @Param({"2", "8", "64", "1024", "65536"}) int numStripes; field in StripedBenchmark77 this.striped = impl.get(numStripes); in setUp()78 stripes = new int[numStripes]; in setUp()79 for (int i = 0; i < numStripes; i++) { in setUp()90 return impl.get(numStripes); in sizeOfStriped()94 final List<Lock> locks = new ArrayList<Lock>(numStripes);98 Striped<Lock> striped = impl.get(numStripes); in sizeOfPopulatedStriped()107 int numStripesLocal = numStripes; in timeConstruct()118 int mask = numStripes - 1; in timeGetAt()
317 const int numStripes = (height + stripeHeight - 1) / stripeHeight; in fuzz_img() local329 for (int i = 0; i < numStripes; i += 2) { in fuzz_img()348 for (int i = 0; i < numStripes; i += 2) { in fuzz_img()
293 const int numStripes = (height + stripeHeight - 1) / stripeHeight; in fuzz_img() local305 for (int i = 0; i < numStripes; i += 2) { in fuzz_img()324 for (int i = 0; i < numStripes; i += 2) { in fuzz_img()
122 const int numStripes = 4; in test_in_stripes() local124 if (numStripes > height) { in test_in_stripes()129 const int stripeHeight = height / numStripes; in test_in_stripes()
124 const int numStripes = 4; in test_in_stripes() local126 if (numStripes > height) { in test_in_stripes()131 const int stripeHeight = height / numStripes; in test_in_stripes()
629 const int numStripes = (height + stripeHeight - 1) / stripeHeight; in draw() local643 for (int i = 0; i < numStripes; i += 2) { in draw()662 for (int i = 0; i < numStripes; i += 2) { in draw()
632 const int numStripes = (height + stripeHeight - 1) / stripeHeight; in draw() local646 for (int i = 0; i < numStripes; i += 2) { in draw()665 for (int i = 0; i < numStripes; i += 2) { in draw()