Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h239 static inline const struct Segment *osSegmentGetNext(const struct Segment *seg) in osSegmentGetNext() function
278 const struct Segment *next = seg < it->sharedEnd ? osSegmentGetNext(seg) : it->sharedEnd; in osSegmentIteratorNext()