Lines Matching refs:total_moved
2924 int total_moved = 0; // init to shut up gcc in ml_append_int() local
2966 total_moved = data_moved + lines_moved * INDEX_SIZE; in ml_append_int()
2967 if ((int)dp->db_free + total_moved >= space_needed) in ml_append_int()
2970 space_needed = total_moved; in ml_append_int()
2975 space_needed += total_moved; in ml_append_int()
3033 dp_right->db_free -= total_moved; in ml_append_int()
3039 dp_left->db_free += total_moved; in ml_append_int()
3204 total_moved = pp->pb_count - pb_idx - 1; in ml_append_int()
3205 if (total_moved) in ml_append_int()
3209 (size_t)(total_moved) * sizeof(PTR_EN)); in ml_append_int()
3210 pp_new->pb_count = total_moved; in ml_append_int()
3211 pp->pb_count -= total_moved - 1; in ml_append_int()