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

/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmbsdlabel.cpp213 pPartition->cFsCylPerGroup = RT_LE2H_U16(pPartition->cFsCylPerGroup);
225 pBsdLabel->u16DriveType = RT_LE2H_U16(pBsdLabel->u16DriveType);
226 pBsdLabel->u16SubType = RT_LE2H_U16(pBsdLabel->u16SubType);
233 pBsdLabel->cSpareSectorsPerTrack = RT_LE2H_U16(pBsdLabel->cSpareSectorsPerTrack);
234 pBsdLabel->cSpareSectorsPerCylinder = RT_LE2H_U16(pBsdLabel->cSpareSectorsPerCylinder);
236 pBsdLabel->cRotationsPerMinute = RT_LE2H_U16(pBsdLabel->cRotationsPerMinute);
237 pBsdLabel->uSectorInterleave = RT_LE2H_U16(pBsdLabel->uSectorInterleave);
238 pBsdLabel->uSectorSkewPerTrack = RT_LE2H_U16(pBsdLabel->uSectorSkewPerTrack);
239 pBsdLabel->uSectorSkewPerCylinder = RT_LE2H_U16(pBsdLabel->uSectorSkewPerCylinder);
240 pBsdLabel->usHeadSwitch = RT_LE2H_U16(pBsdLabe
[all...]
H A Ddvmgpt.cpp299 pThis->paGptEntries[i].aPartitionName[cwc] = RT_LE2H_U16(pThis->paGptEntries[i].aPartitionName[cwc]);
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp122 cbDesc = RT_LE2H_U16(((uint16_t *)pbDesc)[1]);
193 pOut->bcdUSB = RT_LE2H_U16(pIn->bcdUSB);
198 pOut->idVendor = RT_LE2H_U16(pIn->idVendor);
199 pOut->idProduct = RT_LE2H_U16(pIn->idProduct);
200 pOut->bcdDevice = RT_LE2H_U16(pIn->bcdDevice);
396 cur_ep->Core.wMaxPacketSize = RT_LE2H_U16(cur_ep->Core.wMaxPacketSize);
433 tot_len = RT_LE2H_U16(cfg->wTotalLength);
H A DVUSBUrb.cpp1495 pSetup->wValue = RT_LE2H_U16(pSetupIn->wValue);
1496 pSetup->wIndex = RT_LE2H_U16(pSetupIn->wIndex);
1497 pSetup->wLength = RT_LE2H_U16(pSetupIn->wLength);
/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp319 pUuid->Gen.u16TimeMid = RT_LE2H_U16((uint16_t)MY_TONUM(pszString[ 9]) << 12
323 pUuid->Gen.u16TimeHiAndVersion = RT_LE2H_U16(
491 pUuid->Gen.u16TimeMid = RT_LE2H_U16((uint16_t)MY_TONUM(pwszString[ 9]) << 12
495 pUuid->Gen.u16TimeHiAndVersion = RT_LE2H_U16(
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp1227 pThis->aCSR[12] = RT_LE2H_U16(((uint16_t *)&pThis->aPROM[0])[0]);
1228 pThis->aCSR[13] = RT_LE2H_U16(((uint16_t *)&pThis->aPROM[0])[1]);
1229 pThis->aCSR[14] = RT_LE2H_U16(((uint16_t *)&pThis->aPROM[0])[2]);
1440 pThis->aCSR[15] = RT_LE2H_U16(initblk.mode); \
1444 pThis->aCSR[ 8] = RT_LE2H_U16(initblk.ladrf1); \
1445 pThis->aCSR[ 9] = RT_LE2H_U16(initblk.ladrf2); \
1446 pThis->aCSR[10] = RT_LE2H_U16(initblk.ladrf3); \
1447 pThis->aCSR[11] = RT_LE2H_U16(initblk.ladrf4); \
1448 pThis->aCSR[12] = RT_LE2H_U16(initblk.padr1); \
1449 pThis->aCSR[13] = RT_LE2H_U16(initbl
[all...]
/vbox/include/iprt/
H A Dcdefs.h1963 /** @def RT_LE2H_U16
1966 # define RT_LE2H_U16(u16) RT_BSWAP_U16(u16) macro
1968 # define RT_LE2H_U16(u16) (u16) macro
/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp252 cmd = RT_LE2H_U16(*(uint16_t *)(d->config + PCI_COMMAND));
348 val = RT_LE2H_U16(*(uint16_t *)(d->config + address));
/vbox/src/VBox/Storage/
H A DVHDX.cpp564 #define SET_ENDIAN_U16(u16) (enmConv == VHDXECONV_H2F ? RT_H2LE_U16(u16) : RT_LE2H_U16(u16))
H A DVMDK.cpp2619 pExtent->uCompression = RT_LE2H_U16(Header.compressAlgorithm);

Completed in 5273 milliseconds