Searched refs:aligned_words (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dmemcpy.c237 aligned_words (reg_t * a, const reg_t * b, function
320 return aligned_words (a, b, words, bytes, ret);
323 return aligned_words (a, b, words, bytes, ret);
H A Dmemcmp.c225 static int aligned_words (const reg_t *a, const reg_t *b, function
344 return aligned_words (a, b, words, bytes);
347 return aligned_words (a, b, words, bytes);

Completed in 62 milliseconds