OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:real_c
(Results
1 - 1
of
1
) sorted by null
/external/toybox/toys/pending/
fdisk.c
1066
sector_t total, real_s,
real_c
;
local
1069
real_c
= cylinder(s, c);
1070
total = (
real_c
* g_sectors + real_s) * g_heads + h;
1076
if (
real_c
>= g_cylinders)
1077
xprintf("Partition %u: cylinder %lld greater than maximum %lu\n", n,
real_c
+ 1, g_cylinders);
[
all
...]
Completed in 196 milliseconds