Lines Matching full:greater
246 /// includes the case when `nbits` is greater than `MAX_LEN`.
298 /// If CONFIG_RUST_BITMAP_HARDENED is not enabled and `index` is greater than
303 /// Panics if CONFIG_RUST_BITMAP_HARDENED is enabled and `index` is greater than
324 /// If CONFIG_RUST_BITMAP_HARDENED is not enabled and `index` is greater than
329 /// Panics if CONFIG_RUST_BITMAP_HARDENED is enabled and `index` is greater than
349 /// If CONFIG_RUST_BITMAP_HARDENED is not enabled and `index` is greater than
354 /// Panics if CONFIG_RUST_BITMAP_HARDENED is enabled and `index` is greater than
375 /// If CONFIG_RUST_BITMAP_HARDENED is not enabled and `index` is greater than
380 /// Panics if CONFIG_RUST_BITMAP_HARDENED is enabled and `index` is greater than
462 /// Returns `None` if `start` is greater or equal to `self.nbits`.
482 /// Returns `None` if `start` is greater than or equal to `self.len()`.