/external/toybox/lib/ |
D | tty.c | 66 int i, speeds[] = {50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, in xsetspeed() local 72 for (i = 0; i < ARRAY_LEN(speeds); i++) if (speeds[i] == speed) break; in xsetspeed() 73 if (i == ARRAY_LEN(speeds)) error_exit("unknown speed: %d", speed); in xsetspeed() 112 int i, speeds[] = {50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, in set_terminal() local 118 for (i = 0; i < ARRAY_LEN(speeds); i++) if (speeds[i] == speed) break; in set_terminal() 119 if (i == ARRAY_LEN(speeds)) error_exit("unknown speed: %d", speed); in set_terminal()
|
/external/toybox/toys/pending/ |
D | getty.c | 39 int speeds[20], sc; 52 TT.speeds[TT.sc] = atolx_range(ptr, 0, INT_MAX); in parse_speeds() 53 if (TT.speeds[TT.sc] < 0) perror_exit("bad speed %s", ptr); in parse_speeds() 108 if (TT.speeds[0] != 0) xsetspeed(&TT.termios, TT.speeds[0]); in termios_init() 241 xsetspeed(&TT.termios, TT.speeds[index]); in getty_main()
|
/external/perfetto/tools/ |
D | export_power_profiles.py | 15 speeds = [] 22 speeds.append([int(value.text) for value in array.iter('value')]) 30 for freq, drain in zip(speeds[cluster], power[cluster]):
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | ethtool.sh | 285 local -a speeds=($(different_speeds_get $h1 $h2 1 1)) 286 local speed1=${speeds[0]} 287 local speed2=${speeds[1]}
|
/external/openscreen/cast/streaming/ |
D | receiver_message.cc | 121 Json::Value speeds(Json::ValueType::arrayValue); in ToJson() local 123 speeds.append(speed); in ToJson() 125 root["wifiSpeed"] = std::move(speeds); in ToJson()
|
/external/angle/build_overrides/ |
D | glslang.gni | 8 # Reduce glslang's features to what the Vulkan backend of ANGLE uses. This both speeds up glslang's
|
/external/speex/ |
D | README.blackfin | 12 The --enable-blackfin-asm option is not required, but it speeds up Speex by
|
/external/fec/ |
D | INSTALL | 32 decoding speeds. These tests should always succeed unless something is
|
/external/sonic/debian/ |
D | control | 16 and speeds them up or slows them down, with low distortion.
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.1 | 20 This significantly speeds up performance on SMP systems. 24 this speeds up performance by at least 10%.
|
D | README-2.1 | 10 sorted alphabetically which further speeds up directory lookup. Many smaller
|
/external/rust/crates/bencher/ |
D | README.rst | 38 - Remove unused components (speeds up build time of the crate)
|
/external/curl/docs/ |
D | PARALLEL-TRANSFERS.md | 30 o current transfer speed (the faster of UL/DL speeds measured over the last
|
/external/skqp/samplecode/ |
D | SamplePathText.cpp | 397 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local 404 speeds * tsec + in apply()
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.bat | 34 @rem by enabling a monkeypatch. It speeds up the build a lot.
|
/external/skia/samplecode/ |
D | SamplePathText.cpp | 396 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local 403 speeds * tsec + in apply()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | DESCRIPTION | 35 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 92 This release improves upon the VP9 encoder and speeds up the encoding and 108 This release improves upon the VP9 encoder and speeds up the encoding and 138 This release improves upon the VP9 encoder and speeds up the encoding and 380 this release. Encoder improvements followed a curve where speeds 1-3 381 improved 4.0%-1.5%, speeds 4-8 improved <1%, and speeds 9-16 improved
|
/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | FastOpenGLStateTransitions.md | 23 fastest possible hash computation. The hash map speeds up state changes considerably. But it is
|
/external/catch2/ |
D | Android.bp | 60 // Using the pre-defined main speeds up compilation significantly.
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 37 these fields are defined). The interpretation of the flags and the speeds as
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 37 these fields are defined). The interpretation of the flags and the speeds as
|
/external/scudo/ |
D | Android.bp | 64 // This option speeds up alloc/free code paths by about 5% to 7%.
|
/external/zstd/ |
D | README.md | 82 A few other algorithms can produce higher compression ratios at slower speeds, falling outside of t… 104 …on gains are achieved while simultaneously providing _faster_ compression and decompression speeds.
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
D | README.rst | 52 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
|