Home
last modified time | relevance | path

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

12345

/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/flutter/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/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/toybox/toys/net/
Dmicrocom.c39 int i, speed; in microcom_main() local
/third_party/curl/tests/unit/
Dunit1606.c50 curl_off_t speed, in runawhile()
/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/flutter/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
305 SkScalar speed; in isFling() local
DAnimTimer.h40 void setSpeed(float speed) { fSpeed = speed; } in setSpeed()
/third_party/toybox/lib/
Dtty.c65 int set_terminal(int fd, int raw, int speed, struct termios *old) in set_terminal()
112 void xset_terminal(int fd, int raw, int speed, struct termios *old) in xset_terminal()
/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/boost/libs/geometry/example/
Dc03_custom_linestring_example.cpp27 double speed; member
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dfireworks.c111 float speed = in stepParticles() local
197 float speed = randomFloat(0.00, powf(0.17, exponent)); in explodeEmitter() local
Daccelerometer.c36 float speed; in render() 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/boost/libs/nowide/test/
Dbenchmark_fstream.cpp171 const double speed = data_size / duration.count() / 1024; // MB/s in test_io() local
191 const double speed = data_size / duration.count() / 1024; // MB/s in test_io() local
/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/libusb/examples/
Dtestlibusb.c167 const char *speed; in print_device() local

12345