FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HASZERO
lib/libc/string/memchr.c
33
#define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS)
lib/libc/string/strchrnul.c
32
#define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS)