Function compiler_builtins::int::leading_zeros::__clzsi2::__clzsi2
source · #[no_mangle]
pub extern "C" fn __clzsi2(x: usize) -> usize
Expand description
Returns the number of leading binary zeros in x
.