Searched refs:real_c (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c2043 ullong total, real_s, real_c; local
2046 real_c = cylinder(s, c);
2047 total = (real_c * sectors + real_s) * heads + h;
2056 if (real_c >= cylinders)
2058 "maximum %d\n", n, real_c + 1, cylinders);

Completed in 93 milliseconds