HomeSort by relevance Sort by last modified time
    Searched defs:numHeads (Results 1 - 3 of 3) sorted by null

  /external/gptfdisk/
basicmbr.h 55 uint32_t numHeads; // number of heads, in CHS scheme
diskio-unix.cc 184 uint32_t numHeads = 255;
194 numHeads = (uint32_t) geometry.heads;
196 return numHeads;
mbrpart.h 65 static uint32_t numHeads;

Completed in 78 milliseconds