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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_sun.c496 first = read_int(scround(start), scround(stop)+1,
497 scround(stop), 0, mesg);
545 last = read_int(scround(stop2), scround(stop2), scround(stop2),
548 last = read_int(scround(first), scround(stop2), scround(stop2),
549 scround(firs
[all...]
H A Dfdisk_sgi.c331 /* start */ (long) scround(start),
332 /* end */ (long) scround(start+len)-1,
737 first = read_int(scround(first), scround(first), scround(last)-1,
752 last = read_int(scround(first), scround(last)-1, scround(last)-1,
753 scround(first), mesg)+1;
H A Dfdisk.c263 #define scround(x) (((x)+units_per_sector-1)/units_per_sector) macro

Completed in 118 milliseconds