Searched defs:BUILTIN_FFS_U32 (Results 1 – 1 of 1) sorted by relevance
124 #define BUILTIN_FFS_U32(x) __builtin_ffs(x); macro126 #define BUILTIN_FFS_U32(x) __builtin_ffsl(x); macro