Home
last modified time | relevance | path

Searched refs:GPT_SIZE (Results 1 - 5 of 5) sorted by relevance

/third_party/gptfdisk/
H A Dgpt.h168 uint64_t GetTableSizeInSectors(void) {return (((numParts * GPT_SIZE) / blockSize) + in GetTableSizeInSectors()
169 (((numParts * GPT_SIZE) % blockSize) != 0)); } in GetTableSizeInSectors()
H A Dsupport.h67 #define GPT_SIZE 128 macro
H A Dgpttext.cc169 if (curHigh < (blockSize / GPT_SIZE)) in ResizePartitionTable()
170 curHigh = blockSize / GPT_SIZE; in ResizePartitionTable()
H A Dgptcl.cc37 tableSize = GPT_SIZE; in GPTDataCL()
H A Dgpt.cc618 crc = chksum_crc32((unsigned char*) partitions, numParts * GPT_SIZE); in RecomputeCRCs()
1855 entriesPerSector = blockSize / GPT_SIZE; in SetGPTSize()
2047 mainHeader.sizeOfPartitionEntries = GPT_SIZE; in ClearGPTData()

Completed in 8 milliseconds