Home
last modified time | relevance | path

Searched refs:expr (Results 1 - 25 of 26) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dtcpip_priv.h72 #define API_EXPR_REF(expr) (&(expr))
74 #define API_EXPR_REF_SEM(expr) (expr)
76 #define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr)
78 #define API_EXPR_DEREF(expr) expr
88 #define API_EXPR_REF(expr) expr
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
H A Dhi_debug_adapt.h57 #define MPI_ASSERT(expr) \
59 if (!(expr)) { \
63 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
70 #define MPI_ASSERT(expr)
80 #define MPI_ASSERT(expr) \
82 if (!(expr)) { \
86 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
93 #define MPI_ASSERT(expr)
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_debug_adapt.h54 #define MPI_ASSERT(expr) \
56 if (!(expr)) { \
60 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
67 #define MPI_ASSERT(expr)
77 #define MPI_ASSERT(expr) \
79 if (!(expr)) { \
83 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
90 #define MPI_ASSERT(expr)
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_debug_adapt.h54 #define MPI_ASSERT(expr) \
56 if (!(expr)) { \
60 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
67 #define MPI_ASSERT(expr)
77 #define MPI_ASSERT(expr) \
79 if (!(expr)) { \
83 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
90 #define MPI_ASSERT(expr)
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug.h87 * @def KBASE_DEBUG_ASSERT(expr)
88 * @brief Calls @see KBASE_PRINT_ASSERT and prints the expression @a expr if @a expr is false
92 * @param expr Boolean expression
94 #define KBASE_DEBUG_ASSERT(expr) KBASE_DEBUG_ASSERT_MSG(expr, #expr)
97 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP()
100 * @def KBASE_DEBUG_ASSERT_MSG(expr, ...)
101 * @brief Calls @see KBASEP_DEBUG_ASSERT_OUT and prints the given message if @a expr i
[all...]
H A Dmali_malisw.h126 #define CSTD_COMPILE_TIME_ASSERT(expr) \
130 case (expr):; \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug.h94 * @def KBASE_DEBUG_ASSERT(expr)
95 * @brief Calls @ref KBASE_PRINT_ASSERT and prints the expression @a expr if @a expr is false
99 * @param expr Boolean expression
101 #define KBASE_DEBUG_ASSERT(expr) KBASE_DEBUG_ASSERT_MSG(expr, #expr)
104 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP()
107 * @def KBASE_DEBUG_ASSERT_MSG(expr, ...)
108 * @brief Calls @ref KBASEP_DEBUG_ASSERT_OUT and prints the given message if @a expr i
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug.h95 * KBASE_DEBUG_ASSERT(expr) - Calls @ref KBASE_PRINT_ASSERT and prints the
96 * expression @a expr if @a expr is false
97 * @expr: Boolean expression
102 #define KBASE_DEBUG_ASSERT(expr) \
103 KBASE_DEBUG_ASSERT_MSG(expr, #expr)
106 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP()
110 * given message if @a expr is false
111 * @expr
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug.h92 * @def KBASE_DEBUG_ASSERT(expr)
93 * @brief Calls @see KBASE_PRINT_ASSERT and prints the expression @a expr if @a expr is false
97 * @param expr Boolean expression
99 #define KBASE_DEBUG_ASSERT(expr) \
100 KBASE_DEBUG_ASSERT_MSG(expr, #expr)
103 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP()
106 * @def KBASE_DEBUG_ASSERT_MSG(expr, ...)
107 * @brief Calls @see KBASEP_DEBUG_ASSERT_OUT and prints the given message if @a expr i
[all...]
H A Dmali_malisw.h128 #define CSTD_COMPILE_TIME_ASSERT(expr) \
129 do { switch (0) { case 0: case (expr):; } } while (false)
/device/soc/rockchip/common/sdk_linux/scripts/kconfig/
H A Dparser.y47 struct expr *expr;
104 %type <expr> expr
105 %type <expr> if_expr
201 config_option: default expr if_expr T_EOL
322 if_entry: T_IF expr T_EOL
427 depends: T_DEPENDS T_ON expr T_EOL
454 | T_IF expr { $$ = $2; }
457 expr label
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_debug.h64 #define HI_ASSERT(expr) \
66 if (!(expr)) { \
70 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
85 #define HI_ASSERT(expr)
99 #define HI_ASSERT(expr) \
101 if (!(expr)) { \
105 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
114 #define HI_ASSERT(expr)
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_debug.h61 #define HI_ASSERT(expr) \
63 if (!(expr)) { \
67 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
82 #define HI_ASSERT(expr)
96 #define HI_ASSERT(expr) \
98 if (!(expr)) { \
102 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
111 #define HI_ASSERT(expr)
H A Dhi_osal.h331 #define OSAL_ASSERT(expr) \
333 if (!(expr)) { \
336 #expr); \
341 #define OSAL_BUG_ON(expr) \
343 if (expr) { \
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_debug.h61 #define HI_ASSERT(expr) \
63 if (!(expr)) { \
67 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
82 #define HI_ASSERT(expr)
96 #define HI_ASSERT(expr) \
98 if (!(expr)) { \
102 " >Condition: %s\n", __FUNCTION__, __LINE__, #expr); \
111 #define HI_ASSERT(expr)
H A Dhi_osal.h327 #define OSAL_ASSERT(expr) \
329 if (!(expr)) { \
332 #expr); \
337 #define OSAL_BUG_ON(expr) \
339 if (expr) { \
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_ive.h102 #define SAMPLE_CHECK_EXPR_RET(expr, ret, fmt...) \
104 if (expr) { \
110 #define SAMPLE_CHECK_EXPR_RET_VOID(expr, fmt...) \
112 if (expr) { \
118 #define SAMPLE_CHECK_EXPR_GOTO(expr, label, fmt...) \
120 if (expr) { \
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_conf.h22 #define HIGV_UNUSED(expr) \
24 (void)(expr); \
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
H A Dhi_log.h159 #define HI_ASSERT(expr) \
161 if (!(expr)) { \
163 __FILE__, __FUNCTION__, __LINE__, #expr); \
167 #define HI_ASSERT_RET(expr) \
169 if (!(expr)) { \
170 HI_PRINT("\n<%s %d>: ASSERT Failure{" #expr "}\n", \
273 #define HI_ASSERT(expr)
274 #define HI_ASSERT_RET(expr)
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dhi_osal.h330 #define OSAL_ASSERT(expr) \
332 if (!(expr)) { \
335 #expr); \
340 #define OSAL_BUG_ON(expr) \
342 if (expr) { \
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmdefs.h85 #define STATIC_ASSERT(expr) { \
87 typedef enum { _STATIC_ASSERT_NOT_CONSTANT = (expr) } _static_assert_e UNUSED_VAR; \
89 typedef char STATIC_ASSERT_FAIL[(expr) ? 1 : -1] UNUSED_VAR; \
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h353 #define assert(expr) \
354 if(!(expr)) { \
356 #expr,__FILE__,__FUNCTION__,__LINE__); \
360 #define assert(expr) do {} while (0)
/device/board/hisilicon/hispark_taurus/uboot/secureboot_ohos/
H A Dsec_os.sh47 sig_num=$(expr $# / 2)
/device/board/hisilicon/hispark_aries/uboot/secureboot_ohos/
H A Dsec_os.sh47 sig_num=$(expr $# / 2)
/device/soc/rockchip/common/sdk_linux/
H A DMakefile1305 expr $(VERSION) \* 65536 + $(PATCHLEVEL) \* 256 + 255); \
1308 expr $(VERSION) \* 65536 + $(PATCHLEVEL) \* 256 + $(SUBLEVEL)); \

Completed in 19 milliseconds

12