Searched defs:src_aligned (Results 1 – 1 of 1) sorted by relevance
/aosp12/bionic/benchmarks/ |
H A D | string_benchmark.cpp | 31 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_memcmp() local 49 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_memcpy() local 67 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_memmove_non_overlapping() local 146 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_strcat_copy_only() local 169 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, 3, 'x'); in BM_string_strcat_seek_only() local 195 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes / 2, 'x'); in BM_string_strcat_half_copy_half_seek() local 216 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_strcpy() local
|