Home
last modified time | relevance | path

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

1234567

/external/toybox/toys/pending/
Dgetty.c40 int speeds[20];
100 TT.speeds[TT.sc] = encode(ptr); in get_speed()
101 if (TT.speeds[TT.sc] < 0) perror_exit("bad speed"); in get_speed()
171 if (TT.speeds[0] != B0) cfsetspeed(&TT.termios, TT.speeds[0]); in termios_init()
326 cfsetspeed(&TT.termios, TT.speeds[index]); // Select from multiple speeds in getty_main()
/external/toybox/lib/
Dtty.c116 int i, speeds[] = {50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, in set_terminal() local
122 for (i = 0; i < ARRAY_LEN(speeds); i++) if (speeds[i] == speed) break; in set_terminal()
123 if (i == ARRAY_LEN(speeds)) error_exit("unknown speed: %d", speed); in set_terminal()
/external/u-boot/board/ti/ks2_evm/
Dboard_k2l.c70 speed = get_max_dev_speed(speeds); in get_pll_init_data()
74 speed = get_max_arm_speed(speeds); in get_pll_init_data()
Dboard_k2hk.c82 speed = get_max_dev_speed(speeds); in get_pll_init_data()
86 speed = get_max_arm_speed(speeds); in get_pll_init_data()
Dboard_k2e.c50 int speeds[DEVSPEED_NUMSPDS] = { variable
79 speed = get_max_dev_speed(speeds); in get_pll_init_data()
Dboard_k2g.c57 int speeds[DEVSPEED_NUMSPDS] = { variable
187 speed = get_max_arm_speed(speeds); in get_pll_init_data()
198 speed = get_max_arm_speed(speeds); in get_pll_init_data()
/external/speex/
DREADME.blackfin12 The --enable-blackfin-asm option is not required, but it speeds up Speex by
/external/u-boot/arch/arm/mach-keystone/include/mach/
Dclock.h121 extern int speeds[];
/external/fec/
DINSTALL32 decoding speeds. These tests should always succeed unless something is
/external/honggfuzz/docs/
DPersistentFuzzing.md3 …ng APIs, which is to say; to test new data within the same process. This speeds-up the process of …
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.120 This significantly speeds up performance on SMP systems.
24 this speeds up performance by at least 10%.
DREADME-2.110 sorted alphabetically which further speeds up directory lookup. Many smaller
/external/sonic/debian/
Dcontrol16 and speeds them up or slows them down, with low distortion.
/external/u-boot/arch/arm/mach-keystone/
Dinit.c234 int speed = get_max_arm_speed(speeds); in print_cpuinfo()
Dclock.c14 int __weak speeds[DEVSPEED_NUMSPDS] = { variable
/external/u-boot/board/freescale/p1_p2_rdb_pc/
DREADME28 extracted from DDR chip datasheet. Different speeds of DDR are supported with
/external/catch2/
DAndroid.bp28 // Using the pre-defined main speeds up compilation significantly.
/external/skqp/samplecode/
DSamplePathText.cpp397 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local
404 speeds * tsec + in apply()
/external/skia/samplecode/
DSamplePathText.cpp397 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local
404 speeds * tsec + in apply()
/external/libvpx/libvpx/
DCHANGELOG68 This release improves upon the VP9 encoder and speeds up the encoding and
84 This release improves upon the VP9 encoder and speeds up the encoding and
114 This release improves upon the VP9 encoder and speeds up the encoding and
356 this release. Encoder improvements followed a curve where speeds 1-3
357 improved 4.0%-1.5%, speeds 4-8 improved <1%, and speeds 9-16 improved
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DDESCRIPTION35 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
/external/u-boot/board/intel/
DKconfig59 architecture (ISA) compatible, operating at speeds up to 400Mhz,
/external/u-boot/drivers/usb/
DKconfig5 subsystem which offers higher speeds and more features than the
/external/python/cpython2/Doc/library/
Dtermios.rst37 these fields are defined). The interpretation of the flags and the speeds as
/external/python/cpython3/Doc/library/
Dtermios.rst37 these fields are defined). The interpretation of the flags and the speeds as

1234567