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

/external/pixman/test/
H A Dprng-test.c103 #define SMALLBUFSIZE 100 macro
117 uint8_t *bytebuf = aligned_malloc(16, SMALLBUFSIZE + 1);
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);
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc16 #define SMALLBUFSIZE 1 macro
329 buffer_size = SMALLBUFSIZE;

Completed in 110 milliseconds