Searched refs:performance (Results 1 - 25 of 88) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dcreate_testsuite_files36 dlist="$dlist std abi backward ext performance tr1 tr2 decimal experimental"
49 grep performance $tmp.4 > $tests_file_perf
50 grep -v performance $tmp.4 > $tmp.5
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dcreate_testsuite_files37 dlist="$dlist std abi backward ext performance tr1 tr2 decimal experimental"
50 grep performance $tmp.4 > $tests_file_perf
51 grep -v performance $tmp.4 > $tmp.5
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dcpu_frequency.h204 int performance = 0; local
205 if (strncmp (temp, "performance", sizeof ("performance") - 1) == 0)
206 performance = 1;
210 if (intel_pstate || ondemand || performance)
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dcpu_frequency.h204 int performance = 0; local
205 if (strncmp (temp, "performance", sizeof ("performance") - 1) == 0)
206 performance = 1;
210 if (intel_pstate || ondemand || performance)
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMakefile.am185 TEXT_GP_COLLECT_APP = "collect performance data for the target application"
187 TEXT_GP_DISPLAY_TEXT = "display the performance data in plain text format"
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Dcore.c36 # warning work as expected, and performance is likely to be suboptimal.
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dsha512-armv4.S42 @ Improve NEON performance by 12% on Snapdragon S4. In absolute
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dsha512-armv4.S42 @ Improve NEON performance by 12% on Snapdragon S4. In absolute
H A Daes-armv4.S25 @ is endian-neutral. The performance is ~42 cycles/byte for 128-bit
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm64/
H A Dpopcount.asm40 C * Arrange to align the pointer, if that helps performance. Use the same
41 C read-and-mask trick we use on PCs, for simplicity and performance. (Sorry
H A Dhamdist.asm40 C * Arrange to align the pointer, if that helps performance. Use the same
41 C read-and-mask trick we use on PCs, for simplicity and performance. (Sorry
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/bpf/
H A Dldabs.s7 ;;; kernel socket data from BPF programs for high performance filters.
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
H A Dmul_1.asm43 C it is possible to get good A9 performance as well, but at the cost of using
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc332 // Ok to use internal_memset, these places are not performance-critical.
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc305 // Ok to use internal_memset, these places are not performance-critical.
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dpackage.d181 This class uses a high-performance counter. On Windows systems, it uses
500 This returns the evaluation value of performance as the ratio of
501 baseFunc's time over targetFunc's time. If performance is high, this
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc367 // Ok to use internal_memset, these places are not performance-critical.
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/neon/
H A Dhamdist.asm45 C * Arrange to align the pointer, if that helps performance. Use the same
46 C read-and-mask trick we use on PCs, for simplicity and performance. (Sorry
H A Dpopcount.asm45 C * Arrange to align the pointer, if that helps performance. Use the same
46 C read-and-mask trick we use on PCs, for simplicity and performance. (Sorry
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dsqr_diag_addlsh1.asm39 C Exact performance table. The 2nd line is this code, the 3rd line is ctop-
/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_32/esame/
H A Daors_n.asm44 C faster, at the expense of highly alignment-dependent performance.
/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_64/
H A Daors_n.asm44 C faster, at the expense of highly alignment-dependent performance.
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/
H A Dcopyi.asm63 C using MOVDQU. This seems to work great except for core2; there performance
H A Dcom.asm63 C using MOVDQU. This seems to work great except for core2; there performance
H A Dcopyd.asm63 C using MOVDQU. This seems to work great except for core2; there performance

Completed in 184 milliseconds

1234