Home
last modified time | relevance | path

Searched refs:ALIGNMENTS (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/netbsd-tests/lib/libc/string/
H A Dt_memcpy.c39 #define ALIGNMENTS 16 macro
45 typedef unsigned char testBlock_t[ALIGNMENTS * LENGTHS];
66 for (i = 0; i < ALIGNMENTS; ++i) { in runTest()
67 for (j = 0; j < ALIGNMENTS; ++j) { in runTest()
/freebsd-13.1/contrib/cortex-strings/scripts/
H A Dbench.py41 ALIGNMENTS = { variable
54 FUNCTIONS = sorted(ALIGNMENTS.keys())
101 for alignment in ALIGNMENTS[function]: