Home | History | Annotate | Download | only in config

Lines Matching defs:delay_slots

4829   static int delay_slots = 0; /* How many delay slots left to fill?  */
4866 if (delay_slots != 0)
4868 if (words > delay_slots)
4874 delay_slots),
4875 words, delay_slots);
4876 delay_slots = 0;
4879 delay_slots -= words;
4941 if (delay_slots)
4943 if (words > delay_slots)
4951 delay_slots),
4952 words, delay_slots);
4953 delay_slots = 0;
4963 delay_slots -= words;
4989 delay_slots = 2;
4990 /* FIXME -- warn if delay_slots != 0 at EOF. */