Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/string/
H A Dt_memcpy.c45 typedef unsigned char testBlock_t[ALIGNMENTS * LENGTHS]; typedef
47 testBlock_t bss1, bss2;
64 k = sizeof(testBlock_t) - (i > j ? i : j); in runTest()
66 for (n = 0; n < sizeof(testBlock_t); ++n) { in runTest()
71 MD5Update(mc, b1, sizeof(testBlock_t)); in runTest()
72 MD5Update(mc, b2, sizeof(testBlock_t)); in runTest()
87 testBlock_t auto1, auto2; in ATF_TC_BODY()