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

  /bionic/libc/arch-mips/string/
memcpy.c 237 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);
memcmp.c 225 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 83 milliseconds