Home
last modified time | relevance | path

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

/freebsd/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()