Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h103 #define SEG_SIZE_MAX UINT32_C(0x00FFFFFF) macro
/device/google/contexthub/firmware/os/core/
Dseos.c497 if (size > SEG_SIZE_MAX) { in osSegmentSetSize()
499 size = SEG_SIZE_MAX; in osSegmentSetSize()
610 if (segDataSize >= SEG_SIZE_MAX) in osAppSegmentClose()