HomeSort by: relevance | last modified time | path
    Searched defs:low_bit_mask (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
rtree.h 217 uintptr_t low_bit_mask = ~((uintptr_t)EDATA_ALIGNMENT - 1); local
225 uintptr_t mask = high_bit_mask & low_bit_mask;
230 >> RTREE_NHIB) & low_bit_mask);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
rtree.h 217 uintptr_t low_bit_mask = ~((uintptr_t)EDATA_ALIGNMENT - 1); local
225 uintptr_t mask = high_bit_mask & low_bit_mask;
230 >> RTREE_NHIB) & low_bit_mask);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
rtree.h 221 uintptr_t low_bit_mask = ~((uintptr_t)EDATA_ALIGNMENT - 1); local
229 uintptr_t mask = high_bit_mask & low_bit_mask;
237 & low_bit_mask);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
rtree.h 221 uintptr_t low_bit_mask = ~((uintptr_t)EDATA_ALIGNMENT - 1); local
229 uintptr_t mask = high_bit_mask & low_bit_mask;
237 & low_bit_mask);

Completed in 21 milliseconds