Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/string/
H A Dt_memcpy.c39 #define ALIGNMENTS 16 macro
45 typedef unsigned char testBlock_t[ALIGNMENTS * LENGTHS];
62 for (i = 0; i < ALIGNMENTS; ++i) { in runTest()
63 for (j = 0; j < ALIGNMENTS; ++j) { in runTest()
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c194 #define ALIGNMENTS 4 macro
3296 #define ALIGN_COUNT(cond) ((cond) ? ALIGNMENTS : 1)
3447 malloc_region (&s[i].region, 2*option_lastsize+ALIGNMENTS-1); in try_init()
3457 malloc_region (&e.d[i].region, 2*option_lastsize+ALIGNMENTS-1); \ in try_init()
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog27622 * mpn/tests/try.c (try_init): Account for ALIGNMENTS when sizing