Searched refs:PLATFORM_COMPILER_ASSERT (Results 1 – 3 of 3) sorted by relevance
129 PLATFORM_COMPILER_ASSERT(sizeof(WBTPacketHeaderFormat) == 4);130 PLATFORM_COMPILER_ASSERT(sizeof(WBTPacketRequestSyncFormat) == 4);131 PLATFORM_COMPILER_ASSERT(sizeof(WBTPacketResponseSyncFormat) == 6);132 PLATFORM_COMPILER_ASSERT(sizeof(WBTPacketRequestUserDataFormat) == 10);133 PLATFORM_COMPILER_ASSERT(sizeof(WBTPacketRequestGetBlockDoneFormat) == 4);134 PLATFORM_COMPILER_ASSERT(sizeof(WBTPacketResponseGetBlockDoneFormat) == 4);135 PLATFORM_COMPILER_ASSERT(sizeof(WBTPacketRequestGetBlockFormat) == 8);136 PLATFORM_COMPILER_ASSERT(sizeof(WBTPacketResponseGetBlockFormat) == 8);137 PLATFORM_COMPILER_ASSERT(sizeof(WBTPacketFormat) == 14);
157 PLATFORM_COMPILER_ASSERT(sizeof(WFSFATFormat) == 8);158 PLATFORM_COMPILER_ASSERT(sizeof(WFSOVLFormat) == 32);159 PLATFORM_COMPILER_ASSERT(sizeof(WFSMessageFormat) == 12);
63 #define PLATFORM_COMPILER_ASSERT(expr) \ macro