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