Lines Matching defs:count
31 size_t *count,
34 size_t count_ = *count;
48 *count = count_;
137 size_t count;
142 size_t count;
206 if (define < bench_define_names[i].count
219 if (define < bench_define_maps[i].count
238 if (define < bench_define_maps[i].count
316 size_t count = 0;
327 count = lfs_max(count, d+1);
333 bench_override_define_count = count;
337 if (count * permutations > bench_override_define_capacity) {
339 size_t ncapacity = 1 << lfs_npw2(count * permutations);
348 sizeof(bench_define_t) * count * permutations);
364 bench_override_defines[j*count + d] = BENCH_LIT(
525 size_t count = backtrace(
529 for (size_t i = 1; i < count; i++) {
1265 name_width, "geometry", "read", "prog", "erase", "count", "size");
1282 // global bench step count
1738 // comma-separated read/prog/erase/count
1741 size_t count = 0;
1744 while (count < 4) {
1746 sizes[count] = strtoumax(s, &parsed, 0);
1747 count += 1;
1763 if (count >= 3) {
1770 } else if (count >= 2) {
1779 if (count >= 4) {
1787 // leb16-encoded read/prog/erase/count
1790 size_t count = 0;
1796 if (parsed == s || count >= 4) {
1800 sizes[count] = x;
1801 count += 1;
1807 if (count >= 3) {
1814 } else if (count >= 2) {
1823 if (count >= 4) {