Searched refs:cround (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.c261 #define cround(n) (display_in_cyl_units ? ((n)/units_per_sector)+1 : (n)) macro
1973 (ullong) cround(get_partition_start(pe)), /* start */
1974 (ullong) cround(get_partition_start(pe) + psects /* end */
2173 first[i] = (cround(first[i]) - 1) * units_per_sector;
2198 start = read_int(cround(saved_start), cround(saved_start), cround(limit),
2232 if (cround(start) == cround(limit)) {
2238 stop = read_int(cround(star
[all...]

Completed in 138 milliseconds