Home
last modified time | relevance | path

Searched refs:speeds (Results 1 – 25 of 57) sorted by relevance

123

/openbsd/lib/libcurses/tinfo/
H A Dlib_baudrate.c107 static struct speed const speeds[] = variable
224 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_baudrate()
225 if (speeds[i].given_speed > OSpeed) { in _nc_baudrate()
228 if (speeds[i].given_speed == OSpeed) { in _nc_baudrate()
229 result = speeds[i].actual_speed; in _nc_baudrate()
255 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_ospeed()
256 if (speeds[i].actual_speed == BaudRate) { in _nc_ospeed()
257 result = speeds[i].given_speed; in _nc_ospeed()
/openbsd/usr.bin/tset/
H A Dtset.c233 typedef struct speeds { struct
239 static const SPEEDS speeds[] = argument
244 static const SPEEDS speeds[] = variable
356 for (n = 0; n < SIZEOF(speeds); ++n) { in tbaudrate()
357 if (n > 0 && (speeds[n].speed <= speeds[n - 1].speed)) { in tbaudrate()
361 if (!CaselessCmp(rate, speeds[n].string)) { in tbaudrate()
362 sp = speeds + n; in tbaudrate()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/example/
H A Dtest.pl201 @speeds = GetSpeed();
209 if (@speeds)
211 print "Apparently, you are connected at ", join( "/", @speeds ),
/openbsd/gnu/gcc/config/
H A Dmh-ppc-darwin2 # position-independent-code -- the usual default on Darwin. This fix speeds
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A Dmh-ppc-darwin2 # position-independent-code -- the usual default on Darwin. This fix speeds
/openbsd/lib/libcurses/tty/
H A Dlib_mvcur.c1325 int speeds[] = in main() local
1364 for (i = 0; speeds[i]; i++) { in main()
1370 float totalest = cumtime + xmits * 9 * 1e6 / speeds[i]; in main()
1377 float overhead = speeds[i] * perchar / 1e6; in main()
1381 speeds[i], overhead, totalest); in main()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/t/
H A D02_terminal_functions.t79 my @speeds = GetSpeed();
/openbsd/sys/dev/pci/
H A Dif_bnxt.c1878 uint64_t speeds[] = { in bnxt_hwrm_port_phy_qcfg() local
1945 for (i = 0; i < nitems(speeds); i++) { in bnxt_hwrm_port_phy_qcfg()
1946 media_type = bnxt_get_media_type(speeds[i], resp->phy_type); in bnxt_hwrm_port_phy_qcfg()
1949 speeds[i], media_type); in bnxt_hwrm_port_phy_qcfg()
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A DChangeLog.mkhybrid183 files (CAP, Netatalk, etc) - speeds up processing in these cases
/openbsd/usr.sbin/unbound/doc/
H A Drequirements.txt266 This speeds up building chains of trust, and uses NSEC and NSEC3
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/
H A DBeyond.pod68 That speeds things up but I have to make a note of which tests are
/openbsd/share/snmp/
H A DIF-MIB.txt1260 receive at speeds less than or equal to 20,000,000
1288 receive at speeds less than or equal to 20,000,000
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Daclocal.m4265 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/gcc/libssp/
H A Daclocal.m4265 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/gcc/libgomp/
H A Daclocal.m4265 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Daclocal.m4265 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Daclocal.m4265 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/gcc/libmudflap/
H A Daclocal.m4265 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/gcc/gcc/config/fr30/
H A Dfr30.md280 ;; care about instruction lengths or speeds). Splits are
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Daclocal.m4265 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.md277 ;; care about instruction lengths or speeds). Splits are
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Daclocal.m4265 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Daclocal.m4265 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/usr.bin/binutils/gas/
H A Daclocal.m4310 [ --disable-dependency-tracking speeds up one-time build
/openbsd/gnu/usr.bin/texinfo/
H A Daclocal.m4310 [ --disable-dependency-tracking speeds up one-time build

123