Searched refs:rand_offset (Results 1 – 1 of 1) sorted by relevance
71 static size_t rand_offset(size_t max_offset) in rand_offset() function161 offset = rand_offset(TEST_BUF_LEN - total_len); in test_hash_incremental_updates()246 size_t offset = HASH_SIZE + rand_offset(max_tested_len - len); in test_hash_overlaps()292 size_t data_offs1 = rand_offset(TEST_BUF_LEN - len); in test_hash_alignment_consistency()293 size_t data_offs2 = rand_offset(TEST_BUF_LEN - len); in test_hash_alignment_consistency()294 size_t hash_offs1 = rand_offset(128); in test_hash_alignment_consistency()295 size_t hash_offs2 = rand_offset(128); in test_hash_alignment_consistency()
Completed in 5 milliseconds