Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.h170 uint64_t GetTableSizeInSectors(void) {return (((numParts * GPT_SIZE) / blockSize) + in GetTableSizeInSectors()
171 (((numParts * GPT_SIZE) % blockSize) != 0)); } in GetTableSizeInSectors()
Dsupport.h67 #define GPT_SIZE 128 macro
Dgpttext.cc169 if (curHigh < (blockSize / GPT_SIZE)) in ResizePartitionTable()
170 curHigh = blockSize / GPT_SIZE; in ResizePartitionTable()
Dgptcl.cc33 tableSize = GPT_SIZE; in GPTDataCL()
Dgpt.cc603 crc = chksum_crc32((unsigned char*) partitions, numParts * GPT_SIZE); in RecomputeCRCs()
1819 entriesPerSector = blockSize / GPT_SIZE; in SetGPTSize()
1994 mainHeader.sizeOfPartitionEntries = GPT_SIZE; in ClearGPTData()