| /third_party/rust/crates/rustix/src/termios/ |
| D | cf.rs | 1 use crate::termios::{Speed, Termios}; 7 pub fn cfgetospeed(termios: &Termios) -> Speed { in cfgetospeed() argument 14 pub fn cfgetispeed(termios: &Termios) -> Speed { in cfgetispeed() argument 24 /// `cfsetospeed(termios, speed)` 26 pub fn cfsetospeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetospeed() 27 backend::termios::syscalls::cfsetospeed(termios, speed) in cfsetospeed() 30 /// `cfsetispeed(termios, speed)` 32 pub fn cfsetispeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetispeed() 33 backend::termios::syscalls::cfsetispeed(termios, speed) in cfsetispeed() 36 /// `cfsetspeed(termios, speed)` [all …]
|
| /third_party/pulseaudio/sonic/ |
| D | sonic.h | 12 generates smooth speech at speed up factors as high as 6X, possibly more. It is 14 regardless of the speed up or slow down factor. For speeding up speech by 2X or 17 newSamples = period/(speed - 1.0) 21 pitch estimator, and speed is the speedup factor. If the current position in 30 For speed factors < 2X, the PICOLA algorithm is used. The above 31 algorithm is first used to double the speed of one pitch period. Then, enough 33 speed up factor, where 1.0 < speed < 2.0. The amount of data copied is derived: 35 speed = (2*period + length)/(period + length) 36 speed*length + speed*period = 2*period + length 37 length(speed - 1) = 2*period - speed*period [all …]
|
| D | sonic.1 | 4 sonic \- Speech speed manipulator 11 in sonic is the ability to speed speech up by much more than 2X, with minimal 27 Disable all speed-up heuristics, possibly improving the quality slightly. This 28 is mainly used for debugging the speed-up heuristics. 31 Adjust the speed of playback. This scales both the pitch and speed equally. 33 .B \-s speed 34 Set speed up factor. 1.0 means no change, 2.0 means 2X faster. 44 The above command would increase the speed of an audio book called book.wav by a
|
| D | main.c | 5 useful utility on it's own, which can speed up or slow down wav files, change 20 float speed, in runSonic() argument 33 sonicSetSpeed(stream, speed); in runSonic() 64 " -q -- Disable speed-up heuristics. May increase quality.\n" in usage() 66 " -s speed -- Set speed up factor. 2.0 means 2X faster.\n" in usage() 77 float speed = 1.0f; in main() local 98 printf("Disabling speed-up heuristics\n"); in main() 108 speed = atof(argv[xArg]); in main() 109 printf("Setting speed to %0.2fX\n", speed); in main() 134 runSonic(inFile, outFile, speed, pitch, rate, volume, emulateChordPitch, quality, in main()
|
| D | Sonic.java | 15 /* This is used to down-sample some inputs to improve speed */ 22 private float speed; field in Sonic 96 // Get the speed of the stream. 99 return speed; in getSpeed() 102 // Set the speed of the stream. 104 float speed) in setSpeed() argument 106 this.speed = speed; in setSpeed() 128 // Set the playback rate of the stream. This scales pitch and speed at the same time. 204 speed = 1.0f; in Sonic() 460 float s = speed/pitch; in flushStream() [all …]
|
| /third_party/libinput/src/ |
| D | filter-custom.c | 82 * movements these distances do represent the actual speed, in custom_accel_function_calculate_speed() 107 * which should give us better speed estimation. in custom_accel_function_calculate_speed() 110 /* calculate speed based on time passed since last event */ in custom_accel_function_calculate_speed() 117 double speed = distance / dt; /* speed is in device-units per ms */ in custom_accel_function_calculate_speed() local 120 return speed; in custom_accel_function_calculate_speed() 134 /* if speed is greater than custom curve's max speed, in custom_accel_function_profile() 149 * given speed S in units/ms, that's our accel input. Our curve says map in custom_accel_function_profile() 150 * that speed S to some other speed S'. in custom_accel_function_profile() 153 * be modified to represent our intended speed. in custom_accel_function_profile() 155 * Example: we moved a delta of 7 over the last 7ms. Our speed is in custom_accel_function_profile() [all …]
|
| /third_party/lz4/tests/ |
| D | README.md | 7 - `fullbench` : Precisely measure speed for each lz4 inner functions 9 - `test-lz4-speed.py` : script for testing lz4 speed difference between commits 20 #### `test-lz4-speed.py` - script for testing lz4 speed difference between commits 23 Then it compiles all branches of lz4 and performs a speed benchmark for a given list of files (the … 25 If a new commit is found it is compiled and a speed benchmark for this commit is performed. 26 The results of the speed benchmark are compared to the previous results. 27 …ression or decompression speed for one of lz4 levels is lower than `lowerLimit` (an optional param… 31 - To be sure that speed results are accurate the script should be run on a "stable" target system w… 32 - Using the script with virtual machines can lead to large variations of speed results 33 - The speed benchmark is not performed until computers' load average is lower than `maxLoadAvg` (an… [all …]
|
| /third_party/libinput/tools/ |
| D | make-ptraccel-graphs.sh | 13 for speed in $speeds; do 14 $tool --mode=accel --dpi=1000 --filter=linear --speed=$speed > $outfile-$speed.gnuplot 19 set xlabel "speed in mm/s" 39 set xlabel "speed in mm/s" 54 for speed in $speeds; do 55 $tool --mode=accel --dpi=1000 --filter=touchpad --speed=$speed> $outfile-$speed.gnuplot 61 set xlabel "speed in mm/s" 72 for speed in $speeds; do 73 $tool --mode=accel --speed=$speed --filter=trackpoint > $outfile-$speed.gnuplot
|
| /third_party/curl/docs/cmdline-opts/ |
| D | speed-time.md | 4 Long: speed-time 7 Help: Trigger 'speed-limit' abort after this time 12 - speed-limit 15 - --speed-limit 300 --speed-time 10 $URL 18 # `--speed-time` 20 If a transfer runs slower than speed-limit bytes per second during a 21 speed-time period, the transfer is aborted. If speed-time is used, the default 22 speed-limit is 1 unless set with --speed-limit.
|
| D | speed-limit.md | 4 Long: speed-limit 6 Arg: <speed> 12 - speed-time 16 - --speed-limit 300 --speed-time 10 $URL 19 # `--speed-limit` 21 If a transfer is slower than this set speed (in bytes per second) for a given 22 number of seconds, it gets aborted. The time period is set with --speed-time
|
| D | limit-rate.md | 5 Arg: <speed> 6 Help: Limit transfer speed to RATE 12 - speed-limit 13 - speed-time 27 The given speed is measured in bytes/second, unless a suffix is appended. 32 The rate limiting logic works on averaging the transfer speed to no more than 35 If you also use the --speed-limit option, that option takes precedence and 36 might cripple the rate-limiting slightly, to help keeping the speed-limit
|
| /third_party/typescript/tests/issues_cookbook_tests/pages/cookbook/ |
| D | 5.51.ets | 2 getStatus(): { speed: number } 10 speed: number 16 private speed: number = 0 20 return { speed: this.speed, frequency: this.frequency } 27 public speed: number 29 this.speed = 0 45 public speed: number 48 this.speed = 0 71 speed: this.move_status.speed,
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
| D | types.rs | 71 pub type Speed = linux_raw_sys::general::speed_t; typedef 260 pub const B0: Speed = linux_raw_sys::general::B0; 263 pub const B50: Speed = linux_raw_sys::general::B50; 266 pub const B75: Speed = linux_raw_sys::general::B75; 269 pub const B110: Speed = linux_raw_sys::general::B110; 272 pub const B134: Speed = linux_raw_sys::general::B134; 275 pub const B150: Speed = linux_raw_sys::general::B150; 278 pub const B200: Speed = linux_raw_sys::general::B200; 281 pub const B300: Speed = linux_raw_sys::general::B300; 284 pub const B600: Speed = linux_raw_sys::general::B600; [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | interfacePropertiesWithSameName2.types | 6 getStatus(): { speed: number; }; 7 >getStatus : () => { speed: number;} 8 >speed : number 33 getStatus(): { speed: number; }; 34 >getStatus : () => { speed: number;} 35 >speed : number 55 …getStatus(): { speed: number; frequency: number; }; // ok because this getStatus overrides the con… 56 >getStatus : () => { speed: number; frequency: number;} 57 >speed : number
|
| D | interfacePropertiesWithSameName1.types | 6 getStatus(): { speed: number; }; 7 >getStatus : () => { speed: number;} 8 >speed : number 20 getStatus(): { speed: number; frequency: number; }; 21 >getStatus : () => { speed: number; frequency: number;} 22 >speed : number
|
| /third_party/rust/rust/tests/codegen/ |
| D | optimize-attr-1.rs | 1 // revisions: NO-OPT SIZE-OPT SPEED-OPT 4 //[SPEED-OPT] compile-flags: -Copt-level=3 -Ccodegen-units=1 12 // SPEED-OPT: ret i32 4 21 // SPEED-OPT: ret i32 6 28 // CHECK-LABEL: define{{.*}}i32 @speed 30 // SPEED-OPT-SAME: [[NOTHING_ATTRS]] 33 // SPEED-OPT: ret i32 8 34 #[optimize(speed)] 36 pub fn speed() -> i32 { in speed() function 41 // SPEED-OPT-DAG: attributes [[SIZE_ATTRS]] = {{.*}}minsize{{.*}}optsize{{.*}}
|
| /third_party/pulseaudio/sonic/doc/ |
| D | index.md | 22 other algorithms that came before, Sonic is optimized for speed ups of over 2X. 43 the new part, for greater than 2X speed up, is clearly a capability most 56 understand at high speed (over 2.5X) by blind speed listeners. 62 RockBox quite good, though it's limited to 2X speed up. So far as I know, only 63 sonic is optimized for speed factors needed by the blind, up to 6X. 89 …sonicChangeShortSpeed(samples, numSamples, speed, pitch, rate, volume, useChordPitch, sampleRate, … 91 This will change the speed and pitch of the sound samples pointed to by samples, 95 that there is room in the samples array for the speed-changed samples. In 101 sonicChangeShortSpeed(samples, numSamples, speed, pitch, 1.0f, 1.0f, 0, sampleRate, 1); 120 By default, a sonic stream sets the speed, pitch, rate, and volume to 1.0, which means [all …]
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLINFO_SPEED_UPLOAD_T.md | 17 CURLINFO_SPEED_UPLOAD_T - get upload speed 25 curl_off_t *speed); 30 Pass a pointer to a *curl_off_t* to receive the average upload speed that 47 curl_off_t speed; 48 res = curl_easy_getinfo(curl, CURLINFO_SPEED_UPLOAD_T, &speed); 50 printf("Upload speed %" CURL_FORMAT_CURL_OFF_T " bytes/sec\n", speed);
|
| D | CURLINFO_SPEED_DOWNLOAD_T.md | 18 CURLINFO_SPEED_DOWNLOAD_T - get download speed 26 curl_off_t *speed); 31 Pass a pointer to a *curl_off_t* to receive the average download speed 48 curl_off_t speed; 49 res = curl_easy_getinfo(curl, CURLINFO_SPEED_DOWNLOAD_T, &speed); 51 printf("Download speed %" CURL_FORMAT_CURL_OFF_T " bytes/sec\n", 52 speed);
|
| D | CURLINFO_SPEED_UPLOAD.md | 17 CURLINFO_SPEED_UPLOAD - get upload speed 24 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_SPEED_UPLOAD, double *speed); 29 Pass a pointer to a double to receive the average upload speed that curl 49 double speed; 50 res = curl_easy_getinfo(curl, CURLINFO_SPEED_UPLOAD, &speed); 52 printf("Upload speed %.0f bytes/sec\n", speed);
|
| D | CURLINFO_SPEED_DOWNLOAD.md | 18 CURLINFO_SPEED_DOWNLOAD - get download speed 26 double *speed); 31 Pass a pointer to a double to receive the average download speed that curl 51 double speed; 52 res = curl_easy_getinfo(curl, CURLINFO_SPEED_DOWNLOAD, &speed); 54 printf("Download speed %.0f bytes/sec\n", speed);
|
| /third_party/musl/src/termios/ |
| D | cfsetospeed.c | 7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() argument 10 if (speed & ~CBAUD) { in cfsetospeed() 15 tio->c_cflag |= speed; in cfsetospeed() 19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed() argument 22 return speed ? cfsetospeed(tio, speed) : 0; in cfsetispeed()
|
| /third_party/musl/porting/liteos_a/user/src/termios/ |
| D | cfsetospeed.c | 7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() argument 10 if (speed & ~CBAUD) { in cfsetospeed() 15 tio->c_cflag |= speed; in cfsetospeed() 19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed() argument 22 return speed ? cfsetospeed(tio, speed) : 0; in cfsetispeed()
|
| /third_party/lz4/ |
| D | NEWS | 2 cli : multithreading compression support: improves speed by X times threads allocated 3 cli : overlap decompression with i/o, improving speed by ~+60% 9 lib : new level 2, offering mid-way performance (speed and compression) 10 lib : Improved lz4frame compression speed for small data (up to +160% at 1KB) 11 lib : Slightly faster (+5%) HC compression speed (levels 3-9), by @JunHe77 26 perf : faster decoding speed (~+20%) on aarch64 platforms 27 perf : faster decoding speed (~+70%) for -BD4 setting in CLI 30 api : can skip checksum validation for improved decoding speed 48 perf: highly improved speed in kernel space, by @terrelln 49 perf: faster speed with Visual Studio, thanks to @wolfpld and @remittor [all …]
|
| /third_party/lz4/contrib/snap/ |
| D | snapcraft.yaml | 6 speed > 500 MB/s per core, scalable with multi-cores CPU. It features an 7 extremely fast decoder, with speed in multiple GB/s per core, typically 8 reaching RAM speed limits on multi-core systems. 10 Speed can be tuned dynamically, selecting an "acceleration" factor which 11 trades compression ratio for faster speed. On the other end, a high 14 speed.
|