Searched refs:IntToShort (Results 1 – 3 of 3) sorted by relevance
31 void IntToShort(void *dst, const void *src, size_t elem_num);
76 void IntToShort(void *dst, const void *src, size_t elem_num) { in IntToShort() function
90 IntToShort(host_ptr, ptr_, size >> 1); in SyncDeviceToHost()