Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h241 const struct Segment *sharedEnd; member
250 const struct Segment *next = seg < it->sharedEnd ? osSegmentGetNext(seg) : it->sharedEnd; in osSegmentIteratorNext()
255 return seg < it->sharedEnd; in osSegmentIteratorNext()
/device/google/contexthub/firmware/os/core/
Dseos.c446 it->sharedEnd = (const struct Segment *)(start + sz); in osSegmentIteratorInit()
546 if (!storageSeg || osSegmentSizeGetNext(storageSeg, size) > it.sharedEnd) in osAppSegmentCreate()