OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__uint16_t
(Results
1 - 25
of
79
) sorted by null
1
2
3
4
/bionic/libc/include/sys/
endian.h
56
__uint16_t
__swap16gen_x = (x); \
58
(
__uint16_t
)((__swap16gen_x & 0xff) << 8 | \
88
(
__uint16_t
)(((
__uint16_t
)(x) & 0xff) << 8 | ((
__uint16_t
)(x) & 0xff00) >> 8)
117
__uint16_t
__swap16_x = (x); \
147
__uint16_t
*__swap16_multi_v = (v); \
165
__uint16_t
htobe16(
__uint16_t
);
168
__uint16_t
betoh16(__uint16_t)
[
all
...]
_types.h
48
typedef
__uint16_t
__in_port_t; /* IP port type */
55
typedef
__uint16_t
__sa_family_t; /* sockaddr address family type */
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/
endian.h
56
__uint16_t
__swap16gen_x = (x); \
58
(
__uint16_t
)((__swap16gen_x & 0xff) << 8 | \
88
(
__uint16_t
)(((
__uint16_t
)(x) & 0xff) << 8 | ((
__uint16_t
)(x) & 0xff00) >> 8)
117
__uint16_t
__swap16_x = (x); \
147
__uint16_t
*__swap16_multi_v = (v); \
165
__uint16_t
htobe16(
__uint16_t
);
168
__uint16_t
betoh16(__uint16_t)
[
all
...]
_types.h
48
typedef
__uint16_t
__in_port_t; /* IP port type */
55
typedef
__uint16_t
__sa_family_t; /* sockaddr address family type */
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/
endian.h
56
__uint16_t
__swap16gen_x = (x); \
58
(
__uint16_t
)((__swap16gen_x & 0xff) << 8 | \
88
(
__uint16_t
)(((
__uint16_t
)(x) & 0xff) << 8 | ((
__uint16_t
)(x) & 0xff00) >> 8)
117
__uint16_t
__swap16_x = (x); \
147
__uint16_t
*__swap16_multi_v = (v); \
165
__uint16_t
htobe16(
__uint16_t
);
168
__uint16_t
betoh16(__uint16_t)
[
all
...]
_types.h
48
typedef
__uint16_t
__in_port_t; /* IP port type */
55
typedef
__uint16_t
__sa_family_t; /* sockaddr address family type */
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/
endian.h
56
__uint16_t
__swap16gen_x = (x); \
58
(
__uint16_t
)((__swap16gen_x & 0xff) << 8 | \
88
(
__uint16_t
)(((
__uint16_t
)(x) & 0xff) << 8 | ((
__uint16_t
)(x) & 0xff00) >> 8)
117
__uint16_t
__swap16_x = (x); \
147
__uint16_t
*__swap16_multi_v = (v); \
165
__uint16_t
htobe16(
__uint16_t
);
168
__uint16_t
betoh16(__uint16_t)
[
all
...]
_types.h
48
typedef
__uint16_t
__in_port_t; /* IP port type */
55
typedef
__uint16_t
__sa_family_t; /* sockaddr address family type */
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/
endian.h
56
__uint16_t
__swap16gen_x = (x); \
58
(
__uint16_t
)((__swap16gen_x & 0xff) << 8 | \
88
(
__uint16_t
)(((
__uint16_t
)(x) & 0xff) << 8 | ((
__uint16_t
)(x) & 0xff00) >> 8)
117
__uint16_t
__swap16_x = (x); \
147
__uint16_t
*__swap16_multi_v = (v); \
165
__uint16_t
htobe16(
__uint16_t
);
168
__uint16_t
betoh16(__uint16_t)
[
all
...]
_types.h
48
typedef
__uint16_t
__in_port_t; /* IP port type */
55
typedef
__uint16_t
__sa_family_t; /* sockaddr address family type */
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/
endian.h
56
__uint16_t
__swap16gen_x = (x); \
58
(
__uint16_t
)((__swap16gen_x & 0xff) << 8 | \
88
(
__uint16_t
)(((
__uint16_t
)(x) & 0xff) << 8 | ((
__uint16_t
)(x) & 0xff00) >> 8)
117
__uint16_t
__swap16_x = (x); \
147
__uint16_t
*__swap16_multi_v = (v); \
165
__uint16_t
htobe16(
__uint16_t
);
168
__uint16_t
betoh16(__uint16_t)
[
all
...]
_types.h
48
typedef
__uint16_t
__in_port_t; /* IP port type */
55
typedef
__uint16_t
__sa_family_t; /* sockaddr address family type */
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/
endian.h
56
__uint16_t
__swap16gen_x = (x); \
58
(
__uint16_t
)((__swap16gen_x & 0xff) << 8 | \
88
(
__uint16_t
)(((
__uint16_t
)(x) & 0xff) << 8 | ((
__uint16_t
)(x) & 0xff00) >> 8)
117
__uint16_t
__swap16_x = (x); \
147
__uint16_t
*__swap16_multi_v = (v); \
165
__uint16_t
htobe16(
__uint16_t
);
168
__uint16_t
betoh16(__uint16_t)
[
all
...]
/bionic/libm/i387/
fenv.h
40
__uint16_t
__control;
41
__uint16_t
__mxcsr_hi;
42
__uint16_t
__status;
43
__uint16_t
__mxcsr_lo;
52
(env).__mxcsr_lo = (
__uint16_t
)(x); \
55
typedef
__uint16_t
fexcept_t;
/bionic/libm/include/i387/
fenv.h
40
__uint16_t
__control;
41
__uint16_t
__mxcsr_hi;
42
__uint16_t
__status;
43
__uint16_t
__mxcsr_lo;
52
(env).__mxcsr_lo = (
__uint16_t
)(x); \
55
typedef
__uint16_t
fexcept_t;
/ndk/build/platforms/android-5/arch-x86/usr/include/
fenv.h
40
__uint16_t
__control;
41
__uint16_t
__mxcsr_hi;
42
__uint16_t
__status;
43
__uint16_t
__mxcsr_lo;
52
(env).__mxcsr_lo = (
__uint16_t
)(x); \
55
typedef
__uint16_t
fexcept_t;
/ndk/build/platforms/android-8/arch-x86/usr/include/
fenv.h
40
__uint16_t
__control;
41
__uint16_t
__mxcsr_hi;
42
__uint16_t
__status;
43
__uint16_t
__mxcsr_lo;
52
(env).__mxcsr_lo = (
__uint16_t
)(x); \
55
typedef
__uint16_t
fexcept_t;
/bionic/libc/arch-arm/include/machine/
_types.h
55
typedef unsigned short
__uint16_t
;
typedef
67
typedef
__uint16_t
__uint_least16_t;
/bionic/libc/arch-sh/include/machine/
_types.h
48
typedef unsigned short
__uint16_t
;
typedef
60
typedef
__uint16_t
__uint_least16_t;
/bionic/libc/arch-x86/include/machine/
_types.h
53
typedef unsigned short
__uint16_t
;
typedef
65
typedef
__uint16_t
__uint_least16_t;
/ndk/build/platforms/android-3/arch-arm/usr/include/machine/
_types.h
55
typedef unsigned short
__uint16_t
;
typedef
67
typedef
__uint16_t
__uint_least16_t;
/ndk/build/platforms/android-4/arch-arm/usr/include/machine/
_types.h
55
typedef unsigned short
__uint16_t
;
typedef
67
typedef
__uint16_t
__uint_least16_t;
/ndk/build/platforms/android-5/arch-arm/usr/include/machine/
_types.h
55
typedef unsigned short
__uint16_t
;
typedef
67
typedef
__uint16_t
__uint_least16_t;
/ndk/build/platforms/android-5/arch-x86/usr/include/machine/
_types.h
66
typedef unsigned short
__uint16_t
;
typedef
78
typedef
__uint16_t
__uint_least16_t;
/ndk/build/platforms/android-8/arch-arm/usr/include/machine/
_types.h
55
typedef unsigned short
__uint16_t
;
typedef
67
typedef
__uint16_t
__uint_least16_t;
Completed in 450 milliseconds
1
2
3
4