Searched refs:src_aligned (Results 1 – 1 of 1) sorted by relevance
/bionic/benchmarks/ |
D | string_benchmark.cpp | 31 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_memcmp() local 36 c += memcmp(dst_aligned, src_aligned, nbytes); in BM_string_memcmp() 50 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_memcpy() local 54 memcpy(dst_aligned, src_aligned, nbytes); in BM_string_memcpy() 68 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_memmove_non_overlapping() local 72 memmove(dst_aligned, src_aligned, nbytes); in BM_string_memmove_non_overlapping() 148 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_strcat_copy_only() local 150 src_aligned[nbytes - 1] = '\0'; in BM_string_strcat_copy_only() 156 strcat(dst_aligned, src_aligned); in BM_string_strcat_copy_only() 171 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, 3, 'x'); in BM_string_strcat_seek_only() local [all …]
|