/freebsd/contrib/arm-optimized-routines/string/test/ |
H A D | mte.h | 89 tag_buffer (void *p, int len, int test_mte) in tag_buffer() function 122 tag_buffer (void *p, int len, int test_mte) in tag_buffer() function
|
H A D | strchr.c | 75 s = tag_buffer (s, len + 1, fun->test_mte); in test() 87 s = tag_buffer (s, len + 1, fun->test_mte); in test()
|
H A D | strrchr.c | 75 s = tag_buffer (s, len + 1, fun->test_mte); in test() 87 s = tag_buffer (s, len + 1, fun->test_mte); in test()
|
H A D | memcpy.c | 79 s = tag_buffer (s, len, fun->test_mte); in test() 80 d = tag_buffer (d, len, fun->test_mte); in test()
|
H A D | stpcpy.c | 82 s = tag_buffer (s, len + 1, fun->test_mte); in test() 83 d = tag_buffer (d, len + 1, fun->test_mte); in test()
|
H A D | strchrnul.c | 80 s = tag_buffer (s, mte_len, fun->test_mte); in test() 92 s = tag_buffer (s, len + 1, fun->test_mte); in test()
|
H A D | strcpy.c | 80 s = tag_buffer (s, len + 1, fun->test_mte); in test() 81 d = tag_buffer (d, len + 1, fun->test_mte); in test()
|
H A D | strcmp.c | 81 s1 = tag_buffer (s1, len + 1, fun->test_mte); in test() 82 s2 = tag_buffer (s2, len + 1, fun->test_mte); in test()
|
H A D | memcmp.c | 74 s1 = tag_buffer (s1, len, fun->test_mte); in test() 75 s2 = tag_buffer (s2, len, fun->test_mte); in test()
|
H A D | strncmp.c | 76 s1 = tag_buffer (s1, mte_len, fun->test_mte); in test() 77 s2 = tag_buffer (s2, mte_len, fun->test_mte); in test()
|
H A D | memmove.c | 117 s = tag_buffer (s, len, fun->test_mte); in test_overlap() 118 d = tag_buffer (d, len, fun->test_mte); in test_overlap()
|
H A D | strlen.c | 73 s = tag_buffer (s, len + 1, fun->test_mte); in test()
|
H A D | strnlen.c | 76 s = tag_buffer (s, mte_len, fun->test_mte); in test()
|
H A D | memrchr.c | 73 s = tag_buffer (s, maxlen, fun->test_mte); in test()
|
H A D | __mtag_tag_region.c | 70 src = tag_buffer (src, len + 2 * A, 1); in test()
|
H A D | memchr.c | 76 s = tag_buffer (s, mte_len, fun->test_mte); in test()
|
H A D | __mtag_tag_zero_region.c | 70 src = tag_buffer (src, len + 2 * A, 1); in test()
|
H A D | memset.c | 69 s = tag_buffer (s, len, fun->test_mte); in test()
|