Searched refs:RT_MAKE_U16 (Results 1 - 18 of 18) sorted by relevance
/vbox/src/VBox/VMM/VMMR0/ |
H A D | VMMR0TripleFaultHack.cpp | 82 LogRel(("0040:0067 = %04x:%04x\n", RT_MAKE_U16(g_pbPage0[0x467+2], g_pbPage0[0x467+3]), RT_MAKE_U16(g_pbPage0[0x467+0], g_pbPage0[0x467+1]) )); 105 g_u16SavedCadIndicator = RT_MAKE_U16(g_pbPage0[0x472], g_pbPage0[0x472+1]);
|
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | ipv6.cpp | 63 + RT_H2BE_U16(RT_MAKE_U16(bProtocol, 0));
|
/vbox/src/VBox/Devices/USB/ |
H A D | VUSBUrb.cpp | 126 switch (RT_MAKE_U16(ASC, ASCQ)) 128 case RT_MAKE_U16(0x00, 0x00): return "No error"; 598 RT_MAKE_U16(pb[8], pb[7]), pb[9])); 609 RT_MAKE_U16(pb[8], pb[7]), pb[9])); 623 RT_MAKE_U16(pb[3], pb[2]), RT_MAKE_U16(pb[6], pb[5]), 632 RT_MAKE_U16(pb[8], pb[7]), pb[9])); 647 RT_MAKE_U16(pb[3], pb[2]), RT_MAKE_U16(pb[6], pb[5]),
|
/vbox/src/VBox/Devices/PC/ |
H A D | DevDMA.cpp | 250 ch->u16BaseCount = RT_MAKE_U16(ch->u16BaseCount, u32); 252 ch->u16BaseAddr = RT_MAKE_U16(ch->u16BaseAddr, u32); 261 ch->u16BaseCount = RT_MAKE_U16(u32, RT_HIBYTE(ch->u16BaseCount)); 263 ch->u16BaseAddr = RT_MAKE_U16(u32, RT_HIBYTE(ch->u16BaseAddr));
|
/vbox/include/VBox/RemoteDesktop/ |
H A D | VRDEVideoIn.h | 350 #ifdef RT_MAKE_U16 351 #define VRDE_VIDEOIN_CTRLSEL_MAKE(Lo, Hi) RT_MAKE_U16(Lo, Hi)
|
/vbox/src/VBox/Runtime/common/asm/ |
H A D | asm-fake.cpp | 455 return RT_MAKE_U16(RT_HIBYTE(u16), RT_LOBYTE(u16));
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPR3HardenedMainImports-win.cpp | 472 *pSyscall->puApiNo = RT_MAKE_U16(pbFunction[4], pbFunction[5]); 505 *pSyscall->puApiNo = RT_MAKE_U16(pbFunction[1], pbFunction[2]);
|
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-cursor.cpp | 262 cb = RT_MAKE_U16(pCursor->pbCur[1], pCursor->pbCur[0]);
|
/vbox/include/iprt/formats/ |
H A D | mach-o.h | 557 do { (a_n_desc) = RT_MAKE_U16(RT_BYTE1(a_n_desc), a_ordinal); } while (0)
|
/vbox/src/VBox/Runtime/common/zip/ |
H A D | gzipvfs.cpp | 741 && (RT_MAKE_U16(pHdr->bId2, pHdr->bId1) % 31) == 0
|
/vbox/src/VBox/Disassembler/ |
H A D | DisasmCore.cpp | 372 return RT_MAKE_U16(pDis->abInstr[offInstr], pDis->abInstr[offInstr + 1]); 381 return RT_MAKE_U16(pDis->abInstr[offInstr], pDis->abInstr[offInstr + 1]); 402 return RT_MAKE_U16(pDis->abInstr[offInstr], pDis->abInstr[offInstr + 1]);
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgmodcodeview.cpp | 912 pThis->uCurStyle = RT_MAKE_U16('C', 'V'); 920 RTDBGMODCV_CHECK_NOMSG_RET_BF(pThis->uCurStyle == RT_MAKE_U16('C', 'V')); 936 RTDBGMODCV_CHECK_NOMSG_RET_BF(pThis->uCurStyle == RT_MAKE_U16('C', 'V'));
|
H A D | dbgmoddwarf.cpp | 1567 uint16_t u16 = RT_MAKE_U16(pCursor->pb[0], pCursor->pb[1]);
|
/vbox/include/iprt/ |
H A D | cdefs.h | 1827 /** @def RT_MAKE_U16 1830 #define RT_MAKE_U16(Lo, Hi) \ macro 1879 #define RT_BSWAP_U16_C(u16) RT_MAKE_U16(RT_HIBYTE(u16), RT_LOBYTE(u16))
|
/vbox/src/VBox/Main/src-client/ |
H A D | MouseImpl.cpp | 1014 RT_MAKE_U16(contactId, fu8),
|
H A D | ConsoleVRDPServer.cpp | 2896 RT_MAKE_U16(contactId, contactState),
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMouseHandler.cpp | 1075 RT_MAKE_U16(touchPoint.id(), iTouchPointState),
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | IEMAll.cpp | 1421 *pu16 = RT_MAKE_U16(pIemCpu->abOpcode[offOpcode], pIemCpu->abOpcode[offOpcode + 1]); 1443 *pu16 = RT_MAKE_U16(pIemCpu->abOpcode[offOpcode], pIemCpu->abOpcode[offOpcode + 1]); 1477 *pu32 = RT_MAKE_U16(pIemCpu->abOpcode[offOpcode], pIemCpu->abOpcode[offOpcode + 1]); 1499 *pu32 = RT_MAKE_U16(pIemCpu->abOpcode[offOpcode], pIemCpu->abOpcode[offOpcode + 1]); 1534 *pu64 = RT_MAKE_U16(pIemCpu->abOpcode[offOpcode], pIemCpu->abOpcode[offOpcode + 1]); 1556 *pu64 = RT_MAKE_U16(pIemCpu->abOpcode[offOpcode], pIemCpu->abOpcode[offOpcode + 1]); 7160 *pcbLimit = RT_MAKE_U16(pu8Src[0], pu8Src[1]);
|
Completed in 1380 milliseconds