Home
last modified time | relevance | path

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

1234

/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/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/skia/samplecode/
DSamplePathText.cpp371 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local
378 speeds * tsec + in apply()
/external/libvpx/libvpx/
DCHANGELOG2 This release improves upon the VP9 encoder and speeds up the encoding and
18 This release improves upon the VP9 encoder and speeds up the encoding and
48 This release improves upon the VP9 encoder and speeds up the encoding and
290 this release. Encoder improvements followed a curve where speeds 1-3
291 improved 4.0%-1.5%, speeds 4-8 improved <1%, and speeds 9-16 improved
/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/libjpeg-turbo/
DChangeLog.md53 JPEG images into RGB or extended RGB output images. This significantly speeds
197 platforms. This speeds up the compression of full-color JPEGs by about 10-15%
209 implementation.) This speeds up the compression of full-color JPEGs by about
216 For 32-bit code, this speeds up the compression of full-color JPEGs by
223 For 64-bit code, NEON-accelerated Huffman encoding speeds up the
239 improve performance on CPUs with in-order pipelines. This speeds up the
321 which speeds up the compression of RGB and CMYK JPEGs by 5-20% when using
461 2. Added SIMD acceleration for DSPr2-capable MIPS platforms. This speeds up
727 platforms. This speeds up the decompression of 4:2:2 JPEGs by 20-25% on such
/external/ppp/pppd/
Dsys-solaris.c1056 } speeds[] = { variable
1152 for (speedp = speeds; speedp->speed_int; speedp++)
1170 for (speedp = speeds; speedp->speed_int; speedp++)
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()
/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/flatbuffers/docs/source/
DFlatBuffers.md94 explaining how it speeds up loading their posts.
/external/toybox/generated/
Dglobals.h622 int speeds[20]; member
/external/libjpeg-turbo/doc/html/
Djquery.js3 …his.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";…
8speeds?f.fx.speeds[d.duration]:f.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";d.…
/external/autotest/client/site_tests/video_VimeoVideo/
Djquery-2.1.3.min.js3speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),…
/external/autotest/client/site_tests/video_GlitchDetection/
Djquery-2.1.3.min.js3speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js19speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false… property
/external/llvm/docs/
DTestingGuide.rst556 (b) it speeds things up for really big test cases by avoiding
/external/ltp/utils/ffsb-6.0-rc2/
Daclocal.m4293 [ --disable-dependency-tracking speeds up one-time build
/external/v8/gypfiles/
Dstandalone.gypi234 # speeds.
/external/libevent/
Daclocal.m4327 [speeds up one-time build])])

1234