Searched refs:BUILTIN_FFS_U32 (Results 1 – 2 of 2) sorted by relevance
124 #define BUILTIN_FFS_U32(x) __builtin_ffs(x); macro126 #define BUILTIN_FFS_U32(x) __builtin_ffsl(x); macro
38 return BUILTIN_FFS_U32(x); in find_next_bit()