/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/flutter/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/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/toybox/toys/net/ |
D | microcom.c | 39 int i, speed; in microcom_main() local
|
/third_party/curl/tests/unit/ |
D | unit1606.c | 50 curl_off_t speed, in runawhile()
|
/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/flutter/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 305 SkScalar speed; in isFling() local
|
D | AnimTimer.h | 40 void setSpeed(float speed) { fSpeed = speed; } in setSpeed()
|
/third_party/toybox/lib/ |
D | tty.c | 65 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/ |
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/boost/libs/geometry/example/ |
D | c03_custom_linestring_example.cpp | 27 double speed; member
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
D | fireworks.c | 111 float speed = in stepParticles() local 197 float speed = randomFloat(0.00, powf(0.17, exponent)); in explodeEmitter() local
|
D | accelerometer.c | 36 float speed; in render() 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/boost/libs/nowide/test/ |
D | benchmark_fstream.cpp | 171 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/ |
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/libusb/examples/ |
D | testlibusb.c | 167 const char *speed; in print_device() local
|