Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/lib/
Dmemchr_64.c22 const uint64_t *last_word_ptr; in memchr() local
51 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()
Dmemchr_32.c21 const uint32_t *last_word_ptr; in memchr() local
53 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()