Home | History | Annotate | Download | only in core

Lines Matching refs:fullSize

606     int32_t fullSize = segDataSize + sizeof(seg); // without footer or padding
632 footerLen = (-fullSize) & 3;
637 .crc = ~soft_crc32(storageSeg, fullSize, ~0),
644 ret = osWriteShared((uint8_t*)storageSeg + fullSize, footer, footerLen);