Home
last modified time | relevance | path

Searched defs:speed (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/musl/porting/liteos_a/user/src/termios/
H A Dcfsetospeed.c7 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 Dcfsetospeed.c7 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 Dlibc_ioctl.cpp41 int speed = cfgetospeed(&ttydev); in Bm_function_Ioctl_baudrate() local
/third_party/toybox/toys/net/
H A Dmicrocom.c39 int i, speed; in microcom_main() local
/base/usb/usb_manager/test/fuzztest/usbmgrgetdevicespeed_fuzzer/
H A Dusbmgrgetdevicespeed_fuzzer.cpp42 uint8_t speed; in UsbMgrGetDeviceSpeedFuzzTest() local
/third_party/curl/tests/unit/
H A Dunit1606.c50 runawhile(long time_limit, long speed_limit, curl_off_t speed, int dec) runawhile() argument
/third_party/pulseaudio/sonic/
H A DMain.java20 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 Dmain.c77 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...]
/base/location/frameworks/native/location_ndk/include/
H A Dlocator_c_impl.h37 double speed = 0.0; member
/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_device_status_test.cpp101 uint8_t speed = 0; in HWTEST_F() local
139 uint8_t speed = 0; in HWTEST_F() local
178 uint8_t speed = 0; in HWTEST_F() local
218 uint8_t speed = 0; HWTEST_F() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_realtime.c33 double speed; member
H A Daf_aphaser.c38 double speed; member
/third_party/ffmpeg/libavdevice/
H A Dlibcdio.c50 int speed; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed() argument
H A Dcipher_aes_siv.c205 unsigned int speed = 0; in aes_siv_set_ctx_params() local
/third_party/skia/samplecode/
H A DSampleCusp.cpp33 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 Dcipher_aes_siv_hw.c85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed() argument
H A Dcipher_aes_siv.c205 unsigned int speed = 0; in aes_siv_set_ctx_params() local
/third_party/skia/tools/timer/
H A DTimeUtils.h27 static inline float Scaled(float time, float speed, float period = 0) { in Scaled() argument
/third_party/skia/tools/viewer/
H A DAnimTimer.h40 void setSpeed(float speed) { fSpeed = speed; } in setSpeed() argument
/base/location/interfaces/c_api/include/
H A Doh_location_type.h200 double speed; member
/third_party/ffmpeg/libavformat/
H A Dflic.c92 int speed, ret; in flic_read_header() local
/third_party/backends/backend/
H A Dgphoto2.h91 SANE_Int speed; /* current port speed */ member
/third_party/pulseaudio/src/modules/oss/
H A Doss-util.c159 int format, channels, speed, reqformat; in pa_oss_auto_format() local
/third_party/toybox/lib/
H A Dtty.c64 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...]

Completed in 10 milliseconds

1234