Searched defs:expression (Results 1 – 8 of 8) sorted by relevance
| /device/soc/esp/esp32/components/esp_common/src/ |
| D | esp_err.c | 22 … char *msg, esp_err_t rc, const char *file, int line, const char *function, const char *expression) in esp_error_check_failed_print() 34 …thout_abort(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed_without_abort() 39 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed()
|
| /device/soc/telink/b91/b91_ble_sdk/common/ |
| D | assert.h | 25 #define assert(expression) … argument 31 #define __assert(expression, file, lineno) … argument
|
| /device/soc/esp/esp32/components/esp_lwip/port/include/arch/ |
| D | cc.h | 96 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 100 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /device/soc/esp/esp32/components/esp_common/include/ |
| D | esp_expression_with_stack.h | 29 #define ESP_EXECUTE_EXPRESSION_WITH_STACK(lock, stack, stack_size, expression) \ argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
| D | los_base.h | 47 #define LOS_ASSERT_COND(expression) argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | debug.h | 154 #define LWIP_ERROR(message, expression, handler) do { \ argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_kernel_common.h | 82 #define MALI_CHECK_NO_ERROR(expression) \ argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_kernel_common.h | 96 #define MALI_CHECK_NO_ERROR(expression) … argument
|