Searched refs:all_sizes (Results 1 – 1 of 1) sorted by relevance
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 520 std::vector<int> all_sizes(kSmallSizes); in GetShorthand() local 521 all_sizes.insert(all_sizes.end(), kMediumSizes.begin(), kMediumSizes.end()); in GetShorthand() 522 all_sizes.insert(all_sizes.end(), kLargeSizes.begin(), kLargeSizes.end()); in GetShorthand() 536 {"AT_ALL_SIZES", GetArgs(all_sizes)}, in GetShorthand() 545 {"AT_ALIGNED_ONEBUF_ALL", GetArgs(all_sizes, 0)}, in GetShorthand() 551 {"AT_ALIGNED_TWOBUF_ALL", GetArgs(all_sizes, 0, 0)}, in GetShorthand() 563 for (int size : all_sizes) { in GetShorthand()
|