Searched refs:orig_bucket (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/lib/pow2_range_allocator/
H A Dpow2_range_allocator.cpp297 uint orig_bucket = log2_uint_floor(size); local
298 uint bucket = orig_bucket;
327 DEBUG_ASSERT(bucket >= orig_bucket);
329 while (bucket > orig_bucket) {

Completed in 8 milliseconds