Searched refs:HASZERO (Results 1 – 7 of 7) sorted by relevance
9 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS) macro25 while (!HASZERO(*w) && !HASZERO(*w ^ k)) in __strchrnul()
10 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS) macro22 while (!HASZERO(*w)) in strlen()
9 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS) macro22 for (; !HASZERO(*ws); *wd++ = *ws++) in __stpcpy()
11 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS) macro25 while (n >= SS && !HASZERO(*w ^ k)) { in memchr()
9 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS) macro23 for (; n >= sizeof(size_t) && !HASZERO(*ws); n -= sizeof(size_t), ws++, wd++) in __stpncpy()
10 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS) macro27 for (; n >= sizeof(size_t) && !HASZERO(*ws); n -= sizeof(size_t), ws++, wd++) in strlcpy()
10 #define HASZERO(x) (((x)-ONES) & ~(x)&HIGHS) macro29 for (; n >= sizeof(size_t) && !HASZERO(*ws ^ k); n -= sizeof(size_t), ws++, wd++) in memccpy()
Completed in 9 milliseconds