Searched refs:last_word_ptr (Results 1 – 2 of 2) sorted by relevance
22 const uint64_t *last_word_ptr; in memchr() local51 last_word_ptr = (const uint64_t *)((uintptr_t) last_byte_ptr & -8); in memchr()54 if (__builtin_expect(p == last_word_ptr, 0)) { in memchr()
21 const uint32_t *last_word_ptr; in memchr() local53 last_word_ptr = (const uint32_t *)((uintptr_t) last_byte_ptr & -4); in memchr()56 if (__builtin_expect(p == last_word_ptr, 0)) { in memchr()