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

  /external/gptfdisk/
mbrpart.cc 33 uint32_t MBRPart::numHeads = MAX_HEADS;
54 numHeads = MAX_HEADS;
127 numHeads = heads;
273 if ((!done) && (lba >= (numHeads * numSecspTrack * MAX_CYLINDERS))) {
281 cylinder = lba / (numHeads * numSecspTrack);
282 remainder = lba - (cylinder * numHeads * numSecspTrack);
286 if (head < numHeads)
mbrpart.h 65 static uint32_t numHeads;
diskio-unix.cc 184 uint32_t numHeads = 255;
194 numHeads = (uint32_t) geometry.heads;
196 return numHeads;
basicmbr.h 55 uint32_t numHeads; // number of heads, in CHS scheme
basicmbr.cc 40 numHeads = MAX_HEADS;
53 numHeads = MAX_HEADS;
84 numHeads = orig.numHeads;
623 numHeads = myDisk->GetNumHeads();
627 partitions[0].SetGeometry(numHeads, numSecspTrack, diskSize, blockSize);
676 if ((!done) && (lba >= ((uint64_t) numHeads * numSecspTrack * MAX_CYLINDERS))) {
684 cylinder = lba / (uint64_t) (numHeads * numSecspTrack);
685 remainder = lba - (cylinder * numHeads * numSecspTrack);
689 if (head < numHeads)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.h 45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
LzFindMt.c 138 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
139 { action; for (; numHeads != 0; numHeads--) { \
  /external/lzma/C/
LzFindMt.h 45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
LzFindMt.c 138 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
139 { action; for (; numHeads != 0; numHeads--) { \

Completed in 126 milliseconds