Searched refs:bswap16 (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A Dbswap16.c1 /* $NetBSD: bswap16.c,v 1.1 2005/12/20 19:28:51 christos Exp $ */
10 //__RCSID("$NetBSD: bswap16.c,v 1.1 2005/12/20 19:28:51 christos Exp $");
16 #undef bswap16 macro
19 bswap16(UINT16 x) function
H A DByteSwap.c19 #undef bswap16 macro
35 uint16_t bswap16(uint16_t Value) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dbswap.h17 uint16_t bswap16(uint16_t) __attribute__((__const__));
20 uint16_t bswap16(uint16_t) __RENAME(__bswap16) __attribute__((__const__));
38 #define __BYTE_SWAP_U16_VARIABLE bswap16
70 #define bswap16(x) \ macro
H A Dendian.h134 #define ntohs(x) bswap16((uint16_t)(x))
136 #define htons(x) bswap16((uint16_t)(x))
153 #define htole16(x) bswap16((uint16_t)(x))
160 #define HTOLE16(x) (x) = bswap16((uint16_t)(x))
166 #define htobe16(x) bswap16((uint16_t)(x))
173 #define HTOBE16(x) (x) = bswap16((uint16_t)(x))
/vbox/src/VBox/Devices/Audio/
H A Dmixeng.c88 #define ENDIAN_CONVERT(v) bswap16 (v)
109 #define ENDIAN_CONVERT(v) bswap16 (v)
H A DDrvAudio.cpp344 s = bswap16(s);
H A Daudio.c697 s = bswap16 (s);
/vbox/src/recompiler/
H A Dbswap.h52 static inline uint16_t bswap16(uint16_t x) function
71 *s = bswap16(*s);
H A Dcpu-all.h65 return bswap16(s);
80 *s = bswap16(*s);
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h272 #ifndef bswap16
273 DECLINLINE(uint16_t) bswap16(uint16_t x) function
295 *s = bswap16(*s);
/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c1839 OP_32_64(bswap16):

Completed in 83 milliseconds