Home | History | Annotate | Download | only in src

Lines Matching defs:fullSize

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