OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bswap_16
(Results
26 - 50
of
58
) sorted by null
1
2
3
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
byteswap.h
33
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/external/wpa_supplicant_8/src/utils/
common.h
27
#define
bswap_16
swap16
macro
31
#define
bswap_16
bswap16
macro
44
static inline unsigned short
bswap_16
(unsigned short v)
function
192
#define be_to_host16(n)
bswap_16
((__force u16) (be16) (n))
193
#define host_to_be16(n) ((__force be16)
bswap_16
((n)))
203
#define le_to_host16(n)
bswap_16
(n)
204
#define host_to_le16(n)
bswap_16
(n)
398
#ifndef
bswap_16
399
#define
bswap_16
(a) ((((u16) (a) << 8) & 0xff00) | (((u16) (a) >> 8) & 0xff))
macro
/system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h
95
#define htobs(d)
bswap_16
(d)
97
#define btohs(d)
bswap_16
(d)
/external/elfutils/libdw/
memory-access.h
149
?
bswap_16
(*((const uint16_t *) (Addr))) \
153
? (int16_t)
bswap_16
(*((const int16_t *) (Addr))) \
194
return
bswap_16
(up->u2);
202
return (int16_t)
bswap_16
(up->u2);
/libcore/luni/src/main/native/
Portability.h
26
#define
bswap_16
OSSwapInt16
macro
/external/elfutils/libelf/
common.h
163
?
bswap_16
(Var) \
172
?
bswap_16
(Var) \
Completed in 2380 milliseconds
1
2
3