Searched refs:expr (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
D | perf | 38 expr $2 / 2 41 expr $2 \* 2 43 expr $2 90 6) VDsize=$(expr $6 \* $7 \* 2) 92 13|14) VDsize=$(expr $9 \* $10 \* 2) 94 15) VDsize=$(expr $5 \* $6 \* 2) 104 size=$(expr $4 \* $5 \* 2) 132 size=$(expr $width \* $height \* 2) 142 size=$(expr $4 \* $5 \* 2) 173 size=$(expr $width \* $height \* 2) [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_common.h | 68 #define CHECK_MEM_ERROR(cm, lval, expr) do { \ argument 69 lval = (expr); \ 76 #define CHECK_MEM_ERROR(cm, lval, expr) do { \ argument 77 lval = (expr); \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | onyxd_int.h | 139 #define CHECK_MEM_ERROR(lval,expr) do {\ argument 140 lval = (expr); \ 147 #define CHECK_MEM_ERROR(lval,expr) do {\ argument 148 lval = (expr); \
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmdefs.h | 37 #define STATIC_ASSERT(expr) { \ argument 39 typedef enum { _STATIC_ASSERT_NOT_CONSTANT = (expr) } _static_assert_e; \ 41 typedef char STATIC_ASSERT_FAIL[(expr) ? 1 : -1]; \
|
/hardware/ti/omap3/dspbridge/inc/ |
D | gt.h | 103 GT_assert(struct GT_Mask mask, Int expr) in GT_assert() argument 247 #define GT_assert( mask, expr ) argument 256 #define GT_assert( mask, expr ) \ argument 257 (!(expr) ? \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_int.h | 713 #define CHECK_MEM_ERROR(lval,expr) do {\ argument 714 lval = (expr); \ 721 #define CHECK_MEM_ERROR(lval,expr) do {\ argument 722 lval = (expr); \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 1922 #define GTEST_COMPILE_ASSERT_(expr, msg) \ 1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \ 1924 msg[static_cast<bool>(expr) ? 1 : -1] GTEST_ATTRIBUTE_UNUSED_ 7423 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr, 7425 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr, 19900 # define EXPECT_HRESULT_SUCCEEDED(expr) \ 19901 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) 19903 # define ASSERT_HRESULT_SUCCEEDED(expr) \ 19904 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) 19906 # define EXPECT_HRESULT_FAILED(expr) \ [all …]
|