Searched refs:temp_mpcc (Results 1 – 1 of 1) sorted by relevance
199 if (temp_mpcc != insert_above_mpcc) in mpc1_insert_plane()200 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()201 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()202 if (temp_mpcc == NULL) in mpc1_insert_plane()235 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()236 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()237 if (temp_mpcc && temp_mpcc->mpcc_bot == insert_above_mpcc) { in mpc1_insert_plane()239 temp_mpcc->mpcc_bot = new_mpcc; in mpc1_insert_plane()296 while (temp_mpcc && temp_mpcc->mpcc_bot != mpcc_to_remove) in mpc1_remove_mpcc()297 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_remove_mpcc()[all …]
Completed in 4 milliseconds