/third_party/libinput/tools/ |
D | make-ptraccel-graphs.sh | 10 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/ |
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()
|
/third_party/ffmpeg/libavfilter/ |
D | af_chorus.c | 48 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/ |
D | getty.c | 40 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/ |
D | pointer-acceleration.rst | 64 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
|
D | normalization-of-relative-motion.rst | 25 libinput applies a dpi-dependent acceleration function. At low speeds, a 27 movement speed increases, acceleration is applied - at high speeds a low-dpi
|
D | trackpoint-configuration.rst | 62 slows the trackpoint down, a value above 1.0 speeds the trackpoint up.
|
/third_party/skia/third_party/externals/angle2/build_overrides/ |
D | glslang.gni | 8 # Reduce glslang's features to what the Vulkan backend of ANGLE uses. This both speeds up glslang's
|
/third_party/pulseaudio/sonic/debian/ |
D | control | 16 and speeds them up or slows them down, with low distortion.
|
/third_party/curl/docs/ |
D | PARALLEL-TRANSFERS.md | 30 o current transfer speed (the faster of upload/download speeds measured over
|
/third_party/skia/samplecode/ |
D | SamplePathText.cpp | 396 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/ |
D | FastOpenGLStateTransitions.md | 23 fastest possible hash computation. The hash map speeds up state changes considerably. But it is
|
/third_party/python/Doc/library/ |
D | termios.rst | 37 these fields are defined). The interpretation of the flags and the speeds as
|
D | statistics.rst | 184 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/ |
D | ChangeLog.md | 73 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/ |
D | backport-CVE-2023-24593_CVE-2023-25180-2.patch | 165 children from trusted serialised tuples, which speeds things up.
|
/third_party/icu/docs/userguide/dev/ |
D | editing.md | 143 cd ~/.rbenv && src/configure && make -C src # Optional but greatly speeds up certain operations
|
/third_party/lz4/programs/ |
D | lz4.1.md | 23 `lz4` offers compression speeds > 500 MB/s per core,
|
/third_party/node/doc/api/ |
D | diagnostics_channel.md | 241 lookups at publish time, enabling very fast publish speeds and allowing
|
/third_party/toybox/generated/ |
D | globals.h | 678 int speeds[20]; member
|
/third_party/python/Lib/ |
D | turtle.py | 2166 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/ |
D | 3.7.0b2.rst | 403 tuple item. Especially this speeds up :func:`socket.recvfrom` when it
|
/third_party/libwebsockets/READMEs/ |
D | README.event-loops-intro.md | 251 - Typically, at CPU speeds, nothing is happening at any given time on most
|
/third_party/icu/docs/userguide/strings/ |
D | properties.md | 348 optimization speeds up the more common BMP characters by not checking for
|
/third_party/jerryscript/docs/ |
D | 04.INTERNALS.md | 266 …f its string is stored, not the character sequence itself. Using numbers speeds up the property ac…
|