HomeSort by relevance Sort by last modified time
    Searched defs:rebalance (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNameAllocator.cpp 141 return this->rebalance();
153 return this->rebalance();
169 return this->rebalance();
196 return this->rebalance();
204 return this->rebalance();
211 SparseNameRange* SK_WARN_UNUSED_RESULT rebalance() { function in class:GrGLNameAllocator::SparseNameTree
222 * Rebalance the tree using rotations, as described in the AVL algorithm:
227 // We should be calling rebalance() enough that the tree never gets more
  /external/linux-tools-perf/perf-3.12.0/include/linux/
rbtree_augmented.h 131 struct rb_node *parent, *rebalance; local
147 rebalance = NULL;
149 rebalance = __rb_is_black(pc) ? parent : NULL;
156 rebalance = NULL;
210 rebalance = NULL;
214 rebalance = __rb_is_black(pc2) ? parent : NULL;
220 return rebalance;
227 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); local
228 if (rebalance)
229 __rb_erase_color(rebalance, root, augment->rotate)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/lib/
rbtree.c 394 struct rb_node *rebalance; local
395 rebalance = __rb_erase_augmented(node, root, &dummy_callbacks);
396 if (rebalance)
397 ____rb_erase_color(rebalance, root, dummy_rotate);
  /external/skia/src/gpu/gl/
GrGLNameAllocator.cpp 141 return this->rebalance();
153 return this->rebalance();
169 return this->rebalance();
196 return this->rebalance();
204 return this->rebalance();
211 SparseNameRange* SK_WARN_UNUSED_RESULT rebalance() { function in class:GrGLNameAllocator::SparseNameTree
222 * Rebalance the tree using rotations, as described in the AVL algorithm:
227 // We should be calling rebalance() enough that the tree never gets more
  /external/chromium_org/third_party/opus/src/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/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...]
  /libcore/luni/src/main/java/java/util/
TreeMap.java 324 rebalance(nearest, true); method
342 rebalance(nearest, true); method
389 removeInternal(adjacent); // takes care of rebalance and size--
420 rebalance(originalParent, false); method
459 private void rebalance(Node<K, V> unbalanced, boolean insert) { method in class:TreeMap
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/
jill.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 

Completed in 469 milliseconds