HomeSort by relevance Sort by last modified time
    Searched defs:rebalance (Results 1 - 7 of 7) 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/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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 92 milliseconds