HomeSort by relevance Sort by last modified time
    Searched refs:SMALLBUFSIZE (Results 1 - 2 of 2) sorted by null

  /external/pixman/test/
prng-test.c 103 #define SMALLBUFSIZE 100
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/
zfstream.cc 16 #define SMALLBUFSIZE 1
329 buffer_size = SMALLBUFSIZE;

Completed in 65 milliseconds