Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2953 #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