Searched refs:speed (Results 1 – 16 of 16) sorted by relevance
70 __BIONIC_TERMIOS_INLINE int cfsetspeed(struct termios* s, speed_t speed) { in cfsetspeed() argument72 if ((speed & ~CBAUD) != 0) { in cfsetspeed()76 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD); in cfsetspeed()80 __BIONIC_TERMIOS_INLINE int cfsetispeed(struct termios* s, speed_t speed) { in cfsetispeed() argument81 return cfsetspeed(s, speed); in cfsetispeed()84 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* s, speed_t speed) { in cfsetospeed() argument85 return cfsetspeed(s, speed); in cfsetospeed()
33 enum usb_device_speed speed; member
38 enum usb_device_speed speed; member
28 __u8 speed; member
32 int speed; member
193 __u32 speed; member259 __u32 speed; member
111 long speed; member
59 __u32 speed; member
72 __u32 speed; member
29 __u16 speed; member801 __u32 speed; member
1118 __s32 speed; member
49 __u32 speed; member
64 __s32 speed; member
44 __u8 speed; member
130 allocator on Android. One is allocation speed in various different scenarios,144 These benchmarks are only used to verify the speed of the allocator and174 These are the benchmarks to verify the allocation speed of a loop doing a295 address space consumed, speed of allocation. They are designed to
103 of frames captured will speed the allocations up.