Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dbsd.cc33 sectorSize = 512; in BSDData()
120 sectorSize = *temp32; in ReadBSDData()
179 ReverseBytes(&sectorSize, 4); in ReverseMetaBytes()
H A Dsupport.cc235 // (sectorSize defaults to 1). Note that this function uses peculiar
239 string BytesToIeee(uint64_t size, uint32_t sectorSize) { in BytesToIeee() argument
247 sizeInIeee = previousIeee = size * (uint64_t) sectorSize; in BytesToIeee()
H A Dbsd.h62 uint32_t sectorSize; // # of bytes per sector member in BSDData
H A Dsupport.h76 std::string BytesToIeee(uint64_t size, uint32_t sectorSize);
/third_party/sqlite/src/
H A Dsqlite3.c37009 int sectorSize; /* Device sector size */ global() member
56177 u32 sectorSize; /* Assumed sector size during rollback */ global() member
67143 int sectorSize = sqlite3SectorSize(pWal->pWalFd); global() local
[all...]

Completed in 152 milliseconds