Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h225 static inline uint32_t osSegmentSizeAlignedWithFooter(uint32_t size) in osSegmentSizeAlignedWithFooter() function
233 osSegmentSizeAlignedWithFooter(size) + in osSegmentSizeGetNext()
257 uint32_t size = osSegmentSizeAlignedWithFooter(osSegmentGetSize(seg)); in osAppSegmentCalcCrcResidue()
/device/google/contexthub/firmware/os/core/
Dseos.c614 if (osSegmentSizeAlignedWithFooter(segDataSize) + sizeof(struct Segment) > totalSize) in osAppSegmentClose()
667 size = osSegmentSizeAlignedWithFooter(size); in osAppWipeData()