Searched defs:IntToLong (Results 1 – 2 of 2) sorted by relevance
99 void IntToLong(void *dst, const void *src, size_t elem_num) { in IntToLong() function
157 inline int64_t IntToLong(int32_t v) { return static_cast<int64_t>(v); } in IntToLong() function