Searched defs:compute_bit2idx (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 2953 #define compute_bit2idx(X, I)\ macro 2961 #define compute_bit2idx(X, I)\ macro 2969 #define compute_bit2idx(X, I)\ macro 2977 #define compute_bit2idx(X, I) I = ffs(X)-1 macro 2980 #define compute_bit2idx(X, I)\ macro
|
/aosp_15_r20/external/dlmalloc/ |
H A D | dlmalloc.c | 2940 #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
|
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/ |
D | dlmalloc.c | 2994 #define compute_bit2idx(X, I)\ macro 3002 #define compute_bit2idx(X, I)\ macro 3010 #define compute_bit2idx(X, I)\ macro 3018 #define compute_bit2idx(X, I) I = ffs(X)-1 macro 3021 #define compute_bit2idx(X, I)\ macro
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/ |
D | dlmalloc_2_8_6.c | 2936 #define compute_bit2idx(X, I)\ macro 2944 #define compute_bit2idx(X, I)\ macro 2952 #define compute_bit2idx(X, I)\ macro 2960 #define compute_bit2idx(X, I) I = ffs(X)-1 macro 2963 #define compute_bit2idx(X, I)\ macro
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 2365 #define compute_bit2idx(X, I)\ macro 2374 #define compute_bit2idx(X, I) I = ffs(X)-1 macro 2377 #define compute_bit2idx(X, I)\ macro
|
/aosp_15_r20/external/libffi/src/ |
H A D | dlmalloc.c | 2365 #define compute_bit2idx(X, I)\ macro 2374 #define compute_bit2idx(X, I) I = ffs(X)-1 macro 2377 #define compute_bit2idx(X, I)\ macro
|