Searched refs:speed (Results 126 - 149 of 149) sorted by relevance

123456

/external/grub/stage2/
H A Dbuiltins.c3487 unsigned int speed = 9600;
3513 else if (grub_memcmp (arg, "--speed=", sizeof ("--speed=") - 1) == 0)
3515 char *p = arg + sizeof ("--speed=") - 1;
3521 speed = (unsigned int) num;
3608 if (! serial_hw_init (port, speed, word_len, parity, stop_bit_len))
3622 "serial [--unit=UNIT] [--port=PORT] [--speed=SPEED] [--word=WORD] [--parity=PARITY] [--stop=STOP] [--device=DEV]",
3625 " set it by --port. SPEED is the DTE-DTE speed. WORD is the word length,"
3438 unsigned int speed = 9600; local
/external/qemu/telephony/
H A Dandroid_modem.c144 android_parse_network_type( const char* speed )
160 if (!strcmp(speed, types[nn].name))
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb156 # the struct's default initialize for speed. Otherwise,
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php754 // May 28th, 2010 - method updated to tjerk.meesters for a speed improvement.
/external/kernel-headers/original/linux/
H A Dcdrom.h121 #define CDROM_SELECT_SPEED 0x5322 /* Set the CD-ROM speed */
374 #define CDC_SELECT_SPEED 0x8 /* programmable speed */
939 int speed; /* maximum speed for reading data */ member in struct:cdrom_device_info
H A Dvideodev2.h2130 /* 0 or 1000 specifies normal speed,
2133 >1: playback at speed/1000 of the normal speed,
2134 <-1: reverse playback at (-speed/1000) of the normal speed. */
2135 __s32 speed; member in struct:v4l2_decoder_cmd::__anon8061::__anon8063
/external/libppp/src/
H A Dcommand.c1381 long speed; local
1394 speed = strtol(arg->argv[arg->argn], &end, 10);
1395 if (*end || speed < 0) {
1400 if (physical_SetSpeed(arg->cx->physical, speed))
1402 log_Printf(LogWARN, "%s: Invalid speed\n", arg->argv[arg->argn]);
1404 log_Printf(LogWARN, "SetModemSpeed: No speed specified\n");
2457 {"speed", NULL, SetModemSpeed, LOCAL_AUTH | LOCAL_CX,
2458 "physical speed", "set speed value|sync", NULL},
/external/elfutils/
H A Delfutils.spec326 - libelf: speed-ups of non-mmap reading.
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dvp8_subpixelvariance16x16s_neon.asm346 ;(called when speed<=8). xoffset/yoffset can only be 4 or 0, which means either by pass the filter,
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h684 int marqueeSpeed() const { return rareNonInheritedData->marquee->speed; }
1045 void setMarqueeSpeed(int f) { SET_VAR(rareNonInheritedData.access()->marquee, speed, f); }
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm14 ; * gcc3.2, icc5.0, msvc6.0. It is very close to the speed of inffast.S
/external/clang/tools/scan-build/
H A Dscan-build1122 Default is 4. Increase for more comprehensive coverage at a cost of speed.
/external/dropbear/libtommath/
H A Dbn.tex252 function per source file and often I use a ``middle-road'' approach where I don't cut corners for an extra 2\% speed
289 Essentially the only time you wouldn't use LibTomMath is when blazing speed is the primary concern. However,
1227 of the speed difference.
/external/qemu/hw/
H A Dusb-ohci.c343 /* update speed */
344 if (dev->speed == USB_SPEED_LOW)
/external/qemu/
H A Dvl-android.c1635 switch(dev->speed) {
3688 /* Initialize net speed and delays stuff. */
H A Dvl.c1431 switch(dev->speed) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c542 /* Convenience macros for mapping speed and mode into a continuous
548 static int speed_map(int speed, const int *map) argument
555 } while(speed >= *map++);
680 /* Convert speed to continuous range, with clamping */
757 /* Disable coefficient optimization above speed 0 */
/external/dropbear/libtomcrypt/
H A Dcrypt.tex663 speed increase is useful when \textit{TWOFISH\_SMALL} is defined since the s-boxes and MDS multiply form the heart of the
5299 it will not speed up the encryption or decryption functions.
5302 When defined GCM will use a 64KB table (per GCM state) which will greatly speed up the per--packet latency.
/external/grub/
H A Dconfigure919 --enable-serial-speed-simulation
6001 # Check whether --enable-serial-speed-simulation or --disable-serial-speed-simulation was given.
6948 # speed up the sed processing (if there are no `@' at all, there
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas699 /// jump around a lot or for tree parsers requiring speed (at cost of memory).
H A DAntlr.Runtime.pas1043 /// of speed.
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c9159 ;; regarding this. 14,318,180 hz was the original clock speed,

Completed in 1316 milliseconds

123456