Home
last modified time | relevance | path

Searched defs:speed (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/musl/src/termios/
Dcfsetospeed.c6 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed()
17 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
/third_party/musl/porting/liteos_a/user/src/termios/
Dcfsetospeed.c7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed()
19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
/third_party/toybox/toys/pending/
Dgetty.c51 long speed; member
87 long speed = atolx(s); in encode() local
182 speed_t speed; in sense_baud() local
Dstty.c56 static int baud(speed_t speed) in baud()
62 static speed_t speed(int baud) in speed() function
/third_party/pulseaudio/sonic/
DMain.java23 float speed, in runSonic()
63 float speed = 2.0f; in main() local
Dmain.c20 float speed, in runSonic()
77 float speed = 1.0f; in main() local
Dsonic.c26 float speed; member
97 float speed) in sonicSetSpeed()
551 float speed = stream->speed/stream->pitch; in sonicFlushStream() local
959 float speed, in skipPitchPeriod()
984 float speed, in insertPitchPeriod()
1012 float speed) in changeSpeed()
1051 float speed = stream->speed/stream->pitch; in processStreamInput() local
1127 float speed, in sonicChangeFloatSpeed()
1154 float speed, in sonicChangeShortSpeed()
DSonic.java22 private float speed; field in Sonic
104 float speed) in setSpeed()
808 float speed, in skipPitchPeriod()
830 float speed, in insertPitchPeriod()
852 float speed) in changeSpeed()
949 float speed, in changeFloatSpeed()
975 float speed, in sonicChangeShortSpeed()
/third_party/toybox/lib/
Dtty.c64 void xsetspeed(struct termios *tio, int speed) in xsetspeed()
79 int set_terminal(int fd, int raw, int speed, struct termios *old) in set_terminal()
126 void xset_terminal(int fd, int raw, int speed, struct termios *old) in xset_terminal()
/third_party/skia/samplecode/
DSampleCusp.cpp33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp()
54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop()
/third_party/musl/Benchmark/musl/
Dlibc_ioctl.cpp41 int speed = cfgetospeed(&ttydev); in Bm_function_Ioctl_baudrate() local
/third_party/toybox/toys/net/
Dmicrocom.c39 int i, speed; in microcom_main() local
/third_party/skia/tools/viewer/
DTouchGesture.cpp18 static SkScalar pin_max_fling(SkScalar speed) { in pin_max_fling()
70 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); in evaluateMatrix() local
302 SkScalar speed; in isFling() local
DAnimTimer.h40 void setSpeed(float speed) { fSpeed = speed; } in setSpeed()
/third_party/curl/tests/unit/
Dunit1606.c52 curl_off_t speed, in runawhile()
/third_party/ffmpeg/libavcodec/tests/
Ddct.c179 static int dct_error(const struct algo *dct, int test, int is_idct, int speed, const int bits) in dct_error()
378 int speed) in idct248_error()
472 int speed = 0; in main() local
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstop.h57 gint speed; member
/third_party/gstreamer/gstplugins_bad/gst/speed/
Dgstspeed.h51 gfloat speed; member
/third_party/ffmpeg/libavfilter/
Df_realtime.c31 double speed; member
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_siv_hw.c85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_siv_hw.c85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed()
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpenc.h55 guint speed; member
/third_party/lwip/src/include/lwip/
Dsnmp.h119 #define MIB2_INIT_NETIF(netif, type, speed) do { \ argument
138 #define MIB2_INIT_NETIF(netif, type, speed) argument
/third_party/ffmpeg/libavdevice/
Dlibcdio.c50 int speed; member
/third_party/ffmpeg/libavformat/
Dflic.c92 int speed, ret; in flic_read_header() local

1234