Searched refs:last_loc (Results 1 – 1 of 1) sorted by relevance
250 int last_loc, last_inserted_loc, location; in leaf_copy_items_entirely() local301 last_loc = ih_location( &(ih[nr+cpy_num-1-dest_before]) ); in leaf_copy_items_entirely()309 memmove (dest->b_data + last_loc, in leaf_copy_items_entirely()310 dest->b_data + last_loc + j - last_inserted_loc, in leaf_copy_items_entirely()311 last_inserted_loc - last_loc); in leaf_copy_items_entirely()740 int last_loc, unmoved_loc; in leaf_insert_into_buf() local761 last_loc = nr ? ih_location( &(ih[nr - before - 1]) ) : bh->b_size; in leaf_insert_into_buf()765 memmove (bh->b_data + last_loc - ih_item_len(inserted_item_ih), in leaf_insert_into_buf()766 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf()816 int last_loc, unmoved_loc; in leaf_paste_in_buffer() local[all …]