Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/bitmap/src/
H A Dtraits.rs11 fn first_index(bits: &Self) -> Option<usize>; in first_index() method
260 fn first_index(&self) -> Option<usize>; in first_index() method
H A Dstatic_bitmap.rs64 fn first_index(&self) -> Option<usize> { in first_index() function
H A Dalloc_bitmap.rs53 fn first_index(&self) -> Option<usize> { in first_index() method
H A Dbitmap_core.rs61 pub(crate) fn first_index(&self, data: &[T]) -> Option<usize> { in first_index() method