OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lendian_64
(Results
1 - 1
of
1
) sorted by null
/external/syslinux/utils/
isohybrid.c
441
lendian_64
(const uint64_t s)
function
822
header->signature =
lendian_64
(0x5452415020494645ull);
825
header->currentLBA =
lendian_64
(current);
826
header->backupLBA =
lendian_64
(alternate);
827
header->firstUsableLBA =
lendian_64
(gptsize + hole);
828
header->lastUsableLBA =
lendian_64
((isostat.st_size + padding)/512 -
831
header->partitionEntriesLBA =
lendian_64
(0x02 + hole);
833
header->partitionEntriesLBA =
lendian_64
(current - (128 / 4));
853
part->firstLBA =
lendian_64
(0);
854
part->lastLBA =
lendian_64
(psize - 1)
[
all
...]
Completed in 438 milliseconds