FIND_NEXT_ZERO_BIT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

find_next_zero_bit - find the first zero bit in a memory region  

SYNOPSIS

"SYNOPSIS"

int find_next_zero_bit (const unsigned long * addr, int size, int offset);  

ARGUMENTS

addr
The address to base the search on
size
The maximum size to search
offset
The bitnumber to start searching at


 

Index

NAME
SYNOPSIS
ARGUMENTS

This document was created by man2html, using the manual pages.
Time: 00:02:09 GMT, October 09, 2005