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

/vbox/src/VBox/Storage/
H A DQCOW.cpp1355 uint64_t offUpdateLe = RT_H2BE_U64(pClusterAlloc->pL2Entry->offL2Tbl); local
1361 &offUpdateLe, sizeof(uint64_t), pIoCtx,
1401 uint64_t offUpdateLe = RT_H2BE_U64(pClusterAlloc->offClusterNew); local
1408 &offUpdateLe, sizeof(uint64_t), pIoCtx,
H A DQED.cpp1449 uint64_t offUpdateLe = RT_H2LE_U64(pClusterAlloc->pL2Entry->offL2Tbl); local
1455 &offUpdateLe, sizeof(uint64_t), pIoCtx,
1495 uint64_t offUpdateLe = RT_H2LE_U64(pClusterAlloc->offClusterNew); local
1502 &offUpdateLe, sizeof(uint64_t), pIoCtx,

Completed in 43 milliseconds