Searched defs:buf_aligned (Results 1 – 3 of 3) sorted by relevance
/aosp12/bionic/benchmarks/ |
H A D | string_benchmark.cpp | 83 char* buf_aligned = GetAlignedPtrFilled(&buf, alignment, nbytes + 1, 'x'); in BM_string_memmove_overlap_dst_before_src() local 98 char* buf_aligned = GetAlignedPtrFilled(&buf, alignment, nbytes + 1, 'x'); in BM_string_memmove_overlap_src_before_dst() local 113 char* buf_aligned = GetAlignedPtr(&buf, alignment, nbytes + 1); in BM_string_memset() local 128 char* buf_aligned = GetAlignedPtrFilled(&buf, alignment, nbytes + 1, 'x'); in BM_string_strlen() local
|
H A D | stdlib_benchmark.cpp | 175 char* buf_aligned = GetAlignedPtr(&buf, buf_alignment, 500000); in BM_stdlib_mbstowcs() local 215 char* buf_aligned = GetAlignedPtr(&buf, buf_alignment, 500000); in BM_stdlib_mbrtowc() local
|
H A D | util.cpp | 60 char* buf_aligned = GetAlignedPtr(buf, alignment, nbytes); in GetAlignedPtrFilled() local
|