FIND_FIRST_BIT

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

find_first_bit - find the first set bit in a memory region  

SYNOPSIS

int find_first_bit (const unsigned long * addr, unsigned size);  

ARGUMENTS

addr
The address to start the search at
size
The maximum size to search
 

DESCRIPTION

Returns the bit-number of the first set bit, not the number of the byte containing a bit.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:25 GMT, April 09, 2004