Searched refs:op2 (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/window_scene/intention_event/utils/include/ |
H A D | util.h | 29 bool AddInt(T op1, T op2, T minVal, T maxVal, T& res) in AddInt() argument 32 if (op2 > maxVal - op1) { in AddInt() 36 if (op2 < minVal - op1) { in AddInt() 40 res = op1 + op2; in AddInt() 44 inline bool AddInt32(int32_t op1, int32_t op2, int32_t& res) in AddInt32() argument 46 return AddInt(op1, op2, INT32_MIN, INT32_MAX, res); in AddInt32() 49 inline bool AddInt64(int64_t op1, int64_t op2, int64_t& res) in AddInt64() argument 51 return AddInt(op1, op2, INT64_MIN, INT64_MAX, res); in AddInt64()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | util.h | 84 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt() argument 87 if (op2 > maxVal - op1) { in AddInt() 91 if (op2 < minVal - op1) { in AddInt() 95 res = op1 + op2; in AddInt() 99 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32() argument 101 return AddInt(op1, op2, INT32_MIN, INT32_MAX, res); in AddInt32() 104 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() argument 106 return AddInt(op1, op2, INT64_MIN, INT64_MAX, res); in AddInt64()
|
/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 110 #define HST_HILOG_WITH_LEVEL_JUDGE(op1, op2, con, fmt, args...) \ 113 op2(LOG_TYPE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \ 137 #define HST_HILOG_T_WITH_LEVEL_JUDGE(op1, op2, con, fmt, args...) \ 140 op2(LOG_TYPE, "[" PUBLIC_LOG_S "]:" fmt, HST_LOG_TAG, ##args); \
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/ |
H A D | medialibrary_rdb_test.cpp | 304 TransactionOperations op2(rdbStorePtr->GetRaw()); in HWTEST_F() 305 ret = op2.Start(); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 792 FragmentShadingRateCombinerOp op2 { CORE_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP };
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 2542 (VkFragmentShadingRateCombinerOpKHR)renderCmd.combinerOps.op2,
|
Completed in 9 milliseconds