/third_party/musl/src/termios/ |
D | cfsetospeed.c | 6 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/ |
D | cfsetospeed.c | 7 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/ |
D | getty.c | 51 long speed; member 87 long speed = atolx(s); in encode() local 182 speed_t speed; in sense_baud() local
|
D | stty.c | 56 static int baud(speed_t speed) in baud() 62 static speed_t speed(int baud) in speed() function
|
/third_party/pulseaudio/sonic/ |
D | Main.java | 23 float speed, in runSonic() 63 float speed = 2.0f; in main() local
|
D | main.c | 20 float speed, in runSonic() 77 float speed = 1.0f; in main() local
|
D | sonic.c | 26 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()
|
D | Sonic.java | 22 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/ |
D | tty.c | 64 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/ |
D | SampleCusp.cpp | 33 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/ |
D | libc_ioctl.cpp | 41 int speed = cfgetospeed(&ttydev); in Bm_function_Ioctl_baudrate() local
|
/third_party/toybox/toys/net/ |
D | microcom.c | 39 int i, speed; in microcom_main() local
|
/third_party/skia/tools/viewer/ |
D | TouchGesture.cpp | 18 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
|
D | AnimTimer.h | 40 void setSpeed(float speed) { fSpeed = speed; } in setSpeed()
|
/third_party/curl/tests/unit/ |
D | unit1606.c | 52 curl_off_t speed, in runawhile()
|
/third_party/ffmpeg/libavcodec/tests/ |
D | dct.c | 179 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/ |
D | gstop.h | 57 gint speed; member
|
/third_party/gstreamer/gstplugins_bad/gst/speed/ |
D | gstspeed.h | 51 gfloat speed; member
|
/third_party/ffmpeg/libavfilter/ |
D | f_realtime.c | 31 double speed; member
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes_siv_hw.c | 85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_aes_siv_hw.c | 85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed()
|
/third_party/gstreamer/gstplugins_bad/ext/webp/ |
D | gstwebpenc.h | 55 guint speed; member
|
/third_party/lwip/src/include/lwip/ |
D | snmp.h | 119 #define MIB2_INIT_NETIF(netif, type, speed) do { \ argument 138 #define MIB2_INIT_NETIF(netif, type, speed) argument
|
/third_party/ffmpeg/libavdevice/ |
D | libcdio.c | 50 int speed; member
|
/third_party/ffmpeg/libavformat/ |
D | flic.c | 92 int speed, ret; in flic_read_header() local
|