Searched refs:compute_bit2idx (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2888 #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 4325 compute_bit2idx(leastbit, i); in tmalloc_large() 4367 compute_bit2idx(leastbit, i); in tmalloc_small() 4753 compute_bit2idx(leastbit, i); in dlmalloc() 5189 compute_bit2idx(leastbit, i); in mstar_mspace_malloc()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2317 #define compute_bit2idx(X, I)\ macro 2326 #define compute_bit2idx(X, I) I = ffs(X)-1 macro 2329 #define compute_bit2idx(X, I)\ macro 3728 compute_bit2idx(leastbit, i); in tmalloc_large() 3770 compute_bit2idx(leastbit, i); in tmalloc_small() 4148 compute_bit2idx(leastbit, i); in dlmalloc() 4559 compute_bit2idx(leastbit, i); in mspace_malloc()
|