Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2362 #define compute_bit2idx(X, I)\ macro
2371 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
2374 #define compute_bit2idx(X, I)\ macro
/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