Searched refs:mte_mmap (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dmte.h44 mte_mmap (size_t size) function
117 mte_mmap (size_t size) function
H A Dmemcpy.c105 dbuf = mte_mmap (LEN + 2 * A);
106 sbuf = mte_mmap (LEN + 2 * A);
H A Dstrcmp.c99 s1buf = mte_mmap (LEN + 2 * A + 1);
100 s2buf = mte_mmap (LEN + 2 * A + 1);
H A Dstpcpy.c107 sbuf = mte_mmap (LEN + 3 * ALIGN);
108 dbuf = mte_mmap (LEN + 3 * ALIGN);
H A Dmemcmp.c92 s1buf = mte_mmap (LEN + 2 * A);
93 s2buf = mte_mmap (LEN + 2 * A);
H A Dstrncmp.c100 s1buf = mte_mmap (LEN + 2 * A + 1);
101 s2buf = mte_mmap (LEN + 2 * A + 1);
H A Dstrcpy.c105 sbuf = mte_mmap (LEN + 3 * ALIGN);
106 dbuf = mte_mmap (LEN + 3 * ALIGN);
H A Dstrlen.c87 sbuf = mte_mmap (LEN + 3 * ALIGN);
H A Dstrchr.c102 sbuf = mte_mmap (LEN + 3 * ALIGN);
H A Dmemrchr.c89 sbuf = mte_mmap (LEN + 3 * ALIGN);
H A Dmemchr.c92 sbuf = mte_mmap (LEN + 3 * ALIGN);
H A D__mtag_tag_zero_region.c118 sbuf = mte_mmap (LEN + 3 * A);
H A D__mtag_tag_region.c118 sbuf = mte_mmap (LEN + 3 * A);
H A Dstrrchr.c102 sbuf = mte_mmap (LEN + 3 * ALIGN);
H A Dstrnlen.c91 sbuf = mte_mmap (LEN + 3 * ALIGN);
H A Dmemmove.c143 dbuf = mte_mmap (LEN + 2 * A);
144 sbuf = mte_mmap (LEN + 2 * A);
H A Dstrchrnul.c107 sbuf = mte_mmap (LEN + 3 * ALIGN);
H A Dmemset.c105 sbuf = mte_mmap (LEN + 2 * A);

Completed in 188 milliseconds