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

  /device/google/contexthub/firmware/inc/
seos.h 213 static inline uint32_t osSegmentSizeAlignedWithFooter(uint32_t size)
221 osSegmentSizeAlignedWithFooter(size) +
  /device/google/contexthub/firmware/src/
seos.c 566 if (osSegmentSizeAlignedWithFooter(segDataSize) + sizeof(struct Segment) > totalSize)
619 size = osSegmentSizeAlignedWithFooter(size);
    [all...]

Completed in 104 milliseconds