Home
last modified time | relevance | path

Searched refs:s2_aligned (Results 1 – 1 of 1) sorted by relevance

/bionic/benchmarks/
Dstring_benchmark.cpp238 char* s2_aligned = GetAlignedPtrFilled(&s2, s2_alignment, nbytes, 'x'); in BM_string_strcmp() local
240 s2_aligned[nbytes - 1] = '\0'; in BM_string_strcmp()
244 c = strcmp(s1_aligned, s2_aligned); in BM_string_strcmp()
259 char* s2_aligned = GetAlignedPtrFilled(&s2, s2_alignment, nbytes, 'x'); in BM_string_strncmp() local
263 c = strncmp(s1_aligned, s2_aligned, nbytes); in BM_string_strncmp()