Lines Matching refs:rand_byte
583 off_t rand_byte = oper->start; local
597 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; local
643 rand_byte = random_byte_offset(oper);
644 oper->last_offset = rand_byte;
646 rand_byte);
649 rand_byte = random_byte_offset(oper);
650 oper->last_offset = rand_byte;
652 rand_byte);