speed_t 20 chrome/browser/extensions/api/serial/serial_connection_posix.cc bool BitrateToSpeedConstant(int bitrate, speed_t* speed) { speed_t 55 chrome/browser/extensions/api/serial/serial_connection_posix.cc bool SpeedConstantToBitrate(speed_t speed, int* bitrate) { speed_t 105 chrome/browser/extensions/api/serial/serial_connection_posix.cc speed_t speed = static_cast<speed_t>(bitrate); speed_t 122 chrome/browser/extensions/api/serial/serial_connection_posix.cc speed_t bitrate_opt = B0; speed_t 250 chrome/browser/extensions/api/serial/serial_connection_posix.cc speed_t ispeed = cfgetispeed(&config); speed_t 251 chrome/browser/extensions/api/serial/serial_connection_posix.cc speed_t ospeed = cfgetospeed(&config); speed_t 119 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h speed_t c_ispeed; speed_t 120 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h speed_t c_ospeed; speed_t 128 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h speed_t cfgetispeed(const struct termios *termios_p); speed_t 129 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h speed_t cfgetospeed(const struct termios *termios_p); speed_t 130 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h int cfsetispeed(struct termios *termios_p, speed_t speed); speed_t 131 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h int cfsetospeed(struct termios *termios_p, speed_t speed); speed_t 132 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h int cfsetspeed(struct termios *termios_p, speed_t speed); speed_t 24 native_client_sdk/src/libraries/nacl_io/ostermios.h speed_t c_ispeed; speed_t 25 native_client_sdk/src/libraries/nacl_io/ostermios.h speed_t c_ospeed; speed_t 16 native_client_sdk/src/libraries/nacl_io/syscalls/cfgetispeed.c speed_t cfgetispeed(const struct termios *termios_p) { speed_t 16 native_client_sdk/src/libraries/nacl_io/syscalls/cfgetospeed.c speed_t cfgetospeed(const struct termios *termios_p) { speed_t 15 native_client_sdk/src/libraries/nacl_io/syscalls/cfsetispeed.c int cfsetispeed(struct termios *termios_p, speed_t speed) { speed_t 16 native_client_sdk/src/libraries/nacl_io/syscalls/cfsetospeed.c int cfsetospeed(struct termios *termios_p, speed_t speed) { speed_t 16 native_client_sdk/src/libraries/nacl_io/syscalls/cfsetspeed.c int cfsetspeed(struct termios *termios_p, speed_t speed) {