Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c599 # define TWOK_MASK nBIT_MASK(LOG_OF_MIN_ARENA) macro
600 # define TWOK_MASKED(x) (PTR2UV(x) & ~TWOK_MASK)
601 # define TWOK_SHIFT(x) (PTR2UV(x) & TWOK_MASK)