Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm494 shr SIGN, 16 ; make room for sizebits
530 shr SIGN, 16 ; make room for sizebits
553 shr SIGN, 8 ; make room for sizebits
576 shr SIGN, 8 ; make room for sizebits
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2807 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find() local
2809 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in bin_find()
2810 sizebits <<= 1; in bin_find()
3735 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() local
3746 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in tmalloc_large()
3753 sizebits <<= 1; in tmalloc_large()
/external/libffi/src/
Ddlmalloc.c2802 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find() local
2804 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in bin_find()
2805 sizebits <<= 1; in bin_find()
3730 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() local
3741 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in tmalloc_large()
3748 sizebits <<= 1; in tmalloc_large()
/external/dlmalloc/
Dmalloc.c3419 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find() local
3421 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in bin_find()
3422 sizebits <<= 1; in bin_find()
4466 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() local
4477 t = t->child[(sizebits >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]; in tmalloc_large()
4484 sizebits <<= 1; in tmalloc_large()