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

/freebsd-10.2-release/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);
70 for (n = 0; n < sizeof(testBlock_t); ++n) {
75 MD5Update(mc, b1, sizeof(testBlock_t));
76 MD5Update(mc, b2, sizeof(testBlock_t));
91 testBlock_t auto1, auto2;

Completed in 92 milliseconds