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

/xsrc/external/mit/pixman/dist/test/
H A Dprng-test.c117 uint8_t *bytebuf = aligned_malloc(16, SMALLBUFSIZE + 1); local in function:main
162 prng_randmemset_r (&prng, bytebuf, 16, flags);
163 prng_randmemset_r (&prng, bytebuf + 16, SMALLBUFSIZE - 17, flags);
164 crc1 = compute_crc32 (0, bytebuf, SMALLBUFSIZE - 1);
166 prng_randmemset_r (&prng, bytebuf + 1, SMALLBUFSIZE - 1, flags);
167 crc2 = compute_crc32 (0, bytebuf + 1, SMALLBUFSIZE - 1);
172 free (bytebuf);

Completed in 6 milliseconds