/external/openssl/crypto/des/ |
options.txt | 1 Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds 7 IRIX 6.2 - R10000 195mhz - cc (-O3 -n32) - UNROLL RISC2 PTR 496,000 3968k/s 8 solaris 2.5.1 usparc 167mhz?? - SC4.0 - UNROLL RISC1 PTR [1] 459,400 3672k/s 9 FreeBSD - Pentium Pro 200mhz - gcc 2.7.2.2 - UNROLL RISC1 433,000 3468k/s 10 solaris 2.5.1 usparc 167mhz?? - gcc 2.7.2 - UNROLL 380,000 3041k/s 13 AIX 4.1? - PPC604 100mhz - cc - UNROLL 275,000 2200k/s 14 IRIX 5.3 - R4400 200mhz - gcc 2.6.3 - UNROLL RISC2 PTR 235,300 1882k/s 15 IRIX 5.3 - R4400 200mhz - cc - UNROLL RISC2 PTR 233,700 1869k/s 16 NT 4.0 - pentium 100mhz - VC 4.2 - UNROLL RISC1 PTR 191,000 1528k/ [all...] |
ecb_enc.c | 74 const char *ptr,*unroll,*risc,*size; local 92 unroll="16"; 94 unroll="2"; 100 BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,
|
INSTALL | 27 few systems. Look and the options (UNROLL, PTR, RISC2 etc) and then
|
/external/skia/src/opts/ |
SkBlitRow_opts_arm.cpp | 449 #define UNROLL 4 450 while (count >= UNROLL) { 456 #if UNROLL > 2 462 #if UNROLL > 2 495 #if UNROLL > 2 526 #if UNROLL > 2 530 src += UNROLL; 531 dst += UNROLL; 532 count -= UNROLL; 534 #undef UNROLL [all...] |
/external/openssl/crypto/ |
opensslconf.h.in | 107 /* Unroll the inner loop, this sometimes helps, sometimes hinders. 120 optimization options. Older Sparc's work better with only UNROLL, but
|
opensslconf.h | 203 /* Unroll the inner loop, this sometimes helps, sometimes hinders. 216 optimization options. Older Sparc's work better with only UNROLL, but
|
/bionic/libc/arch-x86/string/ |
strcpy.S | 28 L1: movb (%edx),%al /* unroll loop, but not too much */
|
strcat.S | 37 L1: movb (%edx),%al /* unroll loop, but not too much */
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
x86p_16.asm | 76 ; unroll twice 183 ; unroll four times 298 ; unroll twice 417 ; unroll 4 times
|
x86p_32.asm | 59 ; unroll four times 139 ; unroll four times 210 ; unroll four times 300 .L4 ; unroll 4 times 398 .L4 ; unroll 4 times 511 ; unroll twice 623 ; unroll twice 737 ; unroll twice 849 ; unroll twice
|
/dalvik/vm/alloc/ |
HeapBitmap.c | 165 //TODO: unroll this. pile up a few in locals? 190 //TODO: unroll this
|
/external/openssl/include/openssl/ |
opensslconf.h | 203 /* Unroll the inner loop, this sometimes helps, sometimes hinders. 216 optimization options. Older Sparc's work better with only UNROLL, but
|
/external/openssl/crypto/sha/asm/ |
sha1-armv4-large.pl | 22 # full unroll ~5100/+260% ~1260/+4% ~1300/+5% 27 # compact = detached Xload/update, 5x unroll; 28 # large = interleaved Xload/update, 5x unroll; 29 # full unroll = interleaved Xload/update, full unroll, estimated[!];
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_STRING_COMPARETO.S | 66 * Unroll the first two checks so we can quickly catch early mismatch
|
/external/skia/src/core/ |
SkBlitter_RGB16.cpp | 391 #define UNROLL 8 394 if (w >= UNROLL) { 453 device += UNROLL; 454 alpha += UNROLL; 455 w -= UNROLL; 456 } while (w >= UNROLL); 469 #undef UNROLL [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit.h | 489 /* Don't use Duff's device to unroll loops */ 503 /* Don't use Duff's device to unroll loops */ 522 /* Don't use Duff's device to unroll loops */
|
/external/jpeg/ |
jcdctmgr.c | 204 #if DCTSIZE == 8 /* unroll the inner loop */ 294 #if DCTSIZE == 8 /* unroll the inner loop */
|
/dalvik/vm/ |
Exception.h | 169 * If "doUnroll" is set, we unroll "thread"s stack as we go (and update
|
/external/qemu/slirp/ |
cksum.c | 84 * Unroll the loop to make overhead from
|
/external/qemu/slirp-android/ |
cksum.c | 84 * Unroll the loop to make overhead from
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_filter_gnu.s | 105 SUBS numSamples, numSamples, #2 @ unroll loop once
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_filter_gnu.s | 105 SUBS numSamples, numSamples, #2 @ unroll loop once
|
/bionic/libc/arch-sh/bionic/ |
memset.S | 68 /* unroll 4 loops */
|
/dalvik/vm/interp/ |
Stack.h | 90 exception unroll has reached the VM call site. Without the break frame the
|
/external/quake/quake/src/WinQuake/ |
sys_sun.cpp | 336 // unroll the simulation loop to give the video side a chance to see _vid_default_mode
|