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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2999 #define compute_bit2idx(X, I)\ macro
3007 #define compute_bit2idx(X, I)\ macro
3015 #define compute_bit2idx(X, I)\ macro
3023 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
3026 #define compute_bit2idx(X, I)\ macro
4528 compute_bit2idx(leastbit, i);
4570 compute_bit2idx(leastbit, i);
4662 compute_bit2idx(leastbit, i);
5596 compute_bit2idx(leastbit, i);

Completed in 97 milliseconds