Searched refs:HIGHS (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/lib/libc/string/
H A Dstrchrnul.c31 #define HIGHS (ONES * (UCHAR_MAX / 2 + 1)) macro
32 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS)
H A Dmemchr.c32 #define HIGHS (ONES * (UCHAR_MAX / 2 + 1)) macro
33 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS)

Completed in 503 milliseconds