MCPcopy Create free account
hub / github.com/coreutils/coreutils / pad_at_overflow

Function pad_at_overflow

src/od.c:526–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 return pad / fields * i + m * i / fields;
525}
526static bool
527pad_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) \
534static void \

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected