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

/systemd/src/journal/
H A Dtest-compress-benchmark.c69 size_t step = count / 10; local
71 random_bytes(buf, step);
72 memzero(buf + 1*step, step);
73 random_bytes(buf + 2*step, step);
74 memzero(buf + 3*step, step);
75 random_bytes(buf + 4*step, step);
[all...]

Completed in 10 milliseconds