Searched refs:unaligned_words (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | memcpy.c | 147 unaligned_words (struct ulw *a, const reg_t * b, in unaligned_words() function 200 unaligned_words (reg_t * a, const reg_t * b, in unaligned_words() function 326 return unaligned_words (a, b, words, bytes, ret); in memcpy()
|
D | memcmp.c | 139 static int unaligned_words (const struct ulw *a, const reg_t *b, in unaligned_words() function 216 static int unaligned_words (const reg_t *a, const reg_t *b, in unaligned_words() function 350 return unaligned_words (a, b, words, bytes); in memcmp()
|