Home
last modified time | relevance | path

Searched defs:div_ceil (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/num-integer/src/
Dlib.rs96 fn div_ceil(&self, other: &Self) -> Self { in div_ceil() method
384 pub fn div_ceil<T: Integer>(x: T, y: T) -> T { in div_ceil() function
/external/e2fsprogs/misc/
Dfilefrag.c100 static unsigned int div_ceil(unsigned int a, unsigned int b) in div_ceil() function