Lines Matching defs:fullSize
558 int32_t fullSize = segDataSize + sizeof(seg); // without footer or padding584 footerLen = (-fullSize) & 3;589 .crc = ~crc32(storageSeg, fullSize, ~0),596 ret = osWriteShared((uint8_t*)storageSeg + fullSize, footer, footerLen);