Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dmalloc.c779 # define TWOK_MASK ((1<<LOG_OF_MIN_ARENA) - 1) macro
780 # define TWOK_MASKED(x) (PTR2UV(x) & ~TWOK_MASK)
781 # define TWOK_SHIFT(x) (PTR2UV(x) & TWOK_MASK)