Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1669 typedef size_t bindex_t; /* Described below */ typedef
1873 bindex_t index;
2280 static void do_check_treebin(mstate m, bindex_t i);
2281 static void do_check_smallbin(mstate m, bindex_t i);
2310 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2369 I = (bindex_t)J;\
2386 I = (bindex_t)(N + Y);\
2706 bindex_t tindex = t->index; in do_check_tree()
2708 bindex_t idx; in do_check_tree()
2754 static void do_check_treebin(mstate m, bindex_t i) { in do_check_treebin()
[all …]
/external/libffi/src/
Ddlmalloc.c1664 typedef size_t bindex_t; /* Described below */ typedef
1868 bindex_t index;
2275 static void do_check_treebin(mstate m, bindex_t i);
2276 static void do_check_smallbin(mstate m, bindex_t i);
2305 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2364 I = (bindex_t)J;\
2381 I = (bindex_t)(N + Y);\
2701 bindex_t tindex = t->index; in do_check_tree()
2703 bindex_t idx; in do_check_tree()
2749 static void do_check_treebin(mstate m, bindex_t i) { in do_check_treebin()
[all …]
/external/dlmalloc/
Dmalloc.c2194 typedef unsigned int bindex_t; /* Described below */ typedef
2402 bindex_t index;
2815 static void do_check_treebin(mstate m, bindex_t i);
2816 static void do_check_smallbin(mstate m, bindex_t i);
2825 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT)
2846 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2860 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2875 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2944 I = (bindex_t)J;\
2952 I = (bindex_t)J;\
[all …]