Searched refs:LONGPTR_MASK (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/libkern/
H A Dstrlen.c70 #define LONGPTR_MASK (sizeof(long) - 1) macro
95 * p and (p & ~LONGPTR_MASK) must be equally accessible since
99 lp = (const unsigned long *)((uintptr_t)str & ~LONGPTR_MASK);
H A Dmemcchr.c50 #define LONGPTR_MASK (sizeof(long) - 1) macro
83 lp = (const unsigned long *)((uintptr_t)begin & ~LONGPTR_MASK);
/freebsd-13-stable/lib/libc/string/
H A Dstrlen.c71 #define LONGPTR_MASK (sizeof(long) - 1) macro
96 * p and (p & ~LONGPTR_MASK) must be equally accessible since
100 lp = (const unsigned long *)((uintptr_t)str & ~LONGPTR_MASK);

Completed in 158 milliseconds