Searched defs:dst_aligned (Results 1 – 1 of 1) sorted by relevance
/aosp12/bionic/benchmarks/ |
H A D | string_benchmark.cpp | 32 char* dst_aligned = GetAlignedPtrFilled(&dst, dst_alignment, nbytes, 'x'); in BM_string_memcmp() local 50 char* dst_aligned = GetAlignedPtr(&dst, dst_alignment, nbytes); in BM_string_memcpy() local 68 char* dst_aligned = GetAlignedPtrFilled(&dst, dst_alignment, nbytes, 'y'); in BM_string_memmove_non_overlapping() local 147 char* dst_aligned = GetAlignedPtr(&dst, dst_alignment, nbytes + 2); in BM_string_strcat_copy_only() local 170 char* dst_aligned = GetAlignedPtrFilled(&dst, dst_alignment, nbytes + 2, 'y'); in BM_string_strcat_seek_only() local 196 char* dst_aligned = GetAlignedPtrFilled(&dst, dst_alignment, nbytes, 'y'); in BM_string_strcat_half_copy_half_seek() local 217 char* dst_aligned = GetAlignedPtr(&dst, dst_alignment, nbytes); in BM_string_strcpy() local
|