Home
last modified time | relevance | path

Searched refs:NTREEBINS (Results 1 – 2 of 2) sorted by relevance

/external/libffi/src/
Ddlmalloc.c2004 #define NTREEBINS (32U) macro
2023 tbinptr treebins[NTREEBINS];
2244 I = NTREEBINS-1;\
2258 I = NTREEBINS-1;\
2273 (i == NTREEBINS-1)? (SIZE_T_BITSIZE-1) : (((i) >> 1) + TREEBIN_SHIFT - 2)
2277 ((i == NTREEBINS-1)? 0 : \
2646 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree()
2795 for (i = 0; i < NTREEBINS; ++i) in do_check_malloc_state()
3254 for (i = 0; i < NTREEBINS; ++i) in reset_on_error()
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_malloc.c2014 #define NTREEBINS (32U) macro
2033 tbinptr treebins[NTREEBINS];
2254 I = NTREEBINS-1;\
2268 I = NTREEBINS-1;\
2283 (i == NTREEBINS-1)? (SIZE_T_BITSIZE-1) : (((i) >> 1) + TREEBIN_SHIFT - 2)
2287 ((i == NTREEBINS-1)? 0 : \
2656 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree()
2805 for (i = 0; i < NTREEBINS; ++i) in do_check_malloc_state()
3266 for (i = 0; i < NTREEBINS; ++i) in reset_on_error()