| /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
| perfect.c | 468 int trans = (form->speed == SLOW_HS || form->perfect == MINIMAL_HP); 723 if ((form->speed == FAST_HS) && (nkeys > *smax*0.8)) 732 *blen = *smax; /* go for function speed not space */ 740 if ((form->speed == FAST_HS) && (*blen < *smax/8)) 766 if (form->speed == FAST_HS) 784 if (form->speed == FAST_HS) [all...] |
| /external/qemu/distrib/zlib-1.2.3/ |
| inflate.c | 33 * - Remove bit fields--back to byte structure for speed 39 * buffer and bit count in inflate()--for speed when inflate_fast() not used 45 * - Rearrange window copies in inflate_fast() for speed and simplification 47 * - Use local copies of window variables in inflate_fast() for speed 48 * - Pull out common write == 0 case for speed in inflate_fast() 317 Providing output buffers larger than 32K to inflate() should provide a speed 402 /* Load registers with state in inflate() for speed */ [all...] |
| /ndk/sources/host-tools/sed-4.2.1/testsuite/ |
| uniq.good | 87 /* If maximizing it is worth using inline code for speed, doing the type 113 /* Match a single character type; inline for speed */ 131 /* Separate the caselesss case for speed */ 138 /* The code is duplicated for the caseless and caseful cases, for speed, 319 code for maximizing the speed, and do the type test once at the start 320 code to character type repeats - written out again for speed. */ 777 similar code to character type repeats - written out again for speed. [all...] |
| /external/qemu/ |
| qemu-timer.c | 60 /* Arbitrarily pick 1MIPS as the minimum allowable speed. */ 62 /* Compensate for varying guest execution speed. */ 306 /* The guest is getting too far behind. Speed time up. */ 750 /* 125MIPS seems a reasonable initial guess at the guest speed. 754 /* Have both realtime and virtual time triggers for speed adjustment. [all...] |
| /prebuilts/devtools/tools/lib/ |
| lint-checks.jar | |
| /external/libvpx/libvpx/vp8/encoder/ |
| rdopt.c | 354 f = fopen("speed.stt", "a"); 356 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); 366 cpi->Speed = 4; 372 cpi->Speed += 2; 376 if (cpi->Speed > 16) 378 cpi->Speed = 16; 382 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed]) 384 cpi->Speed -= 1; 388 /* In real-time mode, cpi->speed is in [4, 16]. */ 389 if (cpi->Speed < 4 [all...] |
| /external/grub/stage2/ |
| gunzip.c | 75 lookup, in order to maximize the speed of decoding plus the speed of 405 the speed. The idea is you can have a shorter table that decodes the 424 than five bits, flat. The optimum values for speed end up being 453 variables for speed, and are initialized at the beginning of a 734 ml = mask_bits[bl]; /* precompute masks for speed */ [all...] |
| /external/libnfc-nxp/src/ |
| phHciNfc_Sequence.c | 1637 uint8_t speed = local [all...] |
| /frameworks/base/services/input/ |
| InputReader.h | 122 // The pointer speed changed. 167 // The minimum speed that a pointer must travel for us to consider switching the active 211 // The gesture movement speed factor relative to the size of the display. 212 // Movement speed applies when the fingers are moving in the same direction. 217 // The gesture zoom speed factor relative to the size of the display. 218 // Zoom speed applies when the fingers are mostly moving relative to each other [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| rtl.h | 1131 int speed; member in struct:full_rtx_costs [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| rtl.h | 1131 int speed; member in struct:full_rtx_costs [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| rtl.h | 1131 int speed; member in struct:full_rtx_costs [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| rtl.h | 1131 int speed; member in struct:full_rtx_costs [all...] |
| /external/chromium/chrome/browser/download/ |
| download_item.h | 182 // returns false if we do not have the number of bytes or the speed so can 186 // Simple speed estimate in bytes/s
|
| /external/chromium/chrome/browser/ui/views/download/ |
| download_shelf_view.cc | 55 // New download item animation speed in milliseconds. 58 // Shelf show/hide speed.
|
| /external/chromium_org/chrome/browser/chromeos/login/screens/ |
| update_screen.cc | 50 // Smooth factor that is used for the average downloading speed 55 // Minumum allowed value for the average downloading speed.
|
| /external/chromium_org/chrome/browser/ |
| internal_auth.cc | 36 // GeneratePassport calls those exceed upper bound on average speed. 377 // Average speed of GeneratePassport calls exceeds limit.
|
| /external/chromium_org/chrome/browser/resources/ |
| gesture_config.js | 225 label: 'Minimum Flick Speed Squared', 258 label: 'Minimum Swipe Speed',
|
| /external/chromium_org/chrome/browser/ui/views/download/ |
| download_shelf_view.cc | 62 // New download item animation speed in milliseconds. 65 // Shelf show/hide speed.
|
| /external/chromium_org/content/public/browser/ |
| download_item.h | 256 // returns false if we do not have the number of bytes or the speed so can 260 // Simple speed estimate in bytes/s
|
| /external/chromium_org/native_client_sdk/src/doc/ |
| overview.rst | 66 comparable to desktop applications (within 5-15% of native speed). 96 speed, reuse existing multithreaded/multicore C/C++ code bases, and
|
| /external/chromium_org/native_client_sdk/src/doc/reference/ |
| nacl-manifest-format.rst | 75 than 2 are no different than 2. If compute speed is not as important 76 as first load speed, an application could specify an ``optlevel``
|
| /external/chromium_org/third_party/JSON/JSON-2.59/ |
| Changes | 92 - modified tied object handling in encode. it made encoding speed faster. 262 to changing symbolic tables for croak messages and speed.
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
| Color.cpp | 272 // Hardcode this common case for speed. 297 // Hardcode this common case for speed.
|
| /external/chromium_org/third_party/openssl/openssl/crypto/des/ |
| des_enc.c | 80 * One perl script later and things have a 5% speed up on a sparc2. 173 * One perl script later and things have a 5% speed up on a sparc2.
|