Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 90) sorted by relevance

1234

/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/common/
Dbk_assert.h53 #define BK_ASSERT(exp) \ argument
64 #define BK_ASSERT_EX(exp, format, ... ) \ argument
78 #define BK_ASSERT(exp) argument
80 #define BK_ASSERT_EX(exp, format, ... ) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
Dtde_osr.c28 #define mkstr(exp) #exp argument
29 #define mkmarcotostr(exp) mkstr(exp) argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_osk_list.h53 #define MALI_OSK_INIT_LIST_HEAD(exp) mali_osk_list_init(exp) argument
57 #define MALI_OSK_LIST_HEAD(exp) _mali_osk_list_t exp argument
61 #define MALI_OSK_LIST_HEAD_STATIC_INIT(exp) _mali_osk_list_t exp = {&(exp), &(exp)} argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_osk_list.h52 #define _MALI_OSK_INIT_LIST_HEAD(exp) _mali_osk_list_init(exp) argument
56 #define _MALI_OSK_LIST_HEAD(exp) _mali_osk_list_t exp argument
60 #define _MALI_OSK_LIST_HEAD_STATIC_INIT(exp) _mali_osk_list_t exp = { &exp, &exp } argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/include/
Dhi_drv_i2c.h35 #define HI_I2C_ERR_PRINT(exp, ret, fmt...) \ argument
43 #define HI_I2C_INFO_PRINT(exp, ret, fmt...) \ argument
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dbcm_ring.h118 #define RING_ASSERT(exp) ASSERT(exp) argument
122 #define RING_ASSERT(exp) do {} while (0) argument
464 #define WORKQ_ASSERT(exp) ASSERT(exp) argument
466 #define WORKQ_ASSERT(exp) do {} while (0) argument
Dlinux_osl.h75 #define ASSERT(exp) \ argument
83 #define ASSERT(exp) do {} while (0) argument
86 #define ASSERT(exp) argument
92 #define ASSERT_FP(exp) ASSERT(exp) argument
773 #define ASSERT(exp) do {} while (0) argument
776 #define ASSERT_FP(exp) ASSERT(exp) argument
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcm_ring.h143 #define RING_ASSERT(exp) ASSERT(exp) argument
147 #define RING_ASSERT(exp) \ argument
479 #define WORKQ_ASSERT(exp) ASSERT(exp) argument
481 #define WORKQ_ASSERT(exp) \ argument
Dlinux_osl.h79 #define ASSERT(exp) \ argument
90 #define ASSERT(exp) \ argument
95 #define ASSERT(exp) argument
544 #define ASSERT(exp) \ argument
Dbcmsdh_sdmmc.h76 #define SDIOH_ASSERT(exp) \ argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcm_ring.h145 #define RING_ASSERT(exp) ASSERT(exp) argument
149 #define RING_ASSERT(exp) do {} while (0) argument
507 #define WORKQ_ASSERT(exp) ASSERT(exp) argument
509 #define WORKQ_ASSERT(exp) do {} while (0) argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcm_ring.h147 #define RING_ASSERT(exp) ASSERT(exp) argument
151 #define RING_ASSERT(exp) do {} while (0) argument
493 #define WORKQ_ASSERT(exp) ASSERT(exp) argument
495 #define WORKQ_ASSERT(exp) do {} while (0) argument
Dlinux_osl.h78 #define ASSERT(exp) \ argument
86 #define ASSERT(exp) do {} while (0) argument
89 #define ASSERT(exp) argument
482 #define ASSERT(exp) do {} while (0) argument
Dbcmsdh_sdmmc.h49 #define SDIOH_ASSERT(exp) \ argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/
Dhimedia.c39 #define mkstr(exp) #exp argument
40 #define mk_marco_to_str(exp) mkstr(exp) argument
/device/soc/esp/esp32/components/heap/
Dheap_tlsf.h55 #define tlsf_cast(t, exp) ((t) (exp)) argument
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dbcmbloom.c36 #define ASSERT(exp) argument
Dbcm_app_utils.c38 #define ASSERT(exp) argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmbloom.c43 #define ASSERT(exp) argument
Dbcm_app_utils.c45 #define ASSERT(exp) argument
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dbcmbloom.c42 #define ASSERT(exp) argument
Dbcm_app_utils.c44 #define ASSERT(exp) argument
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/
Dnpl_os_freertos.c234 uint32_t exp; in npl_freertos_callout_remaining_ticks() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dbcm_app_utils.c44 #define ASSERT(exp) argument
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Dsensor_func.c368 exposure_set_t exp; in sensor_update_black() local

1234