Searched refs:pref_ptr (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/arch-mips/string/
H A Dmemcmp.c144 const reg_t *pref_ptr = (const reg_t *) (((uintptr_t) b + 31) & ~31); local
149 pref_ptr += 8;
150 PREFETCH(pref_ptr, 0);
151 PREFETCH(pref_ptr, 32);
230 const reg_t *pref_ptr = (const reg_t *) (((uintptr_t) b + 31) & ~31); local
236 pref_ptr += 12;
237 PREFETCH(pref_ptr, 0);
238 PREFETCH(pref_ptr, 32);
239 PREFETCH(pref_ptr, 64);

Completed in 24 milliseconds