Searched refs:slow_ffs (Results 1 – 1 of 1) sorted by relevance
54 slow_ffs(int i) in slow_ffs() function105 ret += check(0, ffs(0), slow_ffs(0), "ffs"); in main()115 ret += check(x, ffs(x), slow_ffs(x), "ffs"); in main()127 ret += check(x, ffs(x), slow_ffs(x), "ffs"); in main()