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

Function get_lcm

src/od.c:1435–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1433 with the format specs. */
1434
1435ATTRIBUTE_PURE
1436static int
1437get_lcm (void)
1438{
1439 int l_c_m = 1;
1440
1441 for (idx_t i = 0; i < n_specs; i++)
1442 l_c_m = lcm (l_c_m, width_bytes[spec[i].size]);
1443 return l_c_m;
1444}
1445
1446/* Act like xstrtoimax (NPTR, NULL, BASE, VAL, VALID_SUFFIXES),
1447 except reject negative values, and *VAL may be set if

Callers 2

dumpFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected