Searched refs:TWOK_MASK (Results 1 – 1 of 1) sorted by relevance
779 # define TWOK_MASK ((1<<LOG_OF_MIN_ARENA) - 1) macro780 # define TWOK_MASKED(x) (PTR2UV(x) & ~TWOK_MASK)781 # define TWOK_SHIFT(x) (PTR2UV(x) & TWOK_MASK)