Home
last modified time | relevance | path

Searched refs:C_STATIC_ASSERT (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DchreApi.h25 C_STATIC_ASSERT(va_list_size, sizeof(va_list) == sizeof(uint32_t));
32 C_STATIC_ASSERT(uintptr_size, sizeof(uintptr_t) >= sizeof(uint32_t));
Dutil.h37 #define C_STATIC_ASSERT(name, condition) \ macro
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c43 C_STATIC_ASSERT(max_chre_msg_size, CHRE_MESSAGE_TO_HOST_MAX_SIZE <= 240);