ffz

Section: Kernel Hacker's Manual (9)
Updated: ffz
Index Return to Main Contents
 

NAME

ffz - find first zero in word.  

SYNOPSIS

unsigned long ffz (unsigned long word);  

ARGUMENTS

word

 The word to search
 

DESCRIPTION

Undefined if no zero exists, so code should check against ~0UL first.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:15:44 GMT, June 12, 2005