Lines Matching refs:rand_byte
566 off_t rand_byte = oper->start; local
580 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; local
626 rand_byte = random_byte_offset(oper);
627 oper->last_offset = rand_byte;
629 rand_byte);
632 rand_byte = random_byte_offset(oper);
633 oper->last_offset = rand_byte;
635 rand_byte);