Searched refs:optimization (Results 76 - 100 of 105) sorted by relevance

12345

/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_generator.cc144 GOOGLE_LOG(WARNING) << "optimization()=" << params.optimization();
H A Djavamicro_primitive_field.cc180 return ((params.optimization() == JAVAMICRO_OPT_SPEED)
/external/harfbuzz_ng/win32/
H A Ddetectenv-msvc.mak50 # could use his/her desired compiler optimization flags, if he/she knows what is
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli42 ownership of the module [m] if successful with the desired optimization
/external/v8/src/ic/
H A Dhandler-compiler.h60 const CallOptimization& optimization,
/external/icu/icu4c/source/
H A DrunConfigureICU30 --disable-release Disable presetting optimization flags
225 echo "ICC 9.0 does not work with optimization- disabling optimizations"
288 # The Intel compiler has optimization bugs. So we disable optimization.
/external/selinux/libselinux/src/
H A DMakefile66 -Wdisabled-optimization -Wbuiltin-macro-redefined \
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli104 ownership of the module [m] if successful with the desired optimization
/external/v8/
H A DAndroid.v8.mk183 src/compiler/tail-call-optimization.cc \
186 src/compiler/typed-optimization.cc \
278 src/ic/call-optimization.cc \
/external/libvpx/libvpx/
H A Dconfigure580 check_add_cflags -Wdisabled-optimization
619 -Wdisabled-optimization
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp175 phase(0), overrideHandling(OVERRIDE_PREVIOUS), optimization(OPTIMIZE_NORMAL),
892 if(p->cc==0 && optimization!=OPTIMIZE_FAST) {
1124 // However, that seems like overkill for an optimization for supplementary characters.
/external/libvorbis/doc/
H A D02-bitpacking.tex61 of a concern only during optimization when writing high performance
H A D01-introduction.tex312 later before overlap/add with the next frame. This optimization
/external/minijail/
H A Dcommon.mk69 # dbg - Turn down optimization for debugging
70 # profiling - Turn off optimization and turn on profiling/coverage
/external/modp_b64/
H A Dcommon.mk69 # dbg - Turn down optimization for debugging
70 # profiling - Turn off optimization and turn on profiling/coverage
/external/ImageMagick/www/api/
H A Dlayer.php256 <p>RemoveZeroDelayLayers() removes any image that as a zero delay time. Such images generally represent intermediate or partial updates in GIF animations used for file optimization. They are not ment to be displayed to users of the animation. Viewable images in an animation should have a time delay of 3 or more centi-seconds (hundredths of a second).</p>
/external/swiftshader/src/Renderer/
H A DRenderer.cpp2685 optimization[pass] = configuration.optimization[pass];
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm29 ; if you want support the old pentium optimization, you can still use these version
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh80 ${toggle_optimizations} turn on/off compiler optimization flags
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli123 maximum optimization opportunities. Use only with
1814 eligible for tail call optimization, [false] otherwise.
1819 call optimization if [tc] is [true], clears otherwise.
2576 type of pipeline is suitable for link-time optimization and whole-module
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli107 maximum optimization opportunities. Use only with
1616 eligible for tail call optimization, [false] otherwise.
1621 call optimization if [tc] is [true], clears otherwise.
2361 type of pipeline is suitable for link-time optimization and whole-module
/external/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S32 @ Profiler-assisted and platform-specific optimization resulted in 16%
/external/v8/src/crankshaft/
H A Dhydrogen.cc40 #include "src/ic/call-optimization.h"
4042 // optimization. Disable optimistic LICM in that case.
4053 // Set this predicate early to avoid handle deref during graph optimization.
8224 // instead, but do not disable optimization for the outer function.
8962 CallOptimization optimization(function);
8963 if (!optimization.is_simple_api_call()) return false;
8982 Handle<JSObject> api_holder = optimization.LookupHolderOfExpectedType(
9043 Handle<CallHandlerInfo> api_call_info = optimization.api_call_info();
9060 !optimization.is_constant_call());
/external/swiftshader/src/Reactor/
H A DNucleus.cpp63 Optimization optimization[10] = {InstructionCombining, Disabled}; member in namespace:sw
204 for(int pass = 0; pass < 10 && optimization[pass] != Disabled; pass++)
206 switch(optimization[pass])
/external/stressapptest/
H A Dconfigure1336 Disable default optimization flag overrides

Completed in 1919 milliseconds

12345