Lines Matching refs:contains
3 This package contains optimised string routines including memcpy(), memset(),
19 * src/ contains the routines themselves
20 * tests/ contains the unit tests
21 * reference/ contains reference copies of other ARM-focused
23 * benchmarks/ contains various benchmarks, tools, and scripts used to
26 The src directory contains different variants organised by the
28 * src/thumb-2 contains generic non-NEON routines for AArch32 (with Thumb-2).
29 * src/arm contains tuned routines for Cortex-A class processors.
30 * src/aarch64 contains generic routines for AArch64.
31 * src/thumb contains generic routines for armv6-M (with Thumb).
34 reference/ contains versions collected from various popular Open