Searched refs:optimized (Results 26 - 50 of 53) sorted by relevance

123

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S14 @ filter routine for iSAC codec, optimized for ARM Neon platform.
H A Dlpc_masking_model_neon.S12 @ iSAC codec, optimized for ARM Neon platform. Reference code in
H A Dpitch_filter_armv6.S12 @ optimized for ARMv7 platforms.
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c799 GLboolean optimized; local
805 optimized = GL_FALSE;
812 optimized = GL_TRUE;
827 optimized = GL_TRUE;
843 optimized = GL_TRUE;
858 if (!optimized) {
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c799 GLboolean optimized; local
805 optimized = GL_FALSE;
812 optimized = GL_TRUE;
827 optimized = GL_TRUE;
843 optimized = GL_TRUE;
858 if (!optimized) {
/external/compiler-rt/make/platform/
H A Dclang_linux.mk141 # Always use optimized variants.
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro
31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
162 ;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
/external/v8/src/
H A Dcompiler.cc136 // crankshaft adaptive compiler debugging the optimized code is not possible at
221 // necessarily that we optimized the code.
241 // necessarily that we optimized the code.
267 // optimized code.
323 // that we optimized the code.
684 // If we're asked to always optimize, we compile the optimized
686 // active as it makes no sense to compile optimized code then.
689 CompilationInfo optimized(function);
690 optimized.SetOptimizing(AstNode::kNoNumber);
691 return CompileLazy(&optimized);
[all...]
H A Druntime.cc1871 Handle<JSFunction> optimized = local
1877 optimized->shared()->DontAdaptArguments();
1878 JSReceiver::SetProperty(holder, key, optimized, NONE, kStrictMode);
1879 return optimized;
8077 PrintF(": optimized compilation failed]\n");
8159 // the optimized code around.
8164 // Find other optimized activations of the function.
8183 PrintF("[removing optimized code for: ");
8249 // function is currently optimized, regardless of reason.
8284 // If we are trying to do OSR when there are already optimized
[all...]
/external/chromium_org/v8/src/
H A Dcompiler.cc245 // crankshaft adaptive compiler debugging the optimized code is not possible at
301 // going, not necessarily that we optimized the code.
389 // optimized code.
853 // If we're asked to always optimize, we compile the optimized
855 // active as it makes no sense to compile optimized code then.
858 CompilationInfoWithZone optimized(function);
859 optimized.SetOptimizing(BailoutId::None());
860 return Compiler::CompileLazy(&optimized);
911 PrintF("[found optimized code for ");
915 // Caching of optimized cod
[all...]
H A Druntime.cc2552 Handle<JSFunction> optimized = local
2558 optimized->shared()->DontAdaptArguments();
2559 JSReceiver::SetProperty(holder, key, optimized, NONE, kStrictMode);
2560 return optimized;
8263 PrintF(": optimized compilation failed]\n");
8352 // the optimized code around.
8365 PrintF("[removing optimized code for: ");
8377 // Evict optimized code for this function from the cache so that it doesn't
8495 // promise, so we still say "no" if it is not optimized.
8529 // If we are trying to do OSR when there are already optimized
[all...]
/external/llvm/utils/release/
H A Dtest-release.sh262 --enable-optimized=$Optimized \
266 --enable-optimized=$Optimized \
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S43 # optimized some more by Vince Weaver
/external/chromium_org/third_party/libjingle/source/talk/
H A Dmain.scons718 BUILD_TYPE_DESCRIPTION = 'Linux optimized build%s%s' % (native_desc,
751 BUILD_TYPE_DESCRIPTION = 'Hermetic %s Linux optimized build' % desc,
816 BUILD_TYPE_DESCRIPTION = 'Cross-compiled ARM optimized build',
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons418 BUILD_TYPE_DESCRIPTION = 'Linux optimized build',
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl542 consecutive in the disk file. Many filesystems are optimized
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S47 # optimized some more by Vince Weaver
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S41 # optimized some more by Vince Weaver
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
/external/dropbear/libtommath/
H A Dbn.tex1158 specific multiplication routines optimized for given parameters. First there are the Toom-Cook multiplications which
1287 Note that one of the four optimized reduction algorithms are automatically chosen in the modular exponentiation
1303 Barrett reduction is a generic optimized reduction algorithm that requires pre--computation to achieve
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php1445 //NEW in 1.0.8 don't recompile the whole optimized regexp, simply append it
1458 * @param bool Wether to automatically recompile the optimized regexp list or not.
1524 * compile optimized regexp list for keyword group
1901 // cache optimized regexp for keyword matching
4419 * this functions creates an optimized regular expression list
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4890 When making random primes the trial division step is in fact an optimized implementation of \textit{Implementation of Fast RSA Key Generation on Smart Cards}\footnote{Chenghuai Lu, Andre L. M. dos Santos and Francisco R. Pimentel}.
5351 That works well for most cases but there are times where performance is of the essence. This API allows optimized routines to be dropped in--place of the existing
5352 portable routines. For instance, hand optimized assembler versions of AES could be provided. Any existing function that uses the cipher could automatically use
5353 the optimized code without re--writing. This also paves the way for hardware drivers that can access hardware accelerated cryptographic devices.
5745 This function is meant to perform an optimized OMAC1 (CMAC) message authentication code computation when the user calls omac\_memory().
5749 This function is meant to perform an optimized XCBC-MAC message authentication code computation when the user calls xcbc\_memory().
5753 This function is meant to perform an optimized F9 message authentication code computation when the user calls f9\_memory(). Like f9\_memory(), it requires
5855 The hmac\_block() callback is meant for single--shot optimized HMAC implementations. It is called directly by hmac\_memory() if present. If you need
6358 /* ---- (optional) rsa optimized math (for internal CRT) ---- */
/external/libmtp/
H A Dconfigure15686 /* No optimized 64 bit byte swapping macro is available */
15758 /* No optimized 64 bit byte swapping macro is available */
15932 /* so use the optimized macros above to do this job */
15982 /* Non-optimized but portable macros */

Completed in 5863 milliseconds

123