Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2157 typedef unsigned int bindex_t; /* Described below */ typedef
2362 bindex_t index;
2764 static void do_check_treebin(mstate m, bindex_t i);
2765 static void do_check_smallbin(mstate m, bindex_t i);
2794 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2808 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2823 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2892 I = (bindex_t)J;\
2900 I = (bindex_t)J;\
2908 I = (bindex_t)J;\
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1655 typedef unsigned int bindex_t; /* Described below */
1861 bindex_t index;
2232 static void do_check_treebin(mstate m, bindex_t i);
2233 static void do_check_smallbin(mstate m, bindex_t i);
2262 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2321 I = (bindex_t)J;\
2338 I = (bindex_t)(N + Y);\
2662 bindex_t tindex = t->index; in do_check_tree()
2664 bindex_t idx; in do_check_tree()
2710 static void do_check_treebin(mstate m, bindex_t i) { in do_check_treebin()
[all …]
H A Ddlmalloc.h70 typedef unsigned int bindex_t; /* Described below */ typedef