Lines Matching defs:rel_loc
3643 uint64_t rel_loc;
3671 rel_loc = location - base;
3673 rel_loc * context.sector_size,
3675 found_packet->present |= ((uint64_t) 1 << rel_loc);
3699 rel_loc = location - packet->start_sectornr;
3702 rel_loc * context.sector_size,
3704 packet->present = ((uint64_t) 1 << rel_loc);
3722 uint64_t rpos, rel_loc;
3741 rel_loc = location - base;
3742 if (found_packet->present & ((uint64_t) 1 << rel_loc)) {
3744 rel_loc * context.sector_size,
3753 rel_loc * context.sector_size,
3755 found_packet->present |= ((uint64_t) 1 << rel_loc);