OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__u16
(Results
726 - 750
of
2585
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h
60
* how U/UL/ULL map to
__u16
, __u32, __u64. At least not in a portable way.
63
static __inline__
__u16
___swab16(
__u16
x)
85
((
__u16
)( \
86
(((
__u16
)(x) & (
__u16
)0x00ffU) << 8) | \
87
(((
__u16
)(x) & (
__u16
)0xff00U) >> 8) ))
144
(__builtin_constant_p((
__u16
)(x)) ? \
162
static __inline__
__u16
__fswab16(__u16 x
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h
60
* how U/UL/ULL map to
__u16
, __u32, __u64. At least not in a portable way.
63
static __inline__
__u16
___swab16(
__u16
x)
85
((
__u16
)( \
86
(((
__u16
)(x) & (
__u16
)0x00ffU) << 8) | \
87
(((
__u16
)(x) & (
__u16
)0xff00U) >> 8) ))
144
(__builtin_constant_p((
__u16
)(x)) ? \
162
static __inline__
__u16
__fswab16(__u16 x
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h
60
* how U/UL/ULL map to
__u16
, __u32, __u64. At least not in a portable way.
63
static __inline__
__u16
___swab16(
__u16
x)
85
((
__u16
)( \
86
(((
__u16
)(x) & (
__u16
)0x00ffU) << 8) | \
87
(((
__u16
)(x) & (
__u16
)0xff00U) >> 8) ))
144
(__builtin_constant_p((
__u16
)(x)) ? \
162
static __inline__
__u16
__fswab16(__u16 x
[
all
...]
/external/kernel-headers/original/linux/
videodev.h
57
__u16
type;
60
__u16
norm; /* Norm set by channel */
77
__u16
mode; /* PAL/NTSC/SECAM/OTHER */
82
__u16
signal; /* Signal strength 16bit scale */
87
__u16
brightness;
88
__u16
hue;
89
__u16
colour;
90
__u16
contrast;
91
__u16
whiteness; /* Black and white only */
92
__u16
depth; /* Capture depth *
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h
139
__u16
PciVendorID;
140
__u16
PciDeviceID;
144
__u16
LbBaseIOPort;
145
__u16
reserved;
150
__u16
IsaBaseIOPort;
157
__u16
EisaBaseIOPort;
164
__u16
McaBaseIOPort;
171
__u16
BaseIOPort;
172
__u16
reserved;
193
__u16
num_entries
[
all
...]
videodev.h
40
__u16
type;
43
__u16
norm; /* Norm set by channel */
60
__u16
mode; /* PAL/NTSC/SECAM/OTHER */
65
__u16
signal; /* Signal strength 16bit scale */
70
__u16
brightness;
71
__u16
hue;
72
__u16
colour;
73
__u16
contrast;
74
__u16
whiteness; /* Black and white only */
75
__u16
depth; /* Capture depth *
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h
139
__u16
PciVendorID;
140
__u16
PciDeviceID;
144
__u16
LbBaseIOPort;
145
__u16
reserved;
150
__u16
IsaBaseIOPort;
157
__u16
EisaBaseIOPort;
164
__u16
McaBaseIOPort;
171
__u16
BaseIOPort;
172
__u16
reserved;
193
__u16
num_entries
[
all
...]
videodev.h
40
__u16
type;
43
__u16
norm; /* Norm set by channel */
60
__u16
mode; /* PAL/NTSC/SECAM/OTHER */
65
__u16
signal; /* Signal strength 16bit scale */
70
__u16
brightness;
71
__u16
hue;
72
__u16
colour;
73
__u16
contrast;
74
__u16
whiteness; /* Black and white only */
75
__u16
depth; /* Capture depth *
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h
139
__u16
PciVendorID;
140
__u16
PciDeviceID;
144
__u16
LbBaseIOPort;
145
__u16
reserved;
150
__u16
IsaBaseIOPort;
157
__u16
EisaBaseIOPort;
164
__u16
McaBaseIOPort;
171
__u16
BaseIOPort;
172
__u16
reserved;
193
__u16
num_entries
[
all
...]
videodev.h
40
__u16
type;
43
__u16
norm; /* Norm set by channel */
60
__u16
mode; /* PAL/NTSC/SECAM/OTHER */
65
__u16
signal; /* Signal strength 16bit scale */
70
__u16
brightness;
71
__u16
hue;
72
__u16
colour;
73
__u16
contrast;
74
__u16
whiteness; /* Black and white only */
75
__u16
depth; /* Capture depth *
[
all
...]
/development/ndk/platforms/android-3/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h
91
__u16
selector;
100
__u16
limit;
101
__u16
padding[3];
120
__u16
fcw;
121
__u16
fsw;
124
__u16
last_opcode;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h
91
__u16
selector;
100
__u16
limit;
101
__u16
padding[3];
120
__u16
fcw;
121
__u16
fsw;
124
__u16
last_opcode;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h
91
__u16
selector;
100
__u16
limit;
101
__u16
padding[3];
120
__u16
fcw;
121
__u16
fsw;
124
__u16
last_opcode;
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/byteorder/
little_endian.h
33
#define __constant_cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
34
#define __constant_le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
40
#define __constant_be16_to_cpu(x) ___constant_swab16((__force
__u16
)(__be16)(x))
45
#define __cpu_to_le16(x) ((__force __le16)(
__u16
)(x))
46
#define __le16_to_cpu(x) ((__force
__u16
)(__le16)(x))
52
#define __be16_to_cpu(x) __swab16((__force
__u16
)(__be16)(x))
Completed in 669 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>