HomeSort by relevance Sort by last modified time
    Searched refs:osSegmentSizeGetNext (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/inc/
seos.h 230 static inline const struct Segment *osSegmentSizeGetNext(const struct Segment *seg, uint32_t size)
241 return osSegmentSizeGetNext(seg, osSegmentGetSize(seg));
  /device/google/contexthub/firmware/os/core/
seos.c 586 if (!storageSeg || osSegmentSizeGetNext(storageSeg, size) > it.sharedEnd)
624 if (osSegmentSizeGetNext(storageSeg, segDataSize) > (struct Segment*)end)
    [all...]

Completed in 257 milliseconds