Home | History | Annotate | Download | only in config

Lines Matching defs:delay_slots

4841   static int delay_slots = 0; /* How many delay slots left to fill?  */
4878 if (delay_slots != 0)
4880 if (words > delay_slots)
4884 words, delay_slots);
4885 delay_slots = 0;
4888 delay_slots -= words;
4950 if (delay_slots)
4952 if (words > delay_slots)
4957 words, delay_slots);
4958 delay_slots = 0;
4968 delay_slots -= words;
4994 delay_slots = 2;
4995 /* FIXME -- warn if delay_slots != 0 at EOF. */