Home
last modified time | relevance | path

Searched refs:p_end (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/string/
Dmemccpy.c35 const char* p_end = p + n; in memccpy() local
39 if (ch == c || p >= p_end) break; in memccpy()
43 if (p >= p_end && ch != c) in memccpy()
Dmemswap.c33 char* p_end = p + n; in memswap() local
36 while (p < p_end) { in memswap()