Searched defs:pu16Buf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVHD.cpp266 static int vhdFilenameToUtf16(const char *pszFilename, uint16_t *pu16Buf, argument
286 pu16Buf[i] = RT_H2BE_U16(tmp16[i]);
288 memcpy(pu16Buf, tmp16, cTmp16Len * sizeof(*tmp16));

Completed in 40 milliseconds