Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2763 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find() local
2765 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in bin_find()
2766 sizebits <<= 1; in bin_find()
3701 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() local
3712 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in tmalloc_large()
3719 sizebits <<= 1; in tmalloc_large()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c3347 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find() local
3349 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in bin_find()
3350 sizebits <<= 1; in bin_find()
4299 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() local
4310 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in tmalloc_large()
4317 sizebits <<= 1; in tmalloc_large()