Searched refs:last_byte_ptr (Results 1 – 2 of 2) sorted by relevance
23 const char *last_byte_ptr; in memchr() local50 last_byte_ptr = (const char *)s + n - 1; in memchr()53 last_word_ptr = (const uint64_t *)((uintptr_t) last_byte_ptr & -8); in memchr()69 return (ret <= last_byte_ptr) ? ret : NULL; in memchr()
23 const char *last_byte_ptr; in memchr() local50 last_byte_ptr = (const char *)s + n - 1; in memchr()53 last_word_ptr = (const uint32_t *)((uintptr_t) last_byte_ptr & -4); in memchr()69 return (ret <= last_byte_ptr) ? ret : NULL; in memchr()