Lines Matching refs:offset
209 offset = random.randint(4, page_size)
210 offset = offset & ~3
382 ubman, ops, start, size, offset=0, exp_ret=0, exp_str='', not_exp_str='' argument
662 offset = random.randint(0, total_size)
663 size = random.randint((total_size - offset), (total_size + int(0x1000000)))
666 ubman, 'write', offset, size, addr, 1, error_msg, EXPECTED_WRITE
669 ubman, 'read', offset, size, addr, 1, error_msg, EXPECTED_READ
673 offset = random.randint(total_size, (total_size + int(0x1000000)))
677 ubman, 'write', offset, size, addr, 1, error_msg, EXPECTED_WRITE
680 ubman, 'read', offset, size, addr, 1, error_msg, EXPECTED_READ
684 offset = random.randint(0, 2)
688 ubman, 'write', offset, size, addr, 1, error_msg, EXPECTED_WRITE
691 ubman, 'read', offset, size, addr, 1, error_msg, EXPECTED_READ