Searched defs:op1 (Results 1 - 1 of 1) sorted by relevance
/base/msdp/device_status/utils/common/include/ |
H A D | util.h | 85 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt() argument 100 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32() argument 105 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() argument 111 bool MultiplyInt(T op1, argument 138 MultiplyInt32(int32_t op1, int32_t op2, int32_t& res) MultiplyInt32() argument 143 MultiplyInt64(int64_t op1, int64_t op2, int64_t& res) MultiplyInt64() argument [all...] |
Completed in 1 milliseconds