Searched refs:bindex_t (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1653 typedef size_t bindex_t; /* Described below */ typedef
1857 bindex_t index;
2228 static void do_check_treebin(mstate m, bindex_t i);
2229 static void do_check_smallbin(mstate m, bindex_t i);
2258 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2317 I = (bindex_t)J;\
2334 I = (bindex_t)(N + Y);\
2649 bindex_t tindex = t->index;
2651 bindex_t idx;
2697 static void do_check_treebin(mstate m, bindex_t
[all...]

Completed in 233 milliseconds