Searched refs:compute_bit2idx (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c962 #define compute_bit2idx(X, I)\ macro
971 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
974 #define compute_bit2idx(X, I)\ macro
1901 compute_bit2idx(leastbit, i);
1943 compute_bit2idx(leastbit, i);
2193 compute_bit2idx(leastbit, i);

Completed in 5 milliseconds