Home
last modified time | relevance | path

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

1234

/third_party/libinput/tools/
Dmake-ptraccel-graphs.sh10 speeds="-1 -0.75 -0.5 -0.25 0 0.5 1"
13 for speed in $speeds; do
24 speeds="$speeds"
26 plot for [s in speeds] fname(s) using 1:2 title s, \
54 for speed in $speeds; do
65 speeds="$speeds"
67 plot for [s in speeds] fname(s) using 1:2 title s, \
72 for speed in $speeds; do
83 speeds="$speeds"
85 plot for [s in speeds] fname(s) using 4:2 title s, \
/third_party/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()
/third_party/ffmpeg/libavfilter/
Daf_chorus.c48 float *speeds; member
123 s->speeds = av_realloc_f(s->speeds, nb_speeds, sizeof(*s->speeds)); in init()
126 if (!s->delays || !s->decays || !s->speeds || !s->depths) in init()
131 fill_items(s->speeds_str, &nb_speeds, s->speeds); in init()
199 s->length[n] = outlink->sample_rate / s->speeds[n]; in config_output()
332 av_freep(&s->speeds); in uninit()
/third_party/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()
326 cfsetspeed(&TT.termios, TT.speeds[index]); // Select from multiple speeds in getty_main()
/third_party/libinput/doc/user/
Dpointer-acceleration.rst64 a factor of 2 doubles the delta (i.e. speeds up the movement), a factor of
97 speeds. The line for 0.0 is the default acceleration curve, speed settings
113 same feel for all devices at normal to high speeds. At slow speeds, the
161 trackpoints will generate different speeds and thus different acceleration
Dnormalization-of-relative-motion.rst25 libinput applies a dpi-dependent acceleration function. At low speeds, a
27 movement speed increases, acceleration is applied - at high speeds a low-dpi
Dtrackpoint-configuration.rst62 slows the trackpoint down, a value above 1.0 speeds the trackpoint up.
/third_party/skia/third_party/externals/angle2/build_overrides/
Dglslang.gni8 # Reduce glslang's features to what the Vulkan backend of ANGLE uses. This both speeds up glslang's
/third_party/pulseaudio/sonic/debian/
Dcontrol16 and speeds them up or slows them down, with low distortion.
/third_party/curl/docs/
DPARALLEL-TRANSFERS.md30 o current transfer speed (the faster of upload/download speeds measured over
/third_party/skia/samplecode/
DSamplePathText.cpp396 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local
403 speeds * tsec + in apply()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DFastOpenGLStateTransitions.md23 fastest possible hash computation. The hash map speeds up state changes considerably. But it is
/third_party/python/Doc/library/
Dtermios.rst37 these fields are defined). The interpretation of the flags and the speeds as
Dstatistics.rst184 ratios or rates, for example speeds.
195 speeds-up to 60 km/hr for the remaining 30 km of the journey. What
/third_party/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md73 speeds up:
123 This speeds up the compression of full-color progressive JPEGs by about 30-40%
590 algorithms. When using the accurate integer DCT/IDCT, this speeds up the
598 x86 and x86-64 platforms. This speeds up the compression of full-color
770 JPEG images into RGB or extended RGB output images. This significantly speeds
914 platforms. This speeds up the compression of full-color JPEGs by about 10-15%
926 implementation.) This speeds up the compression of full-color JPEGs by about
933 For 32-bit code, this speeds up the compression of full-color JPEGs by
940 For 64-bit code, NEON-accelerated Huffman encoding speeds up the
956 improve performance on CPUs with in-order pipelines. This speeds up the
[all …]
/third_party/glib/patch/
Dbackport-CVE-2023-24593_CVE-2023-25180-2.patch165 children from trusted serialised tuples, which speeds things up.
/third_party/icu/docs/userguide/dev/
Dediting.md143 cd ~/.rbenv && src/configure && make -C src # Optional but greatly speeds up certain operations
/third_party/lz4/programs/
Dlz4.1.md23 `lz4` offers compression speeds > 500 MB/s per core,
/third_party/node/doc/api/
Ddiagnostics_channel.md241 lookups at publish time, enabling very fast publish speeds and allowing
/third_party/toybox/generated/
Dglobals.h678 int speeds[20]; member
/third_party/python/Lib/
Dturtle.py2166 speeds = {'fastest':0, 'fast':10, 'normal':6, 'slow':3, 'slowest':1 }
2169 if speed in speeds:
2170 speed = speeds[speed]
/third_party/python/Misc/NEWS.d/
D3.7.0b2.rst403 tuple item. Especially this speeds up :func:`socket.recvfrom` when it
/third_party/libwebsockets/READMEs/
DREADME.event-loops-intro.md251 - Typically, at CPU speeds, nothing is happening at any given time on most
/third_party/icu/docs/userguide/strings/
Dproperties.md348 optimization speeds up the more common BMP characters by not checking for
/third_party/jerryscript/docs/
D04.INTERNALS.md266 …f its string is stored, not the character sequence itself. Using numbers speeds up the property ac…

1234