Searched refs:s2_aligned (Results 1 – 1 of 1) sorted by relevance
238 char* s2_aligned = GetAlignedPtrFilled(&s2, s2_alignment, nbytes, 'x'); in BM_string_strcmp() local240 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() local263 c = strncmp(s1_aligned, s2_aligned, nbytes); in BM_string_strncmp()