Go to the documentation of this file. 1 #ifndef _ASM_GENERIC_BITOPS_FLS_H_
2 #define _ASM_GENERIC_BITOPS_FLS_H_
18 if (!(x & 0xffff0000u)) {
22 if (!(x & 0xff000000u)) {
26 if (!(x & 0xf0000000u)) {
30 if (!(x & 0xc0000000u)) {
34 if (!(x & 0x80000000u)) {