Lines Matching refs:slots
62 'Overflowed uniform slots')343 slots = mod[len('wait'):]345 slots = set([int(x) for x in slots])347 die(f"Expected slots in {mod}")350 die_if(not slots.issubset(known_slots), f"Unknown slots in {mod}")352 if 0 in slots:354 if 1 in slots:356 if 2 in slots: