Lines Matching refs:GetAlignedPtrFilled

31   char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x');  in BM_string_memcmp()
32 char* dst_aligned = GetAlignedPtrFilled(&dst, dst_alignment, nbytes, 'x'); in BM_string_memcmp()
50 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_memcpy()
68 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_memmove_non_overlapping()
69 char* dst_aligned = GetAlignedPtrFilled(&dst, dst_alignment, nbytes, 'y'); in BM_string_memmove_non_overlapping()
84 char* buf_aligned = GetAlignedPtrFilled(&buf, alignment, nbytes + 1, 'x'); in BM_string_memmove_overlap_dst_before_src()
99 char* buf_aligned = GetAlignedPtrFilled(&buf, alignment, nbytes + 1, 'x'); in BM_string_memmove_overlap_src_before_dst()
129 char* buf_aligned = GetAlignedPtrFilled(&buf, alignment, nbytes + 1, 'x'); in BM_string_strlen()
148 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_strcat_copy_only()
171 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, 3, 'x'); in BM_string_strcat_seek_only()
172 char* dst_aligned = GetAlignedPtrFilled(&dst, dst_alignment, nbytes + 2, 'y'); in BM_string_strcat_seek_only()
197 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes / 2, 'x'); in BM_string_strcat_half_copy_half_seek()
198 char* dst_aligned = GetAlignedPtrFilled(&dst, dst_alignment, nbytes, 'y'); in BM_string_strcat_half_copy_half_seek()
218 char* src_aligned = GetAlignedPtrFilled(&src, src_alignment, nbytes, 'x'); in BM_string_strcpy()
237 char* s1_aligned = GetAlignedPtrFilled(&s1, s1_alignment, nbytes, 'x'); in BM_string_strcmp()
238 char* s2_aligned = GetAlignedPtrFilled(&s2, s2_alignment, nbytes, 'x'); in BM_string_strcmp()
258 char* s1_aligned = GetAlignedPtrFilled(&s1, s1_alignment, nbytes, 'x'); in BM_string_strncmp()
259 char* s2_aligned = GetAlignedPtrFilled(&s2, s2_alignment, nbytes, 'x'); in BM_string_strncmp()
277 char* haystack_aligned = GetAlignedPtrFilled(&haystack, haystack_alignment, nbytes, 'x'); in BM_string_strstr()
278 char* needle_aligned = GetAlignedPtrFilled(&needle, needle_alignment, in BM_string_strstr()
304 char* haystack_aligned = GetAlignedPtrFilled(&haystack, haystack_alignment, nbytes, 'x'); in BM_string_strchr()