Function panda_sys::find_next_bit

source ·
pub unsafe extern "C" fn find_next_bit(
    addr: *const c_ulong,
    size: c_ulong,
    offset: c_ulong
) -> c_ulong
Expand description

find_next_bit - find the next set bit in a memory region @addr: The address to base the search on @offset: The bitnumber to start searching at @size: The bitmap size in bits