| 524 | return pad / fields * i + m * i / fields; |
| 525 | } |
| 526 | static bool |
| 527 | pad_at_overflow (idx_t fields) |
| 528 | { |
| 529 | intmax_t product; |
| 530 | return ckd_mul (&product, fields - 1, fields - 1); |
| 531 | } |
| 532 | |
| 533 | #define PRINT_FIELDS(N, T, FMT_STRING_DECL, ACTION) \ |
| 534 | static void \ |