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

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dbyteswap.h53 #define swap32(x) __bswap_32(x) macro
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c64 #define swap32(x) ((((x) & 0xff) << 24) | (((x) & 0xff00) << 8) | \ macro
69 #define swap32(x) (x) macro
1219 cur->dwCurrentState = swap32(cur->dwCurrentState);
1220 cur->dwEventState = swap32(cur->dwEventState);
1221 cur->cbAtr = swap32(cur->cbAtr);
1296 cur->cbAtr = swap32(cur->cbAtr);
1328 rsCur->dwCurrentState = swap32(rsCur->dwCurrentState);
1329 rsCur->dwEventState = swap32(rsCur->dwEventState);
1330 rsCur->cbAtr = swap32(rsCur->cbAtr);
1389 rsCur->dwCurrentState = swap32(rsCu
[all...]

Completed in 36 milliseconds