Searched defs:compute_bit2idx (Results 1 – 1 of 1) sorted by relevance
2313 #define compute_bit2idx(X, I)\ macro2322 #define compute_bit2idx(X, I) I = ffs(X)-1 macro2325 #define compute_bit2idx(X, I)\ macro