Synopsis
unsigned long ugn_Fls_l(unsigned long ul)
Purpose
Find the last set (most significant) bit.
Input
ul
Number to find the last set bit.
Return
The last set bit.
unsigned long ugn_Fls_l(unsigned long ul)
Find the last set (most significant) bit.
Number to find the last set bit.
The last set bit.