Searched refs:to_delete (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Dx-hook.c53 x_list *to_delete = NULL; local in function:X_PFX
58 to_delete = X_PFX(list_prepend) (to_delete, cell);
61 for (node = to_delete; node != NULL; node = node->next) {
67 X_PFX(list_free) (to_delete);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Dx-hook.c54 x_list *to_delete = NULL; local in function:X_PFX
60 to_delete = X_PFX (list_prepend) (to_delete, cell);
63 for (node = to_delete; node != NULL; node = node->next)
70 X_PFX (list_free) (to_delete);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c278 struct rc_instruction * to_delete = inst; local in function:rc_vert_fc
280 rc_remove_instruction(to_delete);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c278 struct rc_instruction * to_delete = inst; local in function:rc_vert_fc
280 rc_remove_instruction(to_delete);

Completed in 3 milliseconds