Searched refs:speed (Results 1 – 15 of 15) sorted by relevance
/busybox-1.35.0/libbb/ |
D | speed_table.c | 23 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()
|
D | Config.src | 41 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/ |
D | microcom.c | 67 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/ |
D | getty.c | 256 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()
|
D | README | 42 echo should be on, speed, control chars properly set, etc.
|
/busybox-1.35.0/archival/ |
D | Config.src | 31 bool "Optimize lzma for speed"
|
/busybox-1.35.0/networking/ |
D | nameif.c | 129 uint16_t speed; /* The forced speed, 10Mb, 100Mb, gigabit */ member
|
/busybox-1.35.0/docs/ |
D | nofork_noexec.txt | 4 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
|
D | Serial-Programming-HOWTO.txt | 243 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/ |
D | Config.src | 152 This may significantly speed up some shell scripts.
|
/busybox-1.35.0/modutils/ |
D | Config.src | 26 will try to generate modules.dep.bb file in order to speed up
|
/busybox-1.35.0/ |
D | TODO | 181 for _really_ brainless embedded systems, or speed up the standalone shell
|
D | NOFORK_NOEXEC.lst | 314 rtcwake - longterm: puts system to sleep, optimizing this for speed is pointless
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 394 OPTIMIZING FOR SPEED: If execution speed needs to be increased (due to
|
/busybox-1.35.0/include/ |
D | libbb.h | 1588 extern unsigned int tty_baud_to_value(speed_t speed) FAST_FUNC;
|