OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:speed_t
(Results
51 - 75
of
172
) sorted by null
1
2
3
4
5
6
7
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
termios.h
80
static __inline__
speed_t
cfgetospeed(const struct termios *s)
82
return (
speed_t
)(s->c_cflag & CBAUD);
85
static __inline__ int cfsetospeed(struct termios *s,
speed_t
speed)
91
static __inline__
speed_t
cfgetispeed(const struct termios *s)
93
return (
speed_t
)(s->c_cflag & CBAUD);
96
static __inline__ int cfsetispeed(struct termios *s,
speed_t
speed)
/external/kernel-headers/original/uapi/asm-generic/
termbits.h
7
typedef unsigned int
speed_t
;
typedef
27
speed_t
c_ispeed; /* input speed */
28
speed_t
c_ospeed; /* output speed */
38
speed_t
c_ispeed; /* input speed */
39
speed_t
c_ospeed; /* output speed */
Completed in 2266 milliseconds
1
2
3
4
5
6
7