Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h203 #define FOOTER_SIZE sizeof(struct SegmentFooter) macro
205 #define FOOTER_SIZE 0 macro
210 return ((size + 3) & ~3) + FOOTER_SIZE; in osSegmentSizeAlignedWithFooter()
/device/google/contexthub/firmware/src/
Dseos.c544 uint8_t footer[sizeof(uint32_t) + FOOTER_SIZE]; in osAppSegmentClose()