Searched defs:op2 (Results 1 – 1 of 1) sorted by relevance
/base/msdp/device_status/utils/common/include/ |
D | util.h | 37 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt() 52 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32() 57 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() 63 bool MultiplyInt(T op1, T op2, T minVal, T maxVal, T &res) in MultiplyInt() 90 inline bool MultiplyInt32(int32_t op1, int32_t op2, int32_t& res) in MultiplyInt32() 95 inline bool MultiplyInt64(int64_t op1, int64_t op2, int64_t& res) in MultiplyInt64()
|