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

  /device/google/contexthub/firmware/os/inc/
seos.h 269 const struct Segment *sharedEnd;
278 const struct Segment *next = seg < it->sharedEnd ? osSegmentGetNext(seg) : it->sharedEnd;
283 return seg < it->sharedEnd;
  /device/google/contexthub/firmware/os/core/
seos.c 468 it->sharedEnd = (const struct Segment *)(start + sz);
528 if (!storageSeg || storageSeg > it.sharedEnd)
531 return (uint8_t *)it.sharedEnd - (uint8_t *)storageSeg;
586 if (!storageSeg || osSegmentSizeGetNext(storageSeg, size) > it.sharedEnd)
    [all...]

Completed in 225 milliseconds