Lines Matching refs:ffs
403 Causes malloc to use the builtin ffs() function to compute indices.404 Some compilers may recognize and intrinsify ffs to be faster than the1467 #include <strings.h> /* for ffs */2964 #define compute_bit2idx(X, I) I = ffs(X)-1