Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 25 of 30) sorted by relevance

12

/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
Dhi_debug_adapt.h54 #define MPI_ASSERT(expr) \ argument
67 #define MPI_ASSERT(expr) argument
77 #define MPI_ASSERT(expr) \ argument
90 #define MPI_ASSERT(expr) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
Dhi_debug_adapt.h57 #define MPI_ASSERT(expr) \ argument
70 #define MPI_ASSERT(expr) argument
80 #define MPI_ASSERT(expr) \ argument
93 #define MPI_ASSERT(expr) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
Dhi_debug_adapt.h54 #define MPI_ASSERT(expr) \ argument
67 #define MPI_ASSERT(expr) argument
77 #define MPI_ASSERT(expr) \ argument
90 #define MPI_ASSERT(expr) argument
/device/soc/hisilicon/ws63v100/sdk/kernel/osal/include/debug/
Dosal_debug.h36 #define OSAL_ASSERT(expr) \ argument
47 #define OSAL_BUG_ON(expr) \ argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_debug.h94 #define KBASE_DEBUG_ASSERT(expr) KBASE_DEBUG_ASSERT_MSG(expr, #expr) argument
97 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP() argument
108 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) … argument
Dmali_malisw.h126 #define CSTD_COMPILE_TIME_ASSERT(expr) … argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_debug.h102 #define KBASE_DEBUG_ASSERT(expr) \ argument
106 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP() argument
117 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) \ argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dmali_kbase_debug.h101 #define KBASE_DEBUG_ASSERT(expr) KBASE_DEBUG_ASSERT_MSG(expr, #expr) argument
104 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP() argument
115 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) … argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
Dmali_kbase_debug.h99 #define KBASE_DEBUG_ASSERT(expr) \ argument
103 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) CSTD_NOP() argument
114 #define KBASE_DEBUG_ASSERT_MSG(expr, ...) \ argument
Dmali_malisw.h128 #define CSTD_COMPILE_TIME_ASSERT(expr) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dtcpip_priv.h72 #define API_EXPR_REF(expr) (&(expr)) argument
74 #define API_EXPR_REF_SEM(expr) (expr) argument
76 #define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr) argument
78 #define API_EXPR_DEREF(expr) expr argument
88 #define API_EXPR_REF(expr) expr argument
89 #define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr) argument
90 #define API_EXPR_DEREF(expr) (*(expr)) argument
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/priv/
Dtcpip_priv.h73 #define API_EXPR_REF(expr) (&(expr)) argument
75 #define API_EXPR_REF_SEM(expr) (expr) argument
77 #define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr) argument
79 #define API_EXPR_DEREF(expr) expr argument
90 #define API_EXPR_REF(expr) expr argument
91 #define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr) argument
92 #define API_EXPR_DEREF(expr) (*(expr)) argument
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_debug.h61 #define HI_ASSERT(expr) \ argument
82 #define HI_ASSERT(expr) argument
96 #define HI_ASSERT(expr) \ argument
111 #define HI_ASSERT(expr) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dhi_debug.h64 #define HI_ASSERT(expr) \ argument
85 #define HI_ASSERT(expr) argument
99 #define HI_ASSERT(expr) \ argument
114 #define HI_ASSERT(expr) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_debug.h61 #define HI_ASSERT(expr) \ argument
82 #define HI_ASSERT(expr) argument
96 #define HI_ASSERT(expr) \ argument
111 #define HI_ASSERT(expr) argument
Dhi_osal.h327 #define OSAL_ASSERT(expr) \ argument
337 #define OSAL_BUG_ON(expr) \ argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
Dsample_comm_ive.h102 #define SAMPLE_CHECK_EXPR_RET(expr, ret, fmt...) \ argument
110 #define SAMPLE_CHECK_EXPR_RET_VOID(expr, fmt...) \ argument
118 #define SAMPLE_CHECK_EXPR_GOTO(expr, label, fmt...) \ argument
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/include/test/
Dpsa_helpers.h34 #define PSA_ASSERT( expr ) TEST_EQUAL( ( expr ), PSA_SUCCESS ) argument
Dpsa_crypto_helpers.h181 #define RECORD_STATUS( string, expr ) \ argument
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/src/
Dpsa_crypto_helpers.c104 const char *expr ) in mbedtls_test_record_status()
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/psa/
Dkey_ladder_demo.c82 #define SYS_CHECK( expr ) \ argument
95 #define PSA_CHECK( expr ) \ argument
/device/soc/rockchip/common/sdk_linux/scripts/kconfig/
Dparser.y47 struct expr *expr; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dhi_gv_conf.h22 #define HIGV_UNUSED(expr) \ argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
Dhi_log.h159 #define HI_ASSERT(expr) … argument
167 #define HI_ASSERT_RET(expr) \ argument
273 #define HI_ASSERT(expr) argument
274 #define HI_ASSERT_RET(expr) argument
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/update/inner_include/
Dupg_patch_info.h33 #define upg_compile_assert(expr) typedef char upg_comp_assert[(expr) ? 1 : 0] argument

12