/third_party/musl/porting/liteos_a/user/src/termios/ |
H A D | cfsetospeed.c | 7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() argument 19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed() argument
|
/third_party/musl/src/termios/ |
H A D | cfsetospeed.c | 7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() argument 19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed() argument
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_ioctl.cpp | 41 int speed = cfgetospeed(&ttydev); in Bm_function_Ioctl_baudrate() local
|
/third_party/toybox/toys/net/ |
H A D | microcom.c | 39 int i, speed; in microcom_main() local
|
/third_party/curl/tests/unit/ |
H A D | unit1606.c | 50 runawhile(long time_limit, long speed_limit, curl_off_t speed, int dec) runawhile() argument
|
/third_party/pulseaudio/sonic/ |
H A D | Main.java | 20 runSonic( AudioInputStream audioStream, SourceDataLine line, float speed, float pitch, float rate, float volume, boolean emulateChordPitch, int quality, int sampleRate, int numChannels) runSonic() argument
|
H A D | main.c | 77 float speed = 1.0f; in main() local 17 runSonic( waveFile inFile, waveFile outFile, float speed, float pitch, float rate, float volume, int emulateChordPitch, int quality, int sampleRate, int numChannels) runSonic() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | f_realtime.c | 33 double speed; member
|
H A D | af_aphaser.c | 38 double speed; member
|
H A D | af_flanger.c | 38 double speed; member
|
/third_party/ffmpeg/libavdevice/ |
H A D | libcdio.c | 50 int speed; member
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed() argument
|
H A D | cipher_aes_siv.c | 205 unsigned int speed = 0; in aes_siv_set_ctx_params() local
|
/third_party/skia/samplecode/ |
H A D | SampleCusp.cpp | 33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() argument 54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop() argument
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed() argument
|
H A D | cipher_aes_siv.c | 205 unsigned int speed = 0; in aes_siv_set_ctx_params() local
|
/third_party/skia/tools/timer/ |
H A D | TimeUtils.h | 27 static inline float Scaled(float time, float speed, float period = 0) { in Scaled() argument
|
/third_party/skia/tools/viewer/ |
H A D | AnimTimer.h | 40 void setSpeed(float speed) { fSpeed = speed; } in setSpeed() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | flic.c | 92 int speed, ret; in flic_read_header() local
|
/third_party/backends/backend/ |
H A D | gphoto2.h | 91 SANE_Int speed; /* current port speed */ member
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | oss-util.c | 159 int format, channels, speed, reqformat; in pa_oss_auto_format() local
|
/third_party/toybox/lib/ |
H A D | tty.c | 64 void xsetspeed(struct termios *tio, int speed) in xsetspeed() argument 79 int set_terminal(int fd, int raw, int speed, struct termios *old) in set_terminal() argument 126 xset_terminal(int fd, int raw, int speed, struct termios *old) xset_terminal() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | getty.c | 51 long speed; member 87 long speed = atolx(s); in encode() local 182 speed_t speed; in sense_baud() local [all...] |
/third_party/skia/gm/ |
H A D | addarc.cpp | 53 SkScalar speed = SkScalarSqrt(16 / r.width()) * 0.5f; variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | librav1e.c | 52 int speed; member
|