Searched refs:LONGPTR_MASK (Results 1 – 2 of 2) sorted by relevance
70 #define LONGPTR_MASK (sizeof(long) - 1) macro99 lp = (const unsigned long *)((uintptr_t)str & ~LONGPTR_MASK); in size_t()
50 #define LONGPTR_MASK (sizeof(long) - 1) macro83 lp = (const unsigned long *)((uintptr_t)begin & ~LONGPTR_MASK); in memcchr()