Home
last modified time | relevance | path

Searched refs:speeds (Results 1 – 25 of 163) sorted by relevance

1234567

/external/toybox/lib/
Dtty.c66 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/
Dgetty.c39 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/
Dexport_power_profiles.py15 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/
Dethtool.sh285 local -a speeds=($(different_speeds_get $h1 $h2 1 1))
286 local speed1=${speeds[0]}
287 local speed2=${speeds[1]}
/external/openscreen/cast/streaming/
Dreceiver_message.cc121 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/
Dglslang.gni8 # Reduce glslang's features to what the Vulkan backend of ANGLE uses. This both speeds up glslang's
/external/speex/
DREADME.blackfin12 The --enable-blackfin-asm option is not required, but it speeds up Speex by
/external/fec/
DINSTALL32 decoding speeds. These tests should always succeed unless something is
/external/sonic/debian/
Dcontrol16 and speeds them up or slows them down, with low distortion.
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.120 This significantly speeds up performance on SMP systems.
24 this speeds up performance by at least 10%.
DREADME-2.110 sorted alphabetically which further speeds up directory lookup. Many smaller
/external/rust/crates/bencher/
DREADME.rst38 - Remove unused components (speeds up build time of the crate)
/external/curl/docs/
DPARALLEL-TRANSFERS.md30 o current transfer speed (the faster of UL/DL speeds measured over the last
/external/skqp/samplecode/
DSamplePathText.cpp397 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local
404 speeds * tsec + in apply()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.bat34 @rem by enabling a monkeypatch. It speeds up the build a lot.
/external/skia/samplecode/
DSamplePathText.cpp396 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/
DDESCRIPTION35 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
/external/libvpx/libvpx/
DCHANGELOG92 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/
DFastOpenGLStateTransitions.md23 fastest possible hash computation. The hash map speeds up state changes considerably. But it is
/external/catch2/
DAndroid.bp60 // Using the pre-defined main speeds up compilation significantly.
/external/python/cpython3/Doc/library/
Dtermios.rst37 these fields are defined). The interpretation of the flags and the speeds as
/external/python/cpython2/Doc/library/
Dtermios.rst37 these fields are defined). The interpretation of the flags and the speeds as
/external/scudo/
DAndroid.bp64 // This option speeds up alloc/free code paths by about 5% to 7%.
/external/zstd/
DREADME.md82 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/
DREADME.rst52 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.

1234567