Home
last modified time | relevance | path

Searched defs:last_false_index (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/crates/bitmap/src/
H A Dtraits.rs14 fn last_false_index(bits: &Self) -> Option<usize>; in last_false_index() method
284 fn last_false_index(&self) -> Option<usize>; in last_false_index() method
H A Dstatic_bitmap.rs79 fn last_false_index(&self) -> Option<usize> { in last_false_index() function
H A Dalloc_bitmap.rs68 fn last_false_index(&self) -> Option<usize> { in last_false_index() method
H A Dbitmap_core.rs100 pub(crate) fn last_false_index(&self, n: usize, data: &[T]) -> Option<usize> { in last_false_index() method