Searched defs: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

Completed in 102 milliseconds