Home
last modified time | relevance | path

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

/external/dlmalloc/
Dmalloc.c2940 #define compute_bit2idx(X, I)\ macro
2948 #define compute_bit2idx(X, I)\ macro
2956 #define compute_bit2idx(X, I)\ macro
2964 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
2967 #define compute_bit2idx(X, I)\ macro
4492 compute_bit2idx(leastbit, i); in tmalloc_large()
4534 compute_bit2idx(leastbit, i); in tmalloc_small()
4626 compute_bit2idx(leastbit, i); in dlmalloc()
5574 compute_bit2idx(leastbit, i); in mspace_malloc()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2365 #define compute_bit2idx(X, I)\ macro
2374 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
2377 #define compute_bit2idx(X, I)\ macro
3762 compute_bit2idx(leastbit, i); in tmalloc_large()
3804 compute_bit2idx(leastbit, i); in tmalloc_small()
4182 compute_bit2idx(leastbit, i); in dlmalloc()
4589 compute_bit2idx(leastbit, i); in mspace_malloc()
/external/libffi/src/
Ddlmalloc.c2360 #define compute_bit2idx(X, I)\ macro
2369 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
2372 #define compute_bit2idx(X, I)\ macro
3757 compute_bit2idx(leastbit, i); in tmalloc_large()
3799 compute_bit2idx(leastbit, i); in tmalloc_small()
4177 compute_bit2idx(leastbit, i); in dlmalloc()
4584 compute_bit2idx(leastbit, i); in mspace_malloc()