Searched refs:copy_prefix (Results 1 – 1 of 1) sorted by relevance
96 int copy_prefix = CopyLengthPrefix(copy_length); in CommandPrefix() local97 int range_idx = 3 * (insert_prefix >> 3) + (copy_prefix >> 3); in CommandPrefix()99 ((insert_prefix & 7) << 3) + (copy_prefix & 7)); in CommandPrefix()