Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_memcpy.c45 typedef unsigned char testBlock_t[ALIGNMENTS * LENGTHS]; typedef
47 testBlock_t bss1, bss2;
68 k = sizeof(testBlock_t) - (i > j ? i : j); in runTest()
70 for (n = 0; n < sizeof(testBlock_t); ++n) { in runTest()
75 MD5Update(mc, b1, sizeof(testBlock_t)); in runTest()
76 MD5Update(mc, b2, sizeof(testBlock_t)); in runTest()
91 testBlock_t auto1, auto2; in ATF_TC_BODY()