Lines Matching defs:first_cnt
1869 s64 first_cnt = start_vcn - dst_rl[new_1st_cnt - 1].vcn;
1872 new_rl[new_1st_cnt - 1].length = first_cnt;
1875 (*punch_rl)[0].length -= first_cnt;
1877 (*punch_rl)[0].lcn += first_cnt;
1892 s64 first_cnt = end_vcn - dst_3rd_rl[0].vcn + 1;
1895 new_rl[new_1st_cnt + 1].length -= first_cnt;
1897 new_rl[new_1st_cnt + 1].lcn += first_cnt;
1903 (*punch_rl)[punch_cnt - 1].length = first_cnt;
2018 s64 first_cnt = start_vcn - dst_rl[new_1st_cnt - 1].vcn;
2020 new_rl[new_1st_cnt - 1].length = first_cnt;
2023 (*punch_rl)[0].length -= first_cnt;
2025 (*punch_rl)[0].lcn += first_cnt;
2034 s64 first_cnt = end_vcn - dst_3rd_rl[0].vcn + 1;
2037 new_rl[new_1st_cnt].length -= first_cnt;
2039 new_rl[new_1st_cnt].lcn += first_cnt;
2045 (*punch_rl)[punch_cnt - 1].length = first_cnt;