Searched refs:speeds (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c94 static struct speed const speeds[] = variable
155 for (i = 0; i < SIZEOF(speeds); i++) {
156 if (speeds[i].s == OSpeed) {
157 result = speeds[i].sp;
174 for (i = 0; i < SIZEOF(speeds); i++) {
175 if (speeds[i].sp == BaudRate) {
176 result = speeds[i].s;
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c173 /* Which speeds to set. */
562 N set the input and output speeds to N bauds\n\
1727 static struct speed_map const speeds[] = variable
1801 for (i = 0; speeds[i].string != NULL; ++i)
1802 if (STREQ (arg, speeds[i].string))
1803 return speeds[i].speed;
1812 for (i = 0; speeds[i].string != NULL; ++i)
1813 if (speed == speeds[i].speed)
1814 return speeds[i].value;
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_mvcur.c1146 int speeds[] = local
1185 for (i = 0; speeds[i]; i++) {
1191 float totalest = cumtime + xmits * 9 * 1e6 / speeds[i];
1198 float overhead = speeds[i] * perchar / 1e6;
1202 speeds[i], overhead, totalest);
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.c305 static int speeds[] =
330 /* For quite high speeds, convert to the smaller
338 speed = speeds[ospeed];
365 We use the smaller units for larger speeds to avoid overflow. */
303 static int speeds[] = variable
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c265 typedef struct speeds { struct
270 static const SPEEDS speeds[] = variable
339 for (sp = speeds; sp->string; ++sp) {
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dconfigure853 --disable-dependency-tracking speeds up one-time build
/haiku-fatelf/src/bin/gdb/bfd/
H A Dconfigure853 --disable-dependency-tracking speeds up one-time build
/haiku-fatelf/src/libs/print/libgutenprint/
H A Dconfigure1696 --disable-dependency-tracking speeds up one-time build
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure1781 --disable-dependency-tracking speeds up one-time build
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure2082 --disable-dependency-tracking speeds up one-time build
[all...]

Completed in 268 milliseconds