Searched refs:random_data (Results 1 – 1 of 1) sorted by relevance
60 static unsigned char random_data[maximum_size]; variable69 xwrite (infd, random_data, current_size); in simple_file_copy()136 TEST_VERIFY (memcmp (bytes + out_skipped, random_data + in_skipped, in simple_file_copy()157 xwrite (infd, random_data, current_size - !shift); in short_copy()179 TEST_VERIFY (memcmp (buffer, random_data + shift, current_size - 1) in short_copy()237 for (unsigned char *p = random_data; p < array_end (random_data); ++p) in do_test()
Completed in 3 milliseconds