Searched refs:paBatEntriesConv (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVHDX.cpp791 * @param paBatEntriesConv Where to store the converted BAT.
794 * @note It is safe to use the same pointer for paBatEntriesConv and paBatEntries.
796 DECLINLINE(void) vhdxConvBatTableEndianess(VHDXECONV enmConv, PVhdxBatEntry paBatEntriesConv, argument
800 paBatEntriesConv[i].u64BatEntry = SET_ENDIAN_U64(paBatEntries[i].u64BatEntry);

Completed in 48 milliseconds