Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 15 of 15) sorted by relevance

/busybox-1.35.0/libbb/
Dspeed_table.c23 unsigned speed; member
25 unsigned short speed;
124 unsigned FAST_FUNC tty_baud_to_value(speed_t speed) in tty_baud_to_value() argument
129 if (speed == speeds[i].speed) { in tty_baud_to_value()
145 if (value == tty_baud_to_value(speeds[i].speed)) { in tty_value_to_baud()
146 return speeds[i].speed; in tty_value_to_baud()
DConfig.src41 int "MD5: Trade bytes for speed (0:fast, 3:slow)"
45 Trade binary size versus speed for the md5sum algorithm.
55 int "SHA3: Trade bytes for speed (0:fast, 1:slow)"
59 Trade binary size versus speed for the sha3sum algorithm.
/busybox-1.35.0/miscutils/
Dmicrocom.c67 speed_t speed = 9600; in microcom_main() local
74 &speed, &delay, &timeout in microcom_main()
119 cfsetspeed(&tio, tty_value_to_baud(speed)); in microcom_main()
/busybox-1.35.0/loginutils/
Dgetty.c256 static void init_tty_attrs(int speed) in init_tty_attrs() argument
273 if (speed != B0) in init_tty_attrs()
274 cfsetspeed(&G.tty_attrs, speed); in init_tty_attrs()
440 int speed; in auto_baud() local
445 speed = bcode(bp); in auto_baud()
446 if (speed > 0) in auto_baud()
447 cfsetspeed(&G.tty_attrs, speed); in auto_baud()
DREADME42 echo should be on, speed, control chars properly set, etc.
/busybox-1.35.0/archival/
DConfig.src31 bool "Optimize lzma for speed"
/busybox-1.35.0/networking/
Dnameif.c129 uint16_t speed; /* The forced speed, 10Mb, 100Mb, gigabit */ member
/busybox-1.35.0/docs/
Dnofork_noexec.txt4 to dramatically speed up execution. It will be slow as hell if for every
109 NOFORK applets give the most of speed advantage, but are trickiest
DSerial-Programming-HOWTO.txt243 library calls to extract the current input or output speed from the
251 int cfsetispeed(struct termios *termios_p, speed_t speed);
252 int cfsetospeed(struct termios *termios_p, speed_t speed);
262 Most implementations of Linux use only the input speed for both input
/busybox-1.35.0/shell/
DConfig.src152 This may significantly speed up some shell scripts.
/busybox-1.35.0/modutils/
DConfig.src26 will try to generate modules.dep.bb file in order to speed up
/busybox-1.35.0/
DTODO181 for _really_ brainless embedded systems, or speed up the standalone shell
DNOFORK_NOEXEC.lst314 rtcwake - longterm: puts system to sleep, optimizing this for speed is pointless
/busybox-1.35.0/editors/
Dsed1line.txt394 OPTIMIZING FOR SPEED: If execution speed needs to be increased (due to
/busybox-1.35.0/include/
Dlibbb.h1588 extern unsigned int tty_baud_to_value(speed_t speed) FAST_FUNC;