Searched refs:rand_byte (Results 1 – 5 of 5) sorted by relevance
566 off_t rand_byte = oper->start; local580 rand_byte += num * 1024 * 1024;587 rand_byte += num;589 if (rand_byte + oper->reclen > oper->end) {590 rand_byte -= oper->reclen;592 return rand_byte;606 off_t rand_byte; local626 rand_byte = random_byte_offset(oper);627 oper->last_offset = rand_byte;629 rand_byte);[all …]
583 off_t rand_byte = oper->start; local597 rand_byte += num * 1024 * 1024;604 rand_byte += num;606 if (rand_byte + oper->reclen > oper->end) {607 rand_byte -= oper->reclen;609 return rand_byte;623 off_t rand_byte; local643 rand_byte = random_byte_offset(oper);644 oper->last_offset = rand_byte;646 rand_byte);[all …]
42 static uint8_t rand_byte() in rand_byte() function79 *buf++ = rand_byte(); in rand_fill()
307 for (const auto rand_byte : result.random_bytes()) { in TEST_F() local308 ++counts[0x00ff & rand_byte]; in TEST_F()