Home
last modified time | relevance | path

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

/external/libffi/src/
Ddlmalloc.c1816 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */ typedef
2023 tbinptr treebins[NTREEBINS];
2666 *((tbinptr*)(u->parent)) == u); in do_check_tree()
2688 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
2974 tbinptr* H;\
3072 tbinptr* H = treebin_at(M, X->index);\
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c1862 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */ typedef
2033 tbinptr treebins[NTREEBINS];
2676 *((tbinptr*)(u->parent)) == u); in do_check_tree()
2698 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
2986 tbinptr* H;\
3084 tbinptr* H = treebin_at(M, X->index);\
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.c2278 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */ typedef
2459 tbinptr treebins[NTREEBINS];
3178 *((tbinptr*)(u->parent)) == u); in do_check_tree()
3200 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
3490 tbinptr* H;\
3588 tbinptr* H = treebin_at(M, X->index);\