Home
last modified time | relevance | path

Searched refs:fullSize (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/wifi/ipv6proxy/
Dpacket.h43 size_t fullSize() const { in fullSize() function
/device/google/contexthub/firmware/os/core/
Dseos.c606 int32_t fullSize = segDataSize + sizeof(seg); // without footer or padding in osAppSegmentClose() local
632 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()