HomeSort by relevance Sort by last modified time
    Searched full:speed (Results 801 - 825 of 3311) sorted by null

<<31323334353637383940>>

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 37 Speed-optimized code in release mode solves a quadratic in 0.3 microseconds on 450MHz
75 Speed-optimized code in release mode solves a cubic in 1.5 microseconds on 450MHz
83 Speed-optimized code in release mode solves a quartic in 2.6 microseconds on 450MHz*/
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ethtool.h 21 __u16 speed; /* The forced speed, 10Mb, 100Mb, gigabit */ member in struct:ethtool_cmd
364 /* The forced speed, 10Mb, 100Mb, gigabit, 2.5Gb, 10GbE. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ethtool.h 21 __u16 speed; /* The forced speed, 10Mb, 100Mb, gigabit */ member in struct:ethtool_cmd
364 /* The forced speed, 10Mb, 100Mb, gigabit, 2.5Gb, 10GbE. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ethtool.h 21 __u16 speed; /* The forced speed, 10Mb, 100Mb, gigabit */ member in struct:ethtool_cmd
364 /* The forced speed, 10Mb, 100Mb, gigabit, 2.5Gb, 10GbE. */
  /external/chromium_org/third_party/protobuf/
CHANGES.txt 28 * Various speed optimizations.
44 * Various code size and speed optimizations.
97 * Various speed and code size optimizations.
174 * Various speed and code size optimizations.
253 * optimize_for = SPEED is now the default, by popular demand. Use
292 - Various optimizations to reduce code size (though the serialization speed
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.proto 45 // descriptor.proto must be optimized for speed because reflection-based
47 option optimize_for = SPEED;
273 // purely a speed optimization, as the AbstractMessage base class includes
277 // Generated classes can be optimized for speed or code size.
279 SPEED = 1; // Generate complete code for parsing, serialization,
284 optional OptimizeMode optimize_for = 9 [default=SPEED];
wire_format.h 93 // compiler to optimize for code size rather than speed, it will implement
96 // generates when told to optimize for speed.
  /dalvik/vm/test/
AtomicTest.cpp 18 * This provides a handful of correctness and speed tests on our atomic
256 dvmFprintf(stdout, "%s speed test results (%d per iteration):\n",
  /external/bluetooth/bluedroid/stack/include/
sdpdefs.h 276 #define UUID_SERVCLASS_RSC 0x1814 /* RUNNERS SPEED AND CADENCE SERVICE */
277 #define UUID_SERVCLASS_CSC 0x1816 /* Cycling SPEED AND CADENCE SERVICE */
  /external/chromium_org/content/browser/android/
edge_effect.cc 248 // to a user's scrolling speed. The faster the scrolling speed, the more
  /external/chromium_org/content/browser/download/
save_package.h 233 // The current speed in files per second. This is used to update the
284 // Used to calculate package download speed (in files per second).
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils.cc 355 // Turn saveLayer() into save() for speed, should not affect correctness.
369 // Disable aa for speed.
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
speed.c 1 /* crypto/des/speed.c */
201 printf("First we calculate the approximate speed ...\n");
  /external/chromium_org/third_party/smhasher/src/
SpeedTest.cpp 216 printf("Bulk speed test - %d-byte keys\n",blocksize);
235 if(verbose) printf("Small key speed test - %4d-byte keys - ",keysize);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 96 /* Last inserted error/warning. Used to speed up insertions. */
198 * Start with the last entry added to speed the search.
  /external/eigen/doc/
C06_TutorialLinearAlgebra.dox 30 and depending on whether you favor speed or accuracy. However, let's start with an example that works in all cases,
56 <th>Speed</th>
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
ListMap.java 43 * Implementation of a Map that favors iteration speed rather than
44 * get/put speed.
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php 88 $geshi->set_header_content('<SPEED> <TIME> GeSHi &copy; 2004-2007, Nigel McNie, 2007-2008 Benny Baumann. View source of example.php for example of using GeSHi');
92 $geshi->set_footer_content('Parsed in <TIME> seconds at <SPEED>, using GeSHi <VERSION>');
  /external/openssl/crypto/des/
speed.c 1 /* crypto/des/speed.c */
201 printf("First we calculate the approximate speed ...\n");
  /external/ppp/pppd/plugins/radius/etc/
dictionary 38 # ATTRIBUTE RP-Upstream-Speed-Limit 1 integer RoaringPenguin
41 # RP-Upstream-Speed-Limit, number 1, type integer and vendor RoaringPenguin.
  /external/ppp/pppd/
sys-linux.c 234 static int baud_rate_of (int speed);
774 struct speed { struct
865 struct speed *speedp;
872 warn("speed %d not supported", bps);
882 static int baud_rate_of (int speed)
884 struct speed *speedp;
886 if (speed != 0) {
888 if (speed == speedp->speed_val)
898 * at the requested speed, etc. If `local' is true, set CLOCAL
904 int speed; local
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.h 92 // compiler to optimize for code size rather than speed, it will implement
95 // generates when told to optimize for speed.
  /external/qemu/android/
console.c 691 control_write( client, " download speed: %8d bits/s (%.1f KB/s)\r\n",
694 control_write( client, " upload speed: %8d bits/s (%.1f KB/s)\r\n",
705 const NetworkSpeed* speed = android_netspeeds; local
707 for ( ; speed->name; speed++ ) {
708 control_write( client, format, speed->name, speed->display );
710 control_write( client, format, "<num>", "selects both upload and download speed" );
719 control_write( client, "KO: missing <speed> argument, see 'help network speed'\r\n" )
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 205 // flag for marking that a high speed network has been
211 // flag for marking that a high speed network has
  /frameworks/base/services/java/com/android/server/location/
GeofenceManager.java 49 * Assume a maximum land speed, as a heuristic to throttle location updates.
53 private static final int MAX_SPEED_M_S = 100; // 360 km/hr (high speed train)

Completed in 1697 milliseconds

<<31323334353637383940>>