/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/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/toybox/lib/ |
D | tty.c | 98 int i, speeds[] = {50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, in set_terminal() local 104 for (i = 0; i < ARRAY_LEN(speeds); i++) if (speeds[i] == speed) break; in set_terminal() 105 if (i == ARRAY_LEN(speeds)) error_exit("unknown speed: %d", speed); in set_terminal()
|
/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/e2fsprogs/doc/RelNotes/ |
D | v1.46.0.txt | 49 need to calculate it at mount time. This speeds up mounting very large 84 pthread support). This speeds up dumpe2fs, e2fsck, and debugfs for very 88 descriptors when they are not needed, which speeds up these program when
|
/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/node/deps/npm/node_modules/json-stringify-safe/ |
D | CHANGELOG.md | 11 only the ancestors for a circular references speeds up things considerably.
|
/third_party/flutter/flutter/packages/flutter/lib/src/animation/ |
D | curves.dart | 549 /// A cubic animation curve that speeds up quickly and ends slowly. 755 /// A cubic animation curve that starts slowly, speeds up, and then ends 761 /// A cubic animation curve that starts slowly, speeds up, and then ends 770 /// A cubic animation curve that starts slowly, speeds up, and then ends 781 /// A cubic animation curve that starts slowly, speeds up, and then ends 795 /// A cubic animation curve that starts slowly, speeds up, and then ends 809 /// A cubic animation curve that starts slowly, speeds up, and then ends 820 /// A cubic animation curve that starts slowly, speeds up, and then ends 834 /// A cubic animation curve that starts slowly, speeds up, and then ends 848 /// A cubic animation curve that starts slowly, speeds up, and then ends
|
/third_party/grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.bat | 27 @rem by enabling a monkeypatch. It speeds up the build a lot.
|
/third_party/curl/docs/ |
D | PARALLEL-TRANSFERS.md | 30 o current transfer speed (the faster of UL/DL speeds measured over the last
|
/third_party/flutter/skia/samplecode/ |
D | SamplePathText.cpp | 393 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local 400 speeds * tsec + in apply()
|
/third_party/skia/samplecode/ |
D | SamplePathText.cpp | 396 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local 403 speeds * tsec + in apply()
|
/third_party/boost/libs/sort/doc/ |
D | bibliography.qbk | 57 The importance of cache efficiency grew as CPU clock speeds increased
|
/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
|
/third_party/boost/libs/spirit/doc/lex/ |
D | lexer_quickstart1.qbk | 81 __flex__ show that both have comparable execution speeds!
|
/third_party/node/doc/api/ |
D | diagnostics_channel.md | 95 lookups at publish time, enabling very fast publish speeds and allowing
|
/third_party/gettext/libtextstyle/ |
D | configure.ac | 115 dnl Allow the user to disable namespacing. This speeds up "make" considerably.
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 198 When using the slow integer DCT/IDCT, this speeds up the compression of RGB 206 x86 and x86-64 platforms. This speeds up the compression of full-color 378 JPEG images into RGB or extended RGB output images. This significantly speeds 522 platforms. This speeds up the compression of full-color JPEGs by about 10-15% 534 implementation.) This speeds up the compression of full-color JPEGs by about 541 For 32-bit code, this speeds up the compression of full-color JPEGs by 548 For 64-bit code, NEON-accelerated Huffman encoding speeds up the 564 improve performance on CPUs with in-order pipelines. This speeds up the 646 which speeds up the compression of RGB and CMYK JPEGs by 5-20% when using 786 2. Added SIMD acceleration for DSPr2-capable MIPS platforms. This speeds up [all …]
|
/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/libjpeg-turbo/ |
D | ChangeLog.md | 381 When using the slow integer DCT/IDCT, this speeds up the compression of RGB 389 x86 and x86-64 platforms. This speeds up the compression of full-color 561 JPEG images into RGB or extended RGB output images. This significantly speeds 705 platforms. This speeds up the compression of full-color JPEGs by about 10-15% 717 implementation.) This speeds up the compression of full-color JPEGs by about 724 For 32-bit code, this speeds up the compression of full-color JPEGs by 731 For 64-bit code, NEON-accelerated Huffman encoding speeds up the 747 improve performance on CPUs with in-order pipelines. This speeds up the 829 which speeds up the compression of RGB and CMYK JPEGs by 5-20% when using 969 2. Added SIMD acceleration for DSPr2-capable MIPS platforms. This speeds up [all …]
|
/third_party/icu/docs/userguide/ |
D | editing.md | 143 cd ~/.rbenv && src/configure && make -C src # Optional but greatly speeds up certain operations
|