Function __ctzdi2

Source
#[no_mangle]
extern "C" fn __ctzdi2(x: u64) -> usize
Expand description

Returns the number of trailing binary zeros in x (64 bit version).