Searched refs:bswap_16 (Results 1 - 22 of 22) sorted by relevance

/external/elfutils/src/libelf/
H A Dversion_xlate.h74 ddest->vd_version = bswap_16 (dsrc->vd_version);
75 ddest->vd_flags = bswap_16 (dsrc->vd_flags);
76 ddest->vd_ndx = bswap_16 (dsrc->vd_ndx);
77 ddest->vd_cnt = bswap_16 (dsrc->vd_cnt);
115 ddest->vd_version = bswap_16 (dsrc->vd_version);
116 ddest->vd_flags = bswap_16 (dsrc->vd_flags);
117 ddest->vd_ndx = bswap_16 (dsrc->vd_ndx);
118 ddest->vd_cnt = bswap_16 (dsrc->vd_cnt);
168 ndest->vn_version = bswap_16 (nsrc->vn_version);
169 ndest->vn_cnt = bswap_16 (nsr
[all...]
H A Dcommon.h142 ? bswap_16 (Var) \
151 ? bswap_16 (Var) \
H A Dgelf_xlate.c98 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \
/external/elfutils/src/src/
H A Dunaligned.h37 # define target_bswap_16(n) bswap_16 (n)
85 uint16_t _val = bswap_16 (_ptr->u) + (value); \
86 _ptr->u = bswap_16 (_val); \
/external/selinux/libsepol/src/
H A Dprivate.h32 #define cpu_to_le16(x) bswap_16(x)
33 #define le16_to_cpu(x) bswap_16(x)
/external/elfutils/src/libcpu/
H A Dmemory-access.h55 ? bswap_16 (*((const uint16_t *) (Addr))) \
59 ? (int16_t) bswap_16 (*((const int16_t *) (Addr))) \
100 return bswap_16 (up->u2);
108 return (int16_t) bswap_16 (up->u2);
/external/flac/include/share/
H A Dendswap.h56 #define ENDSWAP_16(x) (bswap_16 (x))
/external/elfutils/src/libdw/
H A Dmemory-access.h118 ? bswap_16 (*((const uint16_t *) (Addr))) \
122 ? (int16_t) bswap_16 (*((const int16_t *) (Addr))) \
178 return bswap_16 (up->u2);
186 return (int16_t) bswap_16 (up->u2);
/external/elfutils/src/libdwfl/
H A Dimage-header.c38 # define LE16(x) bswap_16 (x)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h27 #define bswap_16 swap16 macro
31 #define bswap_16 bswap16 macro
44 static inline unsigned short bswap_16(unsigned short v) function
193 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
194 #define host_to_be16(n) ((__force be16) bswap_16((n)))
204 #define le_to_host16(n) bswap_16(n)
205 #define host_to_le16(n) bswap_16(n)
403 #ifndef bswap_16
404 #define bswap_16(a) ((((u16) (a) << 8) & 0xff00) | (((u16) (a) >> 8) & 0xff)) macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h27 #define bswap_16 swap16 macro
31 #define bswap_16 bswap16 macro
44 static inline unsigned short bswap_16(unsigned short v) function
193 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
194 #define host_to_be16(n) ((__force be16) bswap_16((n)))
204 #define le_to_host16(n) bswap_16(n)
205 #define host_to_le16(n) bswap_16(n)
403 #ifndef bswap_16
404 #define bswap_16(a) ((((u16) (a) << 8) & 0xff00) | (((u16) (a) >> 8) & 0xff)) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h27 #define bswap_16 swap16 macro
31 #define bswap_16 bswap16 macro
44 static inline unsigned short bswap_16(unsigned short v) function
193 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
194 #define host_to_be16(n) ((__force be16) bswap_16((n)))
204 #define le_to_host16(n) bswap_16(n)
205 #define host_to_le16(n) bswap_16(n)
403 #ifndef bswap_16
404 #define bswap_16(a) ((((u16) (a) << 8) & 0xff00) | (((u16) (a) >> 8) & 0xff)) macro
/external/linux-tools-perf/src/tools/perf/util/
H A Dsymbol-minimal.c116 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize);
117 ehdr.e_phnum = bswap_16(ehdr.e_phnum);
165 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize);
166 ehdr.e_phnum = bswap_16(ehdr.e_phnum);
H A Ddso.h48 ____r = bswap_16(val); \
H A Dsession.c1112 self->misc = bswap_16(self->misc);
1113 self->size = bswap_16(self->size);
H A Devsel.c1797 return bswap_16(value);
/external/toybox/lib/
H A Dportability.h190 #define SWAP_LE16(x) bswap_16(x)
195 #define SWAP_BE16(x) bswap_16(x)
/external/blktrace/
H A Dblktrace.h67 #define __bswap_16 bswap_16
/external/f2fs-tools/include/
H A Df2fs_fs.h36 * bswap_16 - reverse bytes in a uint16_t value.
41 * printf("1024 is %u as two bytes reversed\n", bswap_16(1024));
43 static inline uint16_t bswap_16(uint16_t val) function
97 #define le16_to_cpu(x) bswap_16(x)
100 #define cpu_to_le16(x) bswap_16(x)
/external/fio/os/
H A Dos-android.h215 #define fio_swap16(x) bswap_16(x)
/external/libvncserver/libvncserver/
H A Dwebsockets.c49 #define WS_NTOH16(n) bswap_16(n)
51 #define WS_HTON16(n) bswap_16(n)
/external/libpcap/
H A Dpcap-usb-linux.c86 #define htols(s) bswap_16(s)

Completed in 583 milliseconds