Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 1 of 1) sorted by relevance

/base/msdp/device_status/utils/common/include/
Dutil.h85 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt()
100 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32()
105 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64()
111 bool MultiplyInt(T op1, T op2, T minVal, T maxVal, T &res) in MultiplyInt()
138 inline bool MultiplyInt32(int32_t op1, int32_t op2, int32_t& res) in MultiplyInt32()
143 inline bool MultiplyInt64(int64_t op1, int64_t op2, int64_t& res) in MultiplyInt64()