/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/ |
insert_fn_imps.hpp | 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local 278 if (smaller)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/ |
insert_fn_imps.hpp | 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local 278 if (smaller)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/ |
insert_fn_imps.hpp | 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local 278 if (smaller)
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/ |
insert_fn_imps.hpp | 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local 278 if (smaller)
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/ |
insert_fn_imps.hpp | 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local 278 if (smaller)
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/ |
insert_fn_imps.hpp | 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local 278 if (smaller)
|
/external/skia/src/gpu/ |
GrResourceCache.cpp | 66 bool smaller = (maxResources < fMaxCount) || (maxResourceBytes < fMaxBytes); local 71 if (smaller) {
|
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractTableReadTest.java | 127 Table<String, Integer, Character> smaller local 136 .addEqualityGroup(smaller)
|
ArrayTableTest.java | 119 Table<String, Integer, Character> smaller local 129 .addEqualityGroup(smaller)
|
/external/qemu/distrib/zlib-1.2.3/ |
trees.c | 445 #define smaller(tree, n, m, depth) \ macro 452 * when the heap property is re-established (each father smaller than its 465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) { 468 /* Exit if v is smaller than both sons */ 469 if (smaller(tree, v, s->heap[j], s->depth)) break; [all...] |
/external/webkit/Source/WebCore/css/ |
CSSGradientValue.cpp | 789 float smaller = min(xDist, yDist); local 790 xDist = smaller; 791 yDist = smaller; [all...] |
/external/zlib/ |
trees.c | 443 #define smaller(tree, n, m, depth) \ macro 450 * when the heap property is re-established (each father smaller than its 463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) { 466 /* Exit if v is smaller than both sons */ 467 if (smaller(tree, v, s->heap[j], s->depth)) break; [all...] |
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 828 BigDecimal smaller; // operand with the smallest unscaled value local 840 smaller = this; 843 smaller = augend; 853 if (largerSignum == smaller.signum()) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |