/external/toybox/toys/pending/ |
D | getty.c | 40 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/ |
D | tty.c | 116 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/ |
D | board_k2l.c | 70 speed = get_max_dev_speed(speeds); in get_pll_init_data() 74 speed = get_max_arm_speed(speeds); in get_pll_init_data()
|
D | board_k2hk.c | 82 speed = get_max_dev_speed(speeds); in get_pll_init_data() 86 speed = get_max_arm_speed(speeds); in get_pll_init_data()
|
D | board_k2e.c | 50 int speeds[DEVSPEED_NUMSPDS] = { variable 79 speed = get_max_dev_speed(speeds); in get_pll_init_data()
|
D | board_k2g.c | 57 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/ |
D | README.blackfin | 12 The --enable-blackfin-asm option is not required, but it speeds up Speex by
|
/external/u-boot/arch/arm/mach-keystone/include/mach/ |
D | clock.h | 121 extern int speeds[];
|
/external/fec/ |
D | INSTALL | 32 decoding speeds. These tests should always succeed unless something is
|
/external/honggfuzz/docs/ |
D | PersistentFuzzing.md | 3 …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/ |
D | README-3.1 | 20 This significantly speeds up performance on SMP systems. 24 this speeds up performance by at least 10%.
|
D | README-2.1 | 10 sorted alphabetically which further speeds up directory lookup. Many smaller
|
/external/sonic/debian/ |
D | control | 16 and speeds them up or slows them down, with low distortion.
|
/external/u-boot/arch/arm/mach-keystone/ |
D | init.c | 234 int speed = get_max_arm_speed(speeds); in print_cpuinfo()
|
D | clock.c | 14 int __weak speeds[DEVSPEED_NUMSPDS] = { variable
|
/external/u-boot/board/freescale/p1_p2_rdb_pc/ |
D | README | 28 extracted from DDR chip datasheet. Different speeds of DDR are supported with
|
/external/catch2/ |
D | Android.bp | 28 // Using the pre-defined main speeds up compilation significantly.
|
/external/skqp/samplecode/ |
D | SamplePathText.cpp | 397 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local 404 speeds * tsec + in apply()
|
/external/skia/samplecode/ |
D | SamplePathText.cpp | 397 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local 404 speeds * tsec + in apply()
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 68 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/ |
D | DESCRIPTION | 35 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
|
/external/u-boot/board/intel/ |
D | Kconfig | 59 architecture (ISA) compatible, operating at speeds up to 400Mhz,
|
/external/u-boot/drivers/usb/ |
D | Kconfig | 5 subsystem which offers higher speeds and more features than the
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 37 these fields are defined). The interpretation of the flags and the speeds as
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 37 these fields are defined). The interpretation of the flags and the speeds as
|