Home
last modified time | relevance | path

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

123456

/external/toybox/toys/net/
Dmicrocom.c53 int speeds[] = {50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, in microcom_main() local
64 for (i = 0; i < ARRAY_LEN(speeds); i++) if (speeds[i] == speed) break; in microcom_main()
65 if (i == ARRAY_LEN(speeds)) error_exit("unknown speed: %s", TT.s); in microcom_main()
/external/toybox/toys/pending/
Dgetty.c40 int speeds[20];
100 TT.speeds[TT.sc] = encode(ptr); in get_speed()
101 if (TT.speeds[TT.sc] < 0) perror_exit("bad speed"); in get_speed()
171 if (TT.speeds[0] != B0) cfsetspeed(&TT.termios, TT.speeds[0]); in termios_init()
328 cfsetspeed(&TT.termios, TT.speeds[index]); // Select from multiple speeds in getty_main()
/external/fio/examples/
Dssd-test.fio4 # Sequential read and write speeds are tested, these are expected to be
/external/fec/
DINSTALL32 decoding speeds. These tests should always succeed unless something is
/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/honggfuzz/docs/
DPersistentFuzzing.md3 …ng APIs, which is to say; to test new data within the same process. This speeds-up the process of …
/external/sonic/debian/
Dcontrol16 and speeds them up or slows them down, with low distortion.
/external/skia/samplecode/
DSamplePathText.cpp394 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local
401 speeds * tsec + in apply()
/external/skqp/samplecode/
DSamplePathText.cpp394 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local
401 speeds * tsec + in apply()
/external/libvpx/libvpx/
DCHANGELOG27 This release improves upon the VP9 encoder and speeds up the encoding and
43 This release improves upon the VP9 encoder and speeds up the encoding and
73 This release improves upon the VP9 encoder and speeds up the encoding and
315 this release. Encoder improvements followed a curve where speeds 1-3
316 improved 4.0%-1.5%, speeds 4-8 improved <1%, and speeds 9-16 improved
/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/syslinux/gpxe/src/drivers/net/
Dns83820.c406 static char *speeds[] = in phy_intr() local
484 speeds[speed], fullduplex ? "full" : "half"); in phy_intr()
/external/python/cpython2/Doc/library/
Dtermios.rst37 these fields are defined). The interpretation of the flags and the speeds as
/external/python/cpython3/Doc/library/
Dtermios.rst37 these fields are defined). The interpretation of the flags and the speeds as
/external/libjpeg-turbo/
DChangeLog.md168 JPEG images into RGB or extended RGB output images. This significantly speeds
312 platforms. This speeds up the compression of full-color JPEGs by about 10-15%
324 implementation.) This speeds up the compression of full-color JPEGs by about
331 For 32-bit code, this speeds up the compression of full-color JPEGs by
338 For 64-bit code, NEON-accelerated Huffman encoding speeds up the
354 improve performance on CPUs with in-order pipelines. This speeds up the
436 which speeds up the compression of RGB and CMYK JPEGs by 5-20% when using
576 2. Added SIMD acceleration for DSPr2-capable MIPS platforms. This speeds up
842 platforms. This speeds up the decompression of 4:2:2 JPEGs by 20-25% on such
/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.
/external/ppp/pppd/
Dsys-linux.c782 } speeds[] = { variable
898 for (speedp = speeds; speedp->speed_int; speedp++) { in translate_speed()
917 for (speedp = speeds; speedp->speed_int; speedp++) { in baud_rate_of()
Dsys-solaris.c1056 } speeds[] = { variable
1152 for (speedp = speeds; speedp->speed_int; speedp++)
1170 for (speedp = speeds; speedp->speed_int; speedp++)
/external/tensorflow/tensorflow/docs_src/tutorials/
Dimage_retraining.md92 each bottleneck takes a significant amount of time, it speeds things up to
350 for much smaller file sizes or faster speeds. To help with that, the
369 image size, with smaller sizes giving faster speeds, and an optional
/external/lz4/programs/
Dlz4.1.md23 `lz4` offers compression speeds of 400 MB/s per core, linearly scalable with
/external/squashfs-tools/
DCHANGES333 processors. This significantly speeds up performance on SMP
337 processor systems this speeds up performance by at least 10%.
461 speeds up directory operations, and in some cases it also results in
/external/toybox/generated/
Dglobals.h636 int speeds[20]; member
/external/flatbuffers/docs/source/
DFlatBuffers.md94 explaining how it speeds up loading their posts.
/external/python/cpython2/Lib/lib-tk/
Dturtle.py2080 speeds = {'fastest':0, 'fast':10, 'normal':6, 'slow':3, 'slowest':1 }
2083 if speed in speeds:
2084 speed = speeds[speed]

123456