OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ispeed
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py
14
ISPEED
= 4
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py
14
ISPEED
= 4
/external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection_posix.cc
249
speed_t
ispeed
= cfgetispeed(&config);
local
251
if (
ispeed
== ospeed) {
253
if (SpeedConstantToBitrate(
ispeed
, &bitrate)) {
255
} else if (
ispeed
> 0) {
256
info->bitrate.reset(new int(static_cast<int>(
ispeed
)));
Completed in 57 milliseconds