Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:GPT_SIZE

519    crc = chksum_crc32((unsigned char*) partitions, numParts * GPT_SIZE);
1698 entriesPerSector = blockSize / GPT_SIZE;
1737 mainHeader.firstUsableLBA = ((numEntries * GPT_SIZE) / blockSize) + (((numEntries * GPT_SIZE) % blockSize) != 0) + 2 ;
1856 mainHeader.sizeOfPartitionEntries = GPT_SIZE;