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

/bionic/libc/arch-mips/string/
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);
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);

Completed in 15 milliseconds