OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPT_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/gptfdisk/
support.h
67
#define
GPT_SIZE
128
gpttext.cc
169
if (curHigh < (blockSize /
GPT_SIZE
))
170
curHigh = blockSize /
GPT_SIZE
;
[
all
...]
gpt.cc
519
crc = chksum_crc32((unsigned char*) partitions, numParts *
GPT_SIZE
);
[
all
...]
gptcl.cc
33
tableSize =
GPT_SIZE
;
Completed in 69 milliseconds