Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 6 of 6) sorted by relevance

/device/soc/esp/esp32/components/esp_common/include/
Desp_assert.h22 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument
28 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument
/device/soc/esp/esp32/components/heap/
Dmulti_heap_platform.h56 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) esp_rom_printf(MSG, __VA_ARGS__) argument
96 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) fprintf(stderr, MSG, __VA_ARGS__) argument
/device/soc/telink/b91/b91_ble_sdk/common/
Dstatic_assert.h22 #define STATIC_ASSERT_M(COND, MSG) typedef char static_assertion_##MSG[(!!(COND)) * 2 - 1] argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
Dump_kernel_common.h83 #define MSG(args) … macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
Dump_kernel_common.h62 #define MSG(args) do{ /* args should be in brackets */ \ macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
Dhisignalling.c29 #define MSG(args...) printf(args) macro