Home
last modified time | relevance | path

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

/third_party/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