/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_multimap.h | 500 * Complexity similar to that of the range constructor. 513 * Complexity similar to that of the range constructor.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_map.h | 535 * Complexity similar to that of the range constructor. 589 * Complexity similar to that of the range constructor. [all...] |
stl_multimap.h | 497 * Complexity similar to that of the range constructor. 510 * Complexity similar to that of the range constructor.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_map.h | 540 * Complexity similar to that of the range constructor. 594 * Complexity similar to that of the range constructor. [all...] |
stl_multimap.h | 500 * Complexity similar to that of the range constructor. 513 * Complexity similar to that of the range constructor.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_multimap.h | 558 * Complexity similar to that of the range constructor. 571 * Complexity similar to that of the range constructor. [all...] |
stl_set.h | 513 * Complexity similar to that of the range constructor. 526 * Complexity similar to that of the range constructor.
|
/external/llvm/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | 486 // lower complexity pattern with explicit register operand. 510 // lower complexity pattern with explicit register operand. [all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 566 // created. This complexity should be lifted elsewhere. [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 166 /// has an data element that matches the specified key. Complexity 982 /// returned and no memory is allocated. The time and space complexity 994 /// returned and no memory is allocated. The time and space complexity [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
motion_est.cpp | 827 /* due to the complexity of the predicted motion vector, we may not decide to skip [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_est.cpp | 29 #define ZERO_MV_PREF 0 /* 0: bias (0,0)MV before full-pel search, lowest complexity*/ 860 /* upto 30% complexity saving with the same complexity */ [all...] |
/external/aac/libAACdec/include/ |
aacdecoder_lib.h | 101 Depending on the library configuration, it implements decoding of AAC-LC (Low-Complexity), 395 AAC_DEC_UNSUPPORTED_PREDICTION = 0x4007, /*!< Predictor found, but not supported in the AAC Low Complexity profile. Most probably the [all...] |
/external/aac/libAACdec/src/ |
conceal.cpp | 122 and that it does require additional resources such as memory and computational complexity. 316 1 = noise substitution (no delay, low complexity) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/doc/ |
tcmalloc.html | 30 to extra complexity, and more memory usage unless the application 160 the operation on the central free list has linear time complexity.
|
/external/eigen/doc/ |
I03_InsideEigenExample.dox | 33 Maybe you think, that the above example program is so simple, that compiling it shouldn't involve anything interesting. So before starting, let us explain what is nontrivial in compiling it correctly -- that is, producing optimized code -- so that the complexity of Eigen, that we'll explain here, is really useful. 155 The classical approach to polymorphism in C++ is by means of virtual functions. This is dynamic polymorphism. Here we don't want dynamic polymorphism because the whole design of Eigen is based around the assumption that all the complexity, all the abstraction, gets resolved at compile-time. This is crucial: if the abstraction can't get resolved at compile-time, Eigen's compile-time optimization mechanisms become useless, not to mention that if that abstraction has to be resolved at runtime it'll incur an overhead by itself.
|
/frameworks/support/v4/java/android/support/v4/view/ |
ViewCompat.java | 117 * into a texture and reduce the complexity of drawing operations. For instance, 139 * texture and reduce the complexity of drawing operations. For instance, [all...] |
/libcore/expectations/ |
brokentests.txt | 77 bother since that adds complexity to every other read call, and '\\r' as the 85 bother since that adds complexity to every other read call, and '\\r' as the [all...] |
/libcore/luni/src/main/java/java/util/ |
TimSort.java | 40 * "Optimistic Sorting and Information Theoretic Complexity" [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ArrayBlockingQueue.java | 737 * This adds a lot of complexity for the sake of correctly 778 * case we don't increase the amortized complexity. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 528 "scev-max-expr-complexity", 529 "Bound on the complexity of the expressions in the scalar evolutions analyzer", [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 528 "scev-max-expr-complexity", 529 "Bound on the complexity of the expressions in the scalar evolutions analyzer", [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 528 "scev-max-expr-complexity", 529 "Bound on the complexity of the expressions in the scalar evolutions analyzer", [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 528 "scev-max-expr-complexity", 529 "Bound on the complexity of the expressions in the scalar evolutions analyzer", [all...] |