Home
last modified time | relevance | path

Searched defs:HASZERO (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/string/
H A Dstrchrnul.c32 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS) macro
H A Dmemchr.c33 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS) macro