HomeSort by relevance Sort by last modified time
    Searched full:real_s (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/pending/
fdisk.c 1066 sector_t total, real_s, real_c; local
1068 real_s = sector(s) - 1;
1070 total = (real_c * g_sectors + real_s) * g_heads + h;
1074 if (real_s >= g_sectors)
    [all...]

Completed in 264 milliseconds