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

  /device/google/contexthub/firmware/inc/
seos.h 239 const struct Segment *sharedEnd;
248 const struct Segment *next = seg < it->sharedEnd ? osSegmentGetNext(seg) : it->sharedEnd;
253 return seg < it->sharedEnd;
  /device/google/contexthub/firmware/src/
seos.c 438 it->sharedEnd = (const struct Segment *)(start + sz);
538 if (!storageSeg || osSegmentSizeGetNext(storageSeg, size) > it.sharedEnd)
    [all...]

Completed in 66 milliseconds