OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swab16s
(Results
51 - 75
of
79
) sorted by null
1
2
3
4
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/byteorder/
big_endian.h
58
#define __cpu_to_le16s(x)
__swab16s
((x))
59
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
64
#define __cpu_to_be16s(x)
__swab16s
((x))
65
#define __be16_to_cpus(x)
__swab16s
((x))
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/byteorder/
big_endian.h
58
#define __cpu_to_le16s(x)
__swab16s
((x))
59
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
64
#define __cpu_to_be16s(x)
__swab16s
((x))
65
#define __be16_to_cpus(x)
__swab16s
((x))
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/byteorder/
big_endian.h
58
#define __cpu_to_le16s(x)
__swab16s
((x))
59
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
64
#define __cpu_to_be16s(x)
__swab16s
((x))
65
#define __be16_to_cpus(x)
__swab16s
((x))
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/byteorder/
big_endian.h
58
#define __cpu_to_le16s(x)
__swab16s
((x))
59
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
64
#define __cpu_to_be16s(x)
__swab16s
((x))
65
#define __be16_to_cpus(x)
__swab16s
((x))
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/byteorder/
big_endian.h
58
#define __cpu_to_le16s(x)
__swab16s
((x))
59
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
64
#define __cpu_to_be16s(x)
__swab16s
((x))
65
#define __be16_to_cpus(x)
__swab16s
((x))
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/byteorder/
big_endian.h
58
#define __cpu_to_le16s(x)
__swab16s
((x))
59
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
64
#define __cpu_to_be16s(x)
__swab16s
((x))
65
#define __be16_to_cpus(x)
__swab16s
((x))
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/byteorder/
big_endian.h
58
#define __cpu_to_le16s(x)
__swab16s
((x))
59
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
64
#define __cpu_to_be16s(x)
__swab16s
((x))
65
#define __be16_to_cpus(x)
__swab16s
((x))
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/byteorder/
big_endian.h
58
#define __cpu_to_le16s(x)
__swab16s
((x))
59
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
64
#define __cpu_to_be16s(x)
__swab16s
((x))
65
#define __be16_to_cpus(x)
__swab16s
((x))
/external/kernel-headers/original/linux/byteorder/
big_endian.h
95
#define __cpu_to_le16s(x)
__swab16s
((x))
96
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
101
#define __cpu_to_be16s(x)
__swab16s
((x))
102
#define __be16_to_cpus(x)
__swab16s
((x))
swab.h
141
static __inline__ void
__swab16s
(__u16 *addr)
function
187
#define swab16s
__swab16s
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
big_endian.h
95
#define __cpu_to_le16s(x)
__swab16s
((x))
96
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
101
#define __cpu_to_be16s(x)
__swab16s
((x))
102
#define __be16_to_cpus(x)
__swab16s
((x))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h
95
#define __cpu_to_le16s(x)
__swab16s
((x))
96
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
101
#define __cpu_to_be16s(x)
__swab16s
((x))
102
#define __be16_to_cpus(x)
__swab16s
((x))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h
95
#define __cpu_to_le16s(x)
__swab16s
((x))
96
#define __le16_to_cpus(x)
__swab16s
((x))
little_endian.h
101
#define __cpu_to_be16s(x)
__swab16s
((x))
102
#define __be16_to_cpus(x)
__swab16s
((x))
Completed in 722 milliseconds
1
2
3
4