FIND_FIRST_BIT
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
find_first_bit - find the first set bit in a memory region
SYNOPSIS
"SYNOPSIS"
long find_first_bit (const unsigned long * addr, unsigned long 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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:09 GMT, October 09, 2005