Searched refs:rebalance (Results 1 - 9 of 9) sorted by path

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/opus/src/celt/
H A Dbands.c918 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
1298 opus_int32 rebalance; local
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp141 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
227 // We should be calling rebalance() enough that the tree never gets more
/external/libopus/celt/
H A Dbands.c918 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
1298 opus_int32 rebalance; local
[all...]
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Drbtree_augmented.h131 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, roo
[all...]
/external/linux-tools-perf/perf-3.12.0/lib/
H A Drbtree.c394 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/
H A DGrGLNameAllocator.cpp141 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
227 // We should be calling rebalance() enough that the tree never gets more

Completed in 378 milliseconds