.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FIND_NEXT_BIT" "9" "09 October 2005" "" "" .SH NAME find_next_bit \- find the first set bit in a memory region .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int find_next_bit (const unsigned long * \fIaddr\fB, int \fIsize\fB, int \fIoffset\fB); \fR .SH "ARGUMENTS" .TP \fB\fIaddr\fB\fR The address to base the search on .TP \fB\fIsize\fB\fR The maximum size to search .TP \fB\fIoffset\fB\fR The bitnumber to start searching at