Home
last modified time | relevance | path

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

12345

/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
/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...]
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H A Dg_uvc.h33 enum usb_device_speed speed; member
/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
/device/soc/hisilicon/common/platform/mmc/himci_v200/proc/
H A Dhimci_proc.c171 static char *speed = NULL; in ProcStatsSpeedPrint() local
/device/soc/hisilicon/common/platform/mmc/sdhci/proc/
H A Dsdhci_proc.c170 static char *speed = NULL; in ProcStatsSpeedPrint() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dethtool.h67 u16_t speed; /**< Low bits of the speed, 1Mb units, 0 to INT_MAX or SPEED_UNKNOWN */ 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 9 milliseconds

12345