OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fls_long
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
bitops.h
56
static inline unsigned
fls_long
(unsigned long l)
function
kernel.h
168
return 1UL <<
fls_long
(x - 1);
Completed in 5015 milliseconds