Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 55) sorted by relevance

123

/device/soc/chipsea/cst85/liteos_m/sdk/modules/dbg/
Ddbg_assert.h99 #define DBG_ASSERT(type, cond) dbg_assert_##type(cond, __MODULE__, LINE_NB) argument
101 #define DBG_ASSERT(type, cond) dbg_assert_##type("", "", 0) argument
106 #define ASSERT_ERR(cond) \ argument
124 #define ASSERT_ERR2(cond, fmt, ...) \ argument
132 #define ASSERT_WARN(cond) \ argument
140 #define ASSERT_INFO(cond, param0, param1) { if (!(cond)) { TRACE("line is %d file is %s\… argument
142 #define ASSERT_INFO(cond, param0, param1) { if (!(cond)) { TRACE("line is %d file is %s"… argument
147 #define ASSERT_ERR(cond) argument
149 #define ASSERT_ERR2(cond, fmt, ...) argument
151 #define ASSERT_WARN(cond) argument
[all …]
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_log.h53 #define mpp_logf_c(cond, fmt, ...) do { if (cond) mpp_logf(fmt, ## __VA_ARGS__); } while (0) argument
54 #define mpp_loge_c(cond, fmt, ...) do { if (cond) mpp_loge(fmt, ## __VA_ARGS__); } while (0) argument
55 #define mpp_logw_c(cond, fmt, ...) do { if (cond) mpp_logw(fmt, ## __VA_ARGS__); } while (0) argument
56 #define mpp_logi_c(cond, fmt, ...) do { if (cond) mpp_logi(fmt, ## __VA_ARGS__); } while (0) argument
57 #define mpp_logd_c(cond, fmt, ...) do { if (cond) mpp_logd(fmt, ## __VA_ARGS__); } while (0) argument
58 #define mpp_logv_c(cond, fmt, ...) do { if (cond) mpp_logv(fmt, ## __VA_ARGS__); } while (0) argument
60 #define mpp_logf_cf(cond, fmt, ...) do { if (cond) mpp_logf_f(fmt, ## __VA_ARGS__); } while (0) argument
61 #define mpp_loge_cf(cond, fmt, ...) do { if (cond) mpp_loge_f(fmt, ## __VA_ARGS__); } while (0) argument
62 #define mpp_logw_cf(cond, fmt, ...) do { if (cond) mpp_logw_f(fmt, ## __VA_ARGS__); } while (0) argument
63 #define mpp_logi_cf(cond, fmt, ...) do { if (cond) mpp_logi_f(fmt, ## __VA_ARGS__); } while (0) argument
[all …]
Dmpp_debug.h88 #define mpp_assert(cond) do { \ argument
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/utils/
Damlog.h70 #define amlog_if(cond, x...) do {if (cond) printk(x); } while {0} argument
72 #define amlog_level_if(cond, level, x...) \ argument
78 #define amlog_mask_if(cond, mask, x...) \ argument
84 #define amlog_mask_levelif(cond, mask, level, x...) \ argument
97 #define amlog_if(cond, x...) argument
98 #define amlog_level_if(cond, level, x...) argument
99 #define amlog_mask_if(cond, mask, x...) argument
100 #define amlog_mask_level_if(cond, mask, level, x...) argument
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/
Darch.h183 #define ASSERT_ERR(id, cond) \ argument
194 #define ASSERT_INFO(id, cond, param0, param1) \ argument
205 #define ASSERT_WARN(id, cond, param0, param1) \ argument
222 #define ASSERT_ERR(id, cond) argument
225 #define ASSERT_INFO(id, cond, param0, param1) argument
228 #define ASSERT_WARN(id, cond, param0, param1) argument
/device/board/isoftstone/yangfan/kernel/src/incl/treace/hooks/
Dvendor_hooks.h53 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
60 #define DO_HOOK(name, proto, args, cond) \ argument
75 #define __DECLARE_HOOK(name, proto, args, cond, data_proto, data_args) \ argument
101 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
112 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
/device/soc/rockchip/common/sdk_linux/include/trace/hooks/
Dvendor_hooks.h49 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) DEFINE_HOOK_FN(name, NULL, NULL, PARAMS(pr… argument
70 #define DO_RESTRICTED_HOOK(name, args, cond) … argument
78 #define I_DECLARE_RESTRICTED_HOOK(name, proto, args, cond, data_proto) … argument
101 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) … argument
109 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) DECLARE_EVENT_NOP((name), PARAMS(proto), P… argument
/device/soc/esp/esp32/components/pthread/
Dpthread_cond_var.c53 esp_pthread_cond_t *cond = (esp_pthread_cond_t *) *cv; in pthread_cond_signal() local
72 esp_pthread_cond_t *cond = (esp_pthread_cond_t *) *cv; in pthread_cond_broadcast() local
98 esp_pthread_cond_t *cond = (esp_pthread_cond_t *) *cv; in pthread_cond_timedwait() local
165 esp_pthread_cond_t *cond = (esp_pthread_cond_t *) calloc(1, sizeof(esp_pthread_cond_t)); in pthread_cond_init() local
185 esp_pthread_cond_t *cond = (esp_pthread_cond_t *) *cv; in pthread_cond_destroy() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
Dhi_flashboot_gpio.h19 #define hi_io_val_set(cond, id, reg_val) \ argument
29 #define hi_io_dir_get(cond, id, val_addr) \ argument
39 #define hi_io_val_get(cond, id, val_addr) \ argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/
Dtracepoint.h162 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument
206 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
216 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
231 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
299 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
401 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
527 args, cond) \ argument
536 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
540 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dplatform_util.h89 #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) \ argument
99 #define MBEDTLS_INTERNAL_VALIDATE( cond ) \ argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/trace/
Ddefine_trace.h31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
/device/soc/bestechnic/bes2600/liteos_m/components/utils/include/
Dplatform.h103 #define RETURN_VAL_IF_FAIL(cond, val) \ argument
111 #define RETURN_IF_FAIL(cond) \ argument
119 #define DBG_ASSERT(cond) \ argument
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_trace.h192 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_assert_dump(__FILE__, __FUNCTION__, … argument
196 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_assert_dump(__FILE__, __LINE__, str,… argument
200 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_assert_dump(__FUNCTION__, __LINE__, … argument
204 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_assert_dump(str, ##__VA_ARGS__); } } argument
208 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_dummy(str, ##__VA_ARGS__); hal_trace… argument
215 #define ASSERT(cond, str, ...) { if (!(cond)) { _assert(str,1); } } argument
233 #define ASSERT_NODUMP(cond) { if (!(cond)) { SAFE_PROGRAM_STOP(); } } argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_debug.c25 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/include/btc/
Dbtc_common.h23 #define BTC_ASSERTC(cond, msg, val) if (!(cond)) { LOG_ERROR( \ argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_debug.c37 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux_pktdump.c609 bool cond; in dhd_dump_wsc_message() local
723 bool cond; in dhd_dump_eap_packet() local
851 bool cond; in dhd_dump_eapol_4way_message() local
921 bool cond; in dhd_dump_eapol_message() local
1026 bool cond; in dhd_dhcp_dump() local
1133 bool cond; in dhd_icmp_dump() local
1233 bool cond, dump_enabled; in dhd_arp_dump() local
1354 bool cond, dump_enabled; in dhd_dns_dump() local
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_linux_pktdump.c613 bool cond; in dhd_dump_wsc_message() local
751 bool cond; in dhd_dump_eap_packet() local
888 bool cond; in dhd_dump_eapol_4way_message() local
970 bool cond; in dhd_dump_eapol_message() local
1074 bool cond; in dhd_dhcp_dump() local
1192 bool cond; in dhd_icmp_dump() local
1309 bool cond, dump_enabled; in dhd_arp_dump() local
1454 bool cond, dump_enabled; in dhd_dns_dump() local
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux_pktdump.c623 bool cond; in dhd_dump_wsc_message() local
757 bool cond; in dhd_dump_eap_packet() local
889 bool cond; in dhd_dump_eapol_4way_message() local
971 bool cond; in dhd_dump_eapol_message() local
1119 bool cond; in dhd_dhcp_dump() local
1223 bool cond; in dhd_icmp_dump() local
1336 bool cond, dump_enabled; in dhd_arp_dump() local
1473 bool cond, dump_enabled; in dhd_dns_dump() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DThread.h43 typedef struct { pthread_cond_t cond; pthread_mutex_t mutex; } cond_type_struct; member
/device/soc/esp/esp32/components/driver/
Dtwai.c37 #define TWAI_CHECK(cond, ret_val) ({ \ argument
42 #define TWAI_CHECK_FROM_CRIT(cond, ret_val) ({ \ argument
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_common.h66 #define HPM_BREAK_IF(cond) if (cond) { break; } argument
67 #define HPM_CONTINUE_IF(cond) if (cond) { continue; } argument
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_log.h112 #define mpp_assert(cond) do { \ argument
/device/soc/esp/esp32/components/spi_flash/sim/stubs/log/include/
Desp_log.h38 #define _Static_assert(cond, message) argument

123