Searched refs:s1_aligned (Results 1 – 1 of 1) sorted by relevance
237 char* s1_aligned = GetAlignedPtrFilled(&s1, s1_alignment, nbytes, 'x'); in BM_string_strcmp() local239 s1_aligned[nbytes - 1] = '\0'; in BM_string_strcmp()244 c = strcmp(s1_aligned, s2_aligned); in BM_string_strcmp()258 char* s1_aligned = GetAlignedPtrFilled(&s1, s1_alignment, nbytes, 'x'); in BM_string_strncmp() local263 c = strncmp(s1_aligned, s2_aligned, nbytes); in BM_string_strncmp()