Home
last modified time | relevance | path

Searched defs:maskbits (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Drtree.h136 unsigned maskbits = ptrbits - cumbits; in rtree_leafkey() local
146 unsigned maskbits = ptrbits - cumbits; in rtree_cache_direct_map() local
155 unsigned maskbits = rtree_levels[level].bits; in rtree_subkey() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c198 unsigned maskbits = (1 << (mantissa_bits + exponent_bits)) - 1; in lp_build_float_to_smallfloat() local