Searched refs:fullSize (Results 1 – 2 of 2) sorted by relevance
43 size_t fullSize() const { in fullSize() function
606 int32_t fullSize = segDataSize + sizeof(seg); // without footer or padding in osAppSegmentClose() local632 footerLen = (-fullSize) & 3; in osAppSegmentClose()637 .crc = ~soft_crc32(storageSeg, fullSize, ~0), in osAppSegmentClose()644 ret = osWriteShared((uint8_t*)storageSeg + fullSize, footer, footerLen); in osAppSegmentClose()