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

/external/lz4/programs/
H A Ddatagen.c163 #define RDG_BLOCKSIZE (128 KB) macro
166 BYTE buff[RDG_DICTSIZE + RDG_BLOCKSIZE];
168 size_t genBlockSize = RDG_BLOCKSIZE;
182 RDG_genBlock(buff, RDG_DICTSIZE+RDG_BLOCKSIZE, RDG_DICTSIZE, matchProba, lt, &seed);
183 if (size-total < RDG_BLOCKSIZE) genBlockSize = (size_t)(size-total);
187 memcpy(buff, buff + RDG_BLOCKSIZE, RDG_DICTSIZE);

Completed in 132 milliseconds