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

/fuchsia/zircon/system/ulib/bitmap/
H A Drle-bitmap.cpp60 size_t elem_max = fbl::min(bitmax, elem.end()); // Maximum valid bit within elem. local
62 if (is_set && elem_max > elem_min && elem_max - elem_min >= run_len) {

Completed in 23 milliseconds