Function panda_sys::find_last_bit[][src]

pub unsafe extern "C" fn find_last_bit(
    addr: *const c_ulong,
    size: c_ulong
) -> c_ulong
Expand description

find_last_bit - find the last set bit in a memory region @addr: The address to start the search at @size: The maximum size to search

Returns the bit number of the first set bit, or size.