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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp924 pFat->magic = RT_BSWAP_U32(pFat->magic);
925 pFat->nfat_arch = RT_BSWAP_U32(pFat->nfat_arch);
929 paFatArches[i].cputype = RT_BSWAP_U32(paFatArches[i].cputype);
930 paFatArches[i].cpusubtype = RT_BSWAP_U32(paFatArches[i].cpusubtype);
931 paFatArches[i].offset = RT_BSWAP_U32(paFatArches[i].offset);
932 paFatArches[i].size = RT_BSWAP_U32(paFatArches[i].size);
933 paFatArches[i].align = RT_BSWAP_U32(paFatArches[i].align);
/vbox/src/VBox/Storage/
H A DDMG.cpp568 pUdif->u32Magic = RT_BSWAP_U32(pUdif->u32Magic);
569 pUdif->u32Version = RT_BSWAP_U32(pUdif->u32Version);
570 pUdif->cbFooter = RT_BSWAP_U32(pUdif->cbFooter);
571 pUdif->fFlags = RT_BSWAP_U32(pUdif->fFlags);
577 pUdif->iSegment = RT_BSWAP_U32(pUdif->iSegment);
578 pUdif->cSegments = RT_BSWAP_U32(pUdif->cSegments);
581 pUdif->u32Type = RT_BSWAP_U32(pUdif->u32Type);
725 pCkSum->u32Kind = RT_BSWAP_U32(pCkSum->u32Kind);
726 pCkSum->cBits = RT_BSWAP_U32(pCkSum->cBits);
727 pCkSum->uSum.au32[0] = RT_BSWAP_U32(pCkSu
[all...]
/vbox/include/iprt/
H A Dcdefs.h1846 /** @def RT_BSWAP_U32
1849 # define RT_BSWAP_U32(u32) RT_BSWAP_U32_C(u32)
1851 # define RT_BSWAP_U32(u32) (__builtin_constant_p((u32)) \ macro
1854 # define RT_BSWAP_U32(u32) ASMByteSwapU32(u32) macro
1901 # define RT_H2LE_U32(u32) RT_BSWAP_U32(u32)
1950 # define RT_LE2H_U32(u32) RT_BSWAP_U32(u32)
2001 # define RT_H2BE_U32(u32) RT_BSWAP_U32(u32)
2049 # define RT_BE2H_U32(u32) RT_BSWAP_U32(u32)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1601 u32 = RT_BSWAP_U32(u32);

Completed in 373 milliseconds