Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h208 static inline uint32_t osSegmentSizeAlignedWithFooter(uint32_t size) in osSegmentSizeAlignedWithFooter() function
216 osSegmentSizeAlignedWithFooter(size) + in osSegmentSizeGetNext()
/device/google/contexthub/firmware/src/
Dseos.c558 if (osSegmentSizeAlignedWithFooter(segDataSize) + sizeof(struct Segment) > totalSize) in osAppSegmentClose()
611 size = osSegmentSizeAlignedWithFooter(size); in osAppWipeData()