Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_malloc.c2313 #define compute_bit2idx(X, I)\ macro
2322 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
2325 #define compute_bit2idx(X, I)\ macro
/external/libffi/src/
Ddlmalloc.c2303 #define compute_bit2idx(X, I)\ macro
2312 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
2315 #define compute_bit2idx(X, I)\ macro