Searched defs:ntfs_ffz (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dmft.c392 * ntfs_ffz - Find the first unset (zero) bit in a word
399 static inline unsigned int ntfs_ffz(unsigned int word) function
503 b = ntfs_ffz((unsigned long)*byte);

Completed in 23 milliseconds