Lines Matching refs:this_len
109 int this_len; in gf_copy_from() local
113 this_len = state->win_size - (from % state->win_size); in gf_copy_from()
115 this_len = len; in gf_copy_from()
119 this_len); in gf_copy_from()
120 len -= this_len; in gf_copy_from()
121 from += this_len; in gf_copy_from()
122 to += this_len; in gf_copy_from()
156 int this_len; in gf_copy_to() local
160 this_len = state->win_size - (to % state->win_size); in gf_copy_to()
162 this_len = len; in gf_copy_to()
167 len -= this_len; in gf_copy_to()
168 to += this_len; in gf_copy_to()
169 from += this_len; in gf_copy_to()