Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h230 static inline const struct Segment *osSegmentSizeGetNext(const struct Segment *seg, uint32_t size) in osSegmentSizeGetNext() function
241 return osSegmentSizeGetNext(seg, osSegmentGetSize(seg)); in osSegmentGetNext()
/device/google/contexthub/firmware/os/core/
Dseos.c586 if (!storageSeg || osSegmentSizeGetNext(storageSeg, size) > it.sharedEnd) in osAppSegmentCreate()
624 if (osSegmentSizeGetNext(storageSeg, segDataSize) > (struct Segment*)end) in osAppSegmentClose()