HomeSort by relevance Sort by last modified time
    Searched full:rebalance (Results 1 - 25 of 28) sorted by null

1 2

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 588 return (left.height == initHeight) ? this : rebalance();
602 return (right.height == initHeight) ? this : rebalance();
605 // adding count to me! No rebalance possible.
633 return (result[0] == 0) ? this : rebalance();
651 return rebalance();
683 return rebalance();
700 return rebalance();
740 return rebalance();
761 return rebalance();
791 return newTop.rebalance();
    [all...]
  /external/blktrace/
rbtree.h 31 not trivial work to rebalance the rbtree if necessary.
152 /* Fast replacement of a single node without remove/rebalance/add/rebalance */
  /external/e2fsprogs/lib/ext2fs/
rbtree.h 30 be called. Such function will do the not trivial work to rebalance the
166 /* Fast replacement of a single node without remove/rebalance/add/rebalance */
rbtree.c 304 * both the new entry and any damage done by rebalance
317 * before removing the node, find the deepest node on the rebalance path
343 * and any rebalance damage.
  /external/libopus/celt/
bands.c 918 opus_int32 rebalance; local
959 rebalance = ctx->remaining_bits;
965 rebalance = mbits - (rebalance-ctx->remaining_bits);
966 if (rebalance > 3<<BITRES && itheta!=0)
967 sbits += rebalance - (3<<BITRES);
975 rebalance = sbits - (rebalance-ctx->remaining_bits);
976 if (rebalance > 3<<BITRES && itheta!=16384)
977 mbits += rebalance - (3<<BITRES)
1298 opus_int32 rebalance; local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 592 return (left.height == initHeight) ? this : rebalance();
606 return (right.height == initHeight) ? this : rebalance();
609 // adding count to me! No rebalance possible.
637 return (result[0] == 0) ? this : rebalance();
655 return rebalance();
687 return rebalance();
704 return rebalance();
744 return rebalance();
765 return rebalance();
795 return newTop.rebalance();
    [all...]
  /external/autotest/site_utils/
balance_pools.py 473 _log_error('investigation, you can force a rebalance with ')
474 _log_error('--force-rebalance')
533 help='Only rebalance a pool if it has at most '
535 parser.add_argument('-f', '--force-rebalance', action='store_true',
536 help='Forcefully rebalance all DUTs in a pool, even '
543 help='Rebalance all boards.')
  /external/fio/lib/
rbtree.h 31 not trivial work to rebalance the rbtree if necessary.
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.c 72 /* In C x is compared to zbin where zbin = zbin[] + boost + extra. Rebalance
vp8_quantize_sse2.c 78 /* In C x is compared to zbin where zbin = zbin[] + boost + extra. Rebalance
  /external/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringTest.java 71 // Build up a big ByteString from smaller pieces to force a rebalance
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2BroadPhase.h 270 //m_tree.Rebalance(4);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_sse2.c 79 /* In C x is compared to zbin where zbin = zbin[] + boost + extra. Rebalance
  /external/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 63 * tree rebalance. More precisely, a tree of depth d is "balanced" in the
191 // rebalance ;^)
194 // The tree is shallow enough, so don't rebalance
    [all...]
  /external/jemalloc/include/jemalloc/internal/
rb.h 329 * rebalance it. The tree must not be otherwise altered
    [all...]
  /external/libcxx/include/
__tree 369 // There is no need to rebalance if we removed a red, or if we removed
373 // Rebalance:
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__tree 369 // There is no need to rebalance if we removed a red, or if we removed
373 // Rebalance:
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__tree 369 // There is no need to rebalance if we removed a red, or if we removed
373 // Rebalance:
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp     [all...]
  /libcore/ojluni/src/main/java/java/util/
TreeMap.java     [all...]
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 4836 milliseconds

1 2