Home
last modified time | relevance | path

Searched defs:compute_bit2idx (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2888 #define compute_bit2idx(X, I)\ macro
2896 #define compute_bit2idx(X, I)\ macro
2904 #define compute_bit2idx(X, I)\ macro
2912 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
2915 #define compute_bit2idx(X, I)\ macro
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2317 #define compute_bit2idx(X, I)\ macro
2326 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
2329 #define compute_bit2idx(X, I)\ macro